Multivariable chain rule — If z = f(x,y) where x = x(t) and y = y(t): More generally, if x = x(s,t) and y = y(s,t): The gradient collects all partial de…
Physics I190 wordsFree to read
Multivariable chain rule — If z=f(x,y) where x=x(t) and y=y(t):
dtdz=∂x∂fdtdx+∂y∂fdtdy
More generally, if x=x(s,t) and y=y(s,t):
∂s∂z=fx∂s∂x+fy∂s∂y
The gradient collects all partial derivatives into one vector:
∇f=(∂x∂f,∂y∂f)
Directional derivative — The rate of change of f in direction u^:
Du^f=∇f⋅u^=∣∇f∣cosθ
Key properties of the gradient
Property
Statement
Direction of steepest ascent
∇f
Maximum rate of change
∣∇f∣
Perpendicular to level curves
∇f⊥{f=c}
Zero directional derivative
When u^⊥∇f
Physics link: Temperature gradient ∇T points from cold to hot. Heat flows in the opposite direction: q=−k∇T (Fourier's law).
Common pitfall: The directional derivative needs a unit vector: Duf=∇f⋅u^. Feeding it an unnormalized direction silently scales the answer by that vector’s length.
Placeholder: The Chain Rule and Directional Derivatives
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.