1. Use the total differential to approximate the change in $f(x, y) = x^2 y$ when $(x, y)$ changes from $(3, 2)$ to $(3.01, 1.98)$.
- A.$df \approx 0.03$
- B.$df \approx -0.06$
- C.$df \approx 0.30$
- D.$df \approx -0.12$
View Answer
Answer: $df \approx -0.06$
Identify changes: $dx = 3.01 - 3 = 0.01$ and $dy = 1.98 - 2 = -0.02$. Compute partial derivatives at $(3, 2)$: $f_x = 2xy$, so $f_x(3,2) = 12$. $f_y = x^2$, so $f_y(3,2) = 9$. Apply the total differential: $df = 12(0.01) + 9(-0.02) = 0.12 - 0.18 = -0.06$. Why distractors fail: Option A ($0.03$) might result from using only $f_x\,dx$ and a sign error. Option C ($0.30$) could arise from computing $f_x\,dx = 12(0.01) = 0.12$ and $f_y\,dy = 9(0.02) = 0.18$ but adding instead of subtracting. Option D ($-0.12$) could come from doubling the correct answer, perhaps by using $dy = -0.04$ by mistake.