Questions: Lagrange Multipliers

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

You want to maximize f(x, y) = xy subject to the constraint x + y = 10. The Lagrange conditions give ∇f = λ∇g. Which system of equations should you solve?

Ay = λ, x = λ, x + y = 10
B2x = λ, 2y = λ, x + y = 10
Cy = 2λ, x = 2λ, x + y = 10
Dx = λy, y = λx, x + y = 10
Question 2 True / False

The method of Lagrange multipliers finds the global maximum or minimum of f over most of ℝ², provided the gradient condition ∇f = λ∇g is satisfied somewhere.

TTrue
FFalse
Question 3 Short Answer

Geometrically, why must ∇f be parallel to ∇g at a constrained optimum?

Think about your answer, then reveal below.