Vector calculus identities are the fundamental language connecting gradient, divergence, curl, and the major integral theorems that form the backbone of Calculus IV. When you're working through problems involving fluid flow, electromagnetic fields, or conservation laws, these identities let you transform complex expressions into simpler ones and convert between different types of integrals. You're being tested on your ability to recognize which identity applies, manipulate expressions efficiently, and understand the geometric meaning behind the algebra.
These identities reveal deep relationships between scalar and vector fields. The gradient tells you how things change directionally, divergence measures sources and sinks, and curl captures rotation. The major theorems (Green's, Stokes', Divergence) connect local differential behavior to global integral behavior across boundaries. Don't just memorize the formulas; know what each identity means physically and when to deploy it.
Fundamental Differential Operators
These three operators are your building blocks. Every other identity in vector calculus is built from combinations of gradient, divergence, and curl.
Gradient of a Scalar Field
โf points in the direction of steepest increase, and its magnitude gives the rate of change in that direction
Produces a vector from a scalar. This is the only operator that "upgrades" a scalar field to a vector field
Perpendicular to level surfaces. If f(x,y,z)=c defines a surface, โf is normal to it at every point
Divergence of a Vector Field
โโ F measures net outward flux per unit volume. Positive means source, negative means sink
Produces a scalar from a vector. This "downgrades" a vector field back to a scalar field
Zero divergence means incompressible flow. No fluid is created or destroyed, which is crucial for conservation laws
Curl of a Vector Field
โรF measures local rotation (circulation density). The curl vector points along the axis of rotation, with magnitude proportional to the rotation rate
Produces a vector from a vector. It maintains the "vector nature" of the field
Zero curl means the field is conservative (irrotational). The field can then be written as F=โf for some potential function f
Compare: Divergence vs. Curl. Both measure local behavior of vector fields, but divergence captures expansion/compression while curl captures rotation. If a problem asks about fluid flow, identify whether the question involves sources/sinks (use divergence) or vortices (use curl).
Critical Zero Identities
Two identities that come up repeatedly in proofs and problem-solving. They hold for any sufficiently smooth (C2) field.
Curl of a gradient is always zero:โร(โf)=0. This is why conservative fields (which are gradients of potentials) are irrotational.
Divergence of a curl is always zero:โโ (โรF)=0. This is why magnetic fields (which are curls of vector potentials) have no sources or sinks.
Both follow from the symmetry of mixed partial derivatives (Clairaut's theorem). They also encode a topological fact: applying the "boundary" operator twice always gives zero.
Second-Order Operations
When you apply differential operators twice, you get powerful tools for analyzing how fields behave relative to their surroundings.
Laplacian of a Scalar Field
โ2f=โโ (โf) measures how f at a point deviates from its average over a small surrounding sphere. Positive Laplacian means the value at the point is less than the surrounding average (a local "valley" in some sense); negative means it's greater.
In Cartesian coordinates:โ2f=โx2โ2fโ+โy2โ2fโ+โz2โ2fโ
Appears in every major PDE you'll encounter: Laplace's equation (โ2f=0), the heat equation, the wave equation, and Poisson's equation all feature โ2
Vector Laplacian
The Laplacian can also act on a vector field component-wise: โ2F=(โ2Fxโ,โ2Fyโ,โ2Fzโ) in Cartesian coordinates. A useful identity relates it to curl and divergence:
โ2F=โ(โโ F)โโร(โรF)
This shows up frequently in electromagnetic theory and fluid dynamics. Be careful: this component-wise definition only works cleanly in Cartesian coordinates.
Compare: Gradient vs. Laplacian. Gradient gives direction and rate of change (a vector), while Laplacian tells you whether you're at a local extremum relative to surroundings (a scalar). The Laplacian is the divergence of the gradient, combining both operations.
The Big Three Integral Theorems
These theorems convert between different types of integrals and connect local differential behavior to global integral behavior. The unifying idea: integrating a derivative over a region equals integrating the original function over the boundary.
where F=Pi+Qj and C is a positively oriented (counterclockwise), simple, closed curve bounding region R.
This is the 2D special case of Stokes' theorem, restricted to flat regions in the xy-plane
Two forms: the circulation form (above) measures rotation, while the flux form โฎCโFโ nds=โฌRโ(โโ F)dA measures net outward flow
Stokes' Theorem
โฌSโ(โรF)โ dS=โฎCโFโ dr
Connects a surface integral of curl to a line integral around the boundary curve C of surface S
Orientation matters. Use the right-hand rule: if your right thumb points along the surface normal, your fingers curl in the direction of C
The surface doesn't have to be flat, and any surface sharing the same boundary curve gives the same result (as long as F is smooth throughout)
Divergence Theorem
โญVโ(โโ F)dV=โฌโSโFโ dS
Converts a volume integral of divergence to a surface integral of flux through the closed boundary surface S of volume V
Also called Gauss's theorem. Fundamental for deriving conservation laws in physics
The surface must be closed (think balloon or box, not an open bowl). The normal points outward by convention
Compare: Stokes' vs. Divergence Theorem. Stokes' relates a surface integral to a line integral (boundary is a curve), while Divergence relates a volume integral to a surface integral (boundary is a closed surface). Both convert an (n)-dimensional integral to an (nโ1)-dimensional boundary integral.
Product Rules for Vector Operations
Just like single-variable calculus has product rules, vector calculus has its own versions. These show up constantly when simplifying expressions.
Product Rule for Divergence
โโ (ฯF)=(โฯ)โ F+ฯ(โโ F)
This is analogous to (fg)โฒ=fโฒg+fgโฒ. The gradient "differentiates" the scalar part, and divergence "differentiates" the vector part. If ฯ is constant, โฯ=0, so the first term drops and you get ฯ(โโ F). This identity is also the basis for integration by parts in higher dimensions.
Product Rule for Curl
โร(ฯF)=(โฯ)รF+ฯ(โรF)
Note the cross product in the first term (not a dot product). Again, if ฯ is constant, only the second term survives.
Compare: Divergence product rule vs. Curl product rule. Both split into two terms, but divergence uses dot products throughout while curl uses a cross product in the first term. The operator type (dot vs. cross) stays consistent with the original operation.
Vector Product Identities
These identities help you manipulate expressions involving multiple vector fields.
Vector Triple Product (BAC-CAB Rule)
Aร(BรC)=B(Aโ C)โC(Aโ B)
The mnemonic "BAC-CAB" matches the order of vectors on the right side. The result is a vector lying in the plane spanned by B and C. Watch the parentheses: (AรB)รC gives a different result (it lies in the plane of A and B instead).
Scalar Triple Product
Aโ (BรC)
This equals the signed volume of the parallelepiped formed by the three vectors. It's zero if and only if the vectors are coplanar (linearly dependent). Cyclic permutations leave it unchanged:
Aโ (BรC)=Bโ (CรA)=Cโ (AรB)
Swapping any two adjacent vectors flips the sign.
Compare: Scalar vs. Vector triple product. Scalar triple product gives a number (volume), vector triple product gives a vector. Both involve three vectors, but the operations and outputs are completely different.
Advanced Differential Identities
These identities involve combinations of fields and operators. They're essential for simplifying complex expressions.
Four terms total. If both fields are irrotational (โรA=โรB=0), the cross-product terms vanish and only the first two remain. This identity appears in energy arguments and Lagrangian mechanics.
Divergence of Cross Product
โโ (AรB)=Bโ (โรA)โAโ (โรB)
Notice that curls appear on the right, not divergences. If both fields are irrotational, the whole expression is zero. This identity is used in electromagnetic theory (e.g., Poynting vector derivations).
Curl of Cross Product
โร(AรB)=(Bโ โ)Aโ(Aโ โ)B+A(โโ B)โB(โโ A)
Four terms involving both divergences and directional derivatives. This is more complex than the other product rules and shows up in fluid vorticity equations.
Compare: Divergence of cross product vs. Curl of cross product. Divergence gives a scalar involving curls of the original fields, while curl gives a vector involving divergences and directional derivatives. The outputs have completely different structures.
Chain Rule and Composition
When vector fields depend on parameters or other functions, you need chain rules to differentiate properly.
Chain Rule for Vector-Valued Functions
If F(x,y,z) and the coordinates depend on a parameter t:
This can be written compactly as dtdFโ=(vโ โ)F, where v=(dtdxโ,dtdyโ,dtdzโ) is the velocity vector. In fluid mechanics, this is the material derivative (also written DtDFโ), which tracks how a quantity changes as you follow a moving fluid particle.
Why is โโ (โรF)=0 true for any smooth vector field? What property of partial derivatives does the proof rely on?
Compare Stokes' theorem and the Divergence theorem: what type of integral does each convert, and what is the "boundary" in each case?
If a vector field F has zero divergence everywhere, what physical property does this indicate? Name one integral theorem that becomes especially useful for such fields.
Expand โโ (ฯF) using the product rule. What simplification occurs if ฯ is constant?
You need to compute a line integral around a complicated closed curve on a surface in 3D. Which theorem converts this to a surface integral, and what quantity do you integrate over the surface?