01 Key Concepts
Definition (2D)
For F(x,y) = (P,Q), divergence is div F = (partial P / partial x) + (partial Q / partial y).
Definition (3D)
For F(x,y,z) = (P,Q,R), div F = (partial P/partial x) + (partial Q/partial y) + (partial R/partial z).
Interpreting the Sign
Positive divergence at a point suggests the field is 'expanding' outward there (a source); negative divergence suggests it's 'converging' inward (a sink).
Zero Divergence
A field with divergence equal to zero everywhere is called incompressible โ commonly used to model fluids that don't compress, like water.
Divergence Produces a Scalar
Unlike the gradient (which produces a vector), divergence always produces a single scalar value at each point.
02 Key Formulas
- div F = (partial P/partial x) + (partial Q/partial y) for F=(P,Q)
03 Solved Examples
- P = x^2, so partial P/partial x = 2x.
- Q = y^2, so partial Q/partial y = 2y.
- Add them together.
- partial P/partial x = 3. partial Q/partial y = -3.
- Sum: 3 + (-3) = 0.
- partial P/partial x = y (from xy). partial Q/partial y = z (from yz). partial R/partial z = x (from xz).
- Add all three.
04 Practice Questions
๐ Divergence โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.