Maximum Directional Derivative

Summary

Among all unit directions, the directional derivative is maximized in the direction of the gradient. That maximum value equals the gradient’s magnitude f . The steepest descent direction is f/f .

Prerequisites

Directional Derivative

Theorem

If f is differentiable at a and f(a)0 , then for unit vectors u ,

Duf(a)=f(a)cosθ,

where θ is the angle between f(a) and u . Therefore

maxu=1Duf(a)=f(a),

attained at u=f(a)/f(a) , and

minu=1Duf(a)=f(a).

Notation Caution

Do not write |Duf(a)| for the maximum rate. The absolute value |Duf| is the magnitude of the rate in a fixed direction u ; the maximum over directions is f .

Conditions / Assumptions

Worked Example

For f(x,y)=x2+y2 at (1,1) , f(1,1)=(2,2) and

f(1,1)=8=22.

The maximum directional derivative is 22 in the direction (1/2,1/2) .

Common Mistakes

Connections

References

The steepest-ascent theorem is standard in multivariable calculus.[1]


  1. OpenStax, Calculus Volume 3, Section 4.6, https://openstax.org/details/books/calculus-volume-3 ↩︎