calculus

Curl (Vector Calculus)

The curl of a vector field measures local rotation. ∇×F gives a vector pointing along the rotation axis with magnitude proportional to spin rate.

The curl of F\vec{F} in R3\mathbb{R}^3 is itself a vector field, computed by formal cross product:

×F=(F3yF2z, F1zF3x, F2xF1y).\nabla \times \vec{F} = \left(\frac{\partial F_3}{\partial y} - \frac{\partial F_2}{\partial z},\ \frac{\partial F_1}{\partial z} - \frac{\partial F_3}{\partial x},\ \frac{\partial F_2}{\partial x} - \frac{\partial F_1}{\partial y}\right).

Magnitude measures local rotation rate; direction is the rotation axis (right-hand rule).

A field with ×F=0\nabla \times \vec{F} = \vec{0} is irrotational — gradient (conservative) fields are always irrotational. Non-zero curl indicates local circulation.

Stokes' theorem equates surface integral of curl to line integral of F\vec{F} around the boundary. Used in EM (Maxwell-Faraday law), fluid dynamics (vorticity), aerodynamics.