Courses / Physics I
Differential Equations and Vector Calculus

Gradient, Divergence, and Curl

Physics I 219 words Free to read

Spatial Operators Overview

These three differential operators map how scalar and vector fields change across space. They form the core building blocks of vector calculus.

OperatorInputOutputWhat It Measures
Gradient (ϕ\nabla\phi)ScalarVectorSteepest increase direction and rate
Divergence (F\nabla\cdot\vec{F})VectorScalarNet outward flux, sources/sinks
Curl (×F\nabla\times\vec{F})VectorVectorLocal rotational spinning effect

Common pitfall: Always type-check your inputs and outputs. A phrase like div of a scalar is mathematically meaningless since divergence only accepts vector fields.

Placeholder: Gradient, Divergence, and Curl

Formulas and Identities

The gradient, divergence, and curl use distinct partial derivative structures:

ϕ=ϕxi^+ϕyj^+ϕzk^\nabla\phi = \frac{\partial\phi}{\partial x}\hat{i} + \frac{\partial\phi}{\partial y}\hat{j} + \frac{\partial\phi}{\partial z}\hat{k}

F=Fxx+Fyy+Fzz\nabla\cdot\vec{F} = \frac{\partial F_x}{\partial x} + \frac{\partial F_y}{\partial y} + \frac{\partial F_z}{\partial z}

×F=i^j^k^xyzFxFyFz\nabla\times\vec{F} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \partial_x & \partial_y & \partial_z \\ F_x & F_y & F_z \end{vmatrix}

Key identities connect these operations:

Physics link: E=V\vec{E} = -\nabla V defines electric field as the negative gradient of potential, while E=ρ/ε0\nabla\cdot\vec{E} = \rho/\varepsilon_0 is Gauss's law.

Rotational Vector Field

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Differential Equations and Vector Calculus