1. For $f(x, y) = \ln(x^2 + y^2)$, find the directional derivative at $(1, 0)$ in the direction making an angle of $\pi/3$ with the positive $x$-axis.
- A.$1$
- B.$\sqrt{3}$
- C.$1/2$
- D.$2$
View Answer
Answer: $1$
Compute the Gradient: $f_x = \frac{2x}{x^2+y^2}$, $f_y = \frac{2y}{x^2+y^2}$. At $(1,0)$: $f_x = 2$, $f_y = 0$. So $\nabla f = \langle 2, 0 \rangle$. Find the Unit Direction Vector: The direction at angle $\pi/3$: $\mathbf{u} = \langle \cos(\pi/3), \sin(\pi/3) \rangle = \langle 1/2, \sqrt{3}/2 \rangle$. Compute the Directional Derivative: $D_{\mathbf{u}} f = \langle 2, 0 \rangle \cdot \langle 1/2, \sqrt{3}/2 \rangle = 2 \cdot (1/2) + 0 = 1$. Why distractors fail: Option B ($\sqrt{3}$) would arise from using $\sin(\pi/3)$ instead of $\cos(\pi/3)$ in the projection. Option C ($1/2$) could come from forgetting the factor of 2 in $f_x$. Option D ($2$) is the maximum directional derivative (along the $x$-axis direction), not in the direction $\pi/3$.