1. What is the linearization $L(x, y)$ of $f(x, y) = x^2 + 3xy$ at the point $(1, 2)$?
- A.$L(x,y) = 7 + 8(x - 1) + 3(y - 2)$
- B.$L(x,y) = 7 + 5(x - 1) + 3(y - 2)$
- C.$L(x,y) = 7 + 8(x - 1) + 6(y - 2)$
- D.$L(x,y) = 6 + 8(x - 1) + 3(y - 2)$
View Answer
Answer: $L(x,y) = 7 + 8(x - 1) + 3(y - 2)$
Compute $f(1,2)$: $f(1,2) = 1^2 + 3(1)(2) = 1 + 6 = 7$. Compute partial derivatives: $f_x = 2x + 3y$, so $f_x(1,2) = 2(1) + 3(2) = 8$. $f_y = 3x$, so $f_y(1,2) = 3(1) = 3$. Assemble the linearization: $L(x,y) = 7 + 8(x - 1) + 3(y - 2)$. This matches Option A. Why distractors fail: Option B uses $f_x = 5$, likely from computing $2(1) + 3(1) = 5$ (using $b = 1$ instead of $b = 2$). Option C uses $f_y = 6$, likely from $3(2) = 6$ (evaluating at $y = 2$ instead of $x = 1$). Option D uses $f(1,2) = 6$, likely from forgetting the $1^2$ term or miscalculating $3(1)(2)$.