Multiple choice

For a scalar function f(x, y, z) = x2 + 3y2 + 2z2, the directional derivative at the point p(1, 2, – 1) in the direction of a vector $\acute{i}$$\acute{j}$+$2 \bar{k}$ is

  1. – 18

  2. $-3\sqrt{6}$
  3. $3\sqrt{6}$
  4. 18

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The directional derivative is the dot product of the gradient vector and the unit vector in the specified direction. Gradient at (1, 2, -1) is (2, 12, -4). The direction vector is (1, -1, 2) with magnitude sqrt(1^2 + (-1)^2 + 2^2) = sqrt(6). Dot product is (2*1 + 12*-1 + -4*2) / sqrt(6) = (2 - 12 - 8) / sqrt(6) = -18 / sqrt(6) = -3 * sqrt(6).