1. Suppose $f(x, y)$ is differentiable. A student calculates the directional derivative in the direction of a non-unit vector $\mathbf{w} = \langle 2, 2 \rangle$ as $\nabla f \cdot \mathbf{w}$. Is this a valid computation of the directional derivative, and what would be the consequence?
- A.Yes, it is valid because direction is all that matters, not magnitude.
- B.No, it is invalid; using a non-unit vector scales the result by $|\mathbf{w}|$, so the answer would be $|\mathbf{w}|$ times too large.
- C.No, it is invalid; the directional derivative is only defined for vectors in the $xy$-plane.
- D.Yes, it is valid because $\nabla f \cdot \mathbf{w}$ always equals the directional derivative regardless of $|\mathbf{w}|$.
View Answer
Answer: No, it is invalid; using a non-unit vector scales the result by $|\mathbf{w}|$, so the answer would be $|\mathbf{w}|$ times too large.
The Unit Vector Requirement: The directional derivative formula is $D_{\mathbf{u}} f = \nabla f \cdot \mathbf{u}$ where $|\mathbf{u}| = 1$. If $\mathbf{w}$ is used instead: $\nabla f \cdot \mathbf{w} = \nabla f \cdot (|\mathbf{w}| \hat{\mathbf{w}}) = |\mathbf{w}| (\nabla f \cdot \hat{\mathbf{w}}) = |\mathbf{w}| D_{\hat{\mathbf{w}}} f$. Effect for $\mathbf{w} = \langle 2, 2 \rangle$: $|\mathbf{w}| = \sqrt{4+4} = 2\sqrt{2}$. So the student's result is $2\sqrt{2}$ times the true directional derivative. Why distractors fail: Option A is incorrect because direction does matter for the *value* of the directional derivative, but normalization is needed to measure rate of change *per unit distance*. Option C is false; $\mathbf{w}$ already lies in the $xy$-plane. Option D is the student's erroneous claim and is mathematically wrong.