The Gradient
The Gradient of a scalar function \(f(x, y, z)\) is a vector that points in the direction of the steepest ascent. It is denoted by \(\nabla f\) (pronounced "del f").
\[\nabla f = \left\langle \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right\rangle\]
Worked Examples
Example 1: Calculating the Gradient
Find \(\nabla f\) for \(f(x, y) = x^2 + y^2\) at the point \((1, 2)\).
- \(\frac{\partial f}{\partial x} = 2x \implies 2(1) = 2\).
- \(\frac{\partial f}{\partial y} = 2y \implies 2(2) = 4\).
- Result: \(\nabla f = \langle 2, 4 \rangle\). This vector points away from the origin, which is the direction of steepest increase for a bowl shape.
The Bridge to Quantum Mechanics
In classical physics, the force on a particle is the negative gradient of the potential: \(\vec{F} = -\nabla V\). In Quantum Mechanics, the gradient appears in the Momentum Operator in 3D: \(\hat{\vec{p}} = -i\hbar \nabla\). The gradient allows us to describe how the wavefunction changes in three-dimensional space, providing the "vector" information needed to calculate the direction a particle is moving.