The curl measures the rotation or circulation of the vector field F at any given point in space.
Cartesian Coordinates #
In cartesian coordinates, the curl of a vector field F is given by the determinant of the matrix:
∇×F=i∂x∂Fxj∂y∂Fyk∂z∂Fz
Where:
- ∇ represents the del operator,
- ∂ denotes the partial derivative,
- i, j, and k are the unit vectors in the x, y, and z directions, respectively, and
- Fx, Fy, and Fz are the components of the vector field F.
Written out, this is:
∇×F=(∂y∂Fz−∂z∂Fy)i+(∂z∂Fx−∂x∂Fz)j+(∂x∂Fy−∂y∂Fx)k
Cylindrical Coordinates #
In cylindrical coordinates, the curl of a vector field F is given by:
∇×F=(ρ1∂φ∂Fz−∂z∂Fφ)ρ^+(∂z∂Fρ−∂ρ∂Fz)φ^+ρ1(∂ρ∂(ρFφ)−∂φ∂Fρ)z^
Where:
- ρ is the distance from the z-axis, φ is the angle from the x-axis, and z is the height above the xy-plane, and
- ρ^, φ^, and z^ are the unit vectors in the ρ, φ, and z directions, respectively.
Spherical Coordinates #
In spherical coordinates, the curl of a vector field F is given by:
∇×F=rsinθ1(∂θ∂(sinθFφ)−∂φ∂Fθ)r^+r1(sinθ1∂φ∂Fr−∂r∂(rFφ))θ^+r1(∂r∂(rFθ)−∂θ∂Fr)φ^
Where:
- r is the radial coordinate, θ is the polar coordinate, and φ is the azimuthal coordinate, and
- r^,θ^,φ^ are the unit vectors in the r,θ,φ directions respectively.
Sources #
See also #