Graph
Axes units are in your x/y input units. The arrow \(\nabla f\) (steepest ascent) and the unit direction \(u\) are shown at \((x_0,y_0)\) when defined.
Math Calculus • Multivariable Calculus
Axes units are in your x/y input units. The arrow \(\nabla f\) (steepest ascent) and the unit direction \(u\) are shown at \((x_0,y_0)\) when defined.
The gradient is the vector of partial derivatives: ∇f = <∂f/∂x, ∂f/∂y, ∂f/∂z>. It points in the direction of steepest increase of the scalar field.
The directional derivative at a point uses the dot product D_uf(P) = ∇f(P) · u_hat. The direction must be a unit vector u_hat to represent change per 1 unit of distance.
If u is not unit length, the dot product scales with the length of u and no longer represents rate of change per unit distance. Normalizing uses u_hat = u / ||u|| to fix the direction length to 1.
For f(x,y,z), the graph shows the cross-section obtained by holding z fixed at your chosen z0 and plotting the contours in the x-y plane. This helps visualize how the function behaves around (x0, y0) at that z level.