So I have the function $$f(x,y)=x^2+y^2$$ with constraint $$(x-1)^2+4y^2=4$$
How can I find the minimum and maximum values for this using Lagrange multipliers?
My attempt: I got the equations:
1) $$2x = λ(2x-2)$$ 2) $$2y = λ8y$$ 3) $$(x-1)^2+4y^2=4$$
I solved for x and y with no luck. Cant seem to find the min and max. Any help is appreciated
You are on the right track!
The first thing to notice is that the constraint is bounded. Since $f$ is a continuous function, Weierstrass theorem guarantees the existence of a maximum and a minimum.
This covers all the possibilities and after this procedure we are left with the following "interesting" points: $$(-1,0), (3,0), (-\frac 13, \frac{\sqrt{5}}{3}), (-\frac 13, -\frac{\sqrt{5}}{3}).$$
Now evaluate $f$ at these points and draw your conclusions! :)