Questions: Constrained Optimization and Lagrange Multipliers

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

To maximize f(x, y) = xy subject to x + y = 10, you set up ∇f = λ∇g with g(x, y) = x + y - 10. What are the correct gradient components ∇f and ∇g?

A∇f = (y, x) and ∇g = (1, 1)
B∇f = (x, y) and ∇g = (1, 1)
C∇f = (y, x) and ∇g = (x, y)
D∇f = (1, 1) and ∇g = (y, x)
Question 2 True / False

If ∇f = λ∇g yields a unique solution point, that point is expected to be the global maximum of f subject to g(x, y) = 0.

TTrue
FFalse
Question 3 Short Answer

Give the geometric interpretation of why ∇f and ∇g must be parallel at a constrained optimum.

Think about your answer, then reveal below.