1. Use Lagrange multipliers to find the maximum value of $f(x, y) = xy$ subject to $x^2 + y^2 = 8$.
- A.$2$
- B.$4$
- C.$8$
- D.$2\sqrt{2}$
View Answer
Answer: $4$
Set up the Lagrange equations: $\nabla f = \lambda \nabla g$ gives $y = 2\lambda x$ and $x = 2\lambda y$, with constraint $x^2 + y^2 = 8$. Solve the system: From the first two equations: $y/(2x) = \lambda = x/(2y)$, so $y^2 = x^2$, meaning $y = \pm x$. Substituting $y = x$ into the constraint: $2x^2 = 8$, so $x^2 = 4$, giving $x = \pm 2$. Evaluate the function: At $(2, 2)$: $f = 4$. At $(-2, -2)$: $f = 4$. At $(2, -2)$ and $(-2, 2)$: $f = -4$. The maximum is $4$. Why distractors fail: Option A ($2$) results from an algebra error. Option C ($8$) is the constraint value, not $f$. Option D ($2\sqrt{2}$) confuses coordinate values with function values.