Mathematical Physicshigh schoolundergraduate

Gradient

Also known as: Del of a scalar · Nabla f · Grad

The gradient packages all the partial derivatives into one vector that points in the direction of steepest ascent, with length equal to that maximum slope.

f=fxx^+fyy^+fzz^\nabla f = \frac{\partial f}{\partial x}\,\hat{\mathbf{x}} + \frac{\partial f}{\partial y}\,\hat{\mathbf{y}} + \frac{\partial f}{\partial z}\,\hat{\mathbf{z}}
Live simulation
warming up the physics…

A Gaussian hill is drawn as a contour heatmap. A probe (white dot) sits at the slider position and an orange arrow shows ∇f — always perpendicular to contours, pointing uphill. The probe drifts and the arrow tracks it in real time.

Equivalent forms

f=ifxie^i\nabla f = \sum_i \frac{\partial f}{\partial x_i}\,\hat{\mathbf{e}}_i
df=fdrdf = \nabla f \cdot d\mathbf{r}
One symbol, ∇, eats a scalar landscape and hands back the direction you'd climb — and it is always perpendicular to the level sets.