15.8 Lagrange Multipliers
Constrained optimization problems: find max/min of something subject to a certain condition.
For example, find max/min of \( f(x,y) = x^2 + y^2 \) subject to the condition that \( xy = 1 \).
\( f(x,y) = x^2 + y^2 \) is called the objective
\( g(x,y) = xy - 1 = 0 \) is called the constraint
Since the constraint is simple we can solve this by substitution:
Critical pts: \( (-1, -1), (1, 1) \)