1. Find the critical points of $f(x, y) = x^2 + y^2 - 4x + 6y + 1$.
- A.$(2, -3)$
- B.$(-2, 3)$
- C.$(4, -6)$
- D.$(0, 0)$
View Answer
Answer: $(2, -3)$
Compute partial derivatives: $f_x = 2x - 4$ and $f_y = 2y + 6$. Set both equal to zero: $2x - 4 = 0 \Rightarrow x = 2$ and $2y + 6 = 0 \Rightarrow y = -3$. Why the correct answer works: The only critical point is $(2, -3)$, which is Option A. Why distractors fail: Option B has incorrect signs. Option C uses the coefficients $-4$ and $6$ directly without dividing by 2. Option D is the origin, which does not satisfy $f_x = 0$ or $f_y = 0$.