x and y be real numbers
which satisfy
then find the minimum value of![]()


Looks to me like a "Lagrange multiplier" problem!
Letand
.
For any function f,= grad f points in the direction of fastest increase so
points in the direction of fastest decrease. If there were no constraints, you could find the minimum moving opposite to the way
was pointing. If you are constrained to surface you cannot necessarily go in that direction but you could still move in the direction of the projection of the vector onto the tangent plane of the surface. The only time you could NOT do that is if there is NO such projection which is the same as saying that
is parallel to the normal vector to the surface.
But for a surface given by g(x,y)= constant, the normal vector is simply. Saying that one vector is parallel to the other is saying that one is a multiple of the other. The point on g(x,y)= constant that makes f(x,y) a minimum (or a maximum) must satisfy
for some constant
, the "Lagrange multiplier".
Setting the x and y components of that vector equation equal to each other gives two equations with g(x,y)= constant the third equation you need to solve for the three unknowns, x, y and. Since the value of
is not relevant to the solution, I find that dividing one equation by another, which immediately eliminates
from the equations, is the best way to start.