1. What is the maximum value of the directional derivative of $f$ at a given point?
- A.It equals $\nabla f \cdot \nabla f$
- B.It equals $|\nabla f|$
- C.It equals $|\nabla f|^2$
- D.It equals $1$ when $f$ is normalized
View Answer
Answer: It equals $|\nabla f|$
Maximum Rate of Change Principle: Since $D_{\mathbf{u}} f = \nabla f \cdot \mathbf{u} = |\nabla f||\mathbf{u}|\cos\theta = |\nabla f|\cos\theta$ (because $\mathbf{u}$ is a unit vector), the maximum occurs when $\cos\theta = 1$, i.e., $\theta = 0$. This gives a maximum value of $|\nabla f|$. Why option B is correct: The maximum directional derivative is the magnitude of the gradient, $|\nabla f|$, achieved when $\mathbf{u}$ points in the same direction as $\nabla f$. Why distractors fail: Option A gives $|\nabla f|^2$ (the dot product of the gradient with itself), which is larger. Option C also gives $|\nabla f|^2$. Option D is incorrect because the maximum is determined by the gradient magnitude, not the normalization of $f$.