Mentor
- 38,146
- 10,748
OK, those look fine.Lifeforbetter said:x = 1 -> y=+-##\sqrt2##
y = 0 -> x=+-##\sqrt2##
OK, those look fine.Lifeforbetter said:x = 1 -> y=+-##\sqrt2##
y = 0 -> x=+-##\sqrt2##
Ok. Thanks. But where can i know to set ##x=\sqrt{2}cos(\theta), y=2sin(\theta)##Pi-is-3 said:##2x^2 + y^2 = 4##
##4x + y^2##
I know you are done with the question, but I wanted to say that lagrange multipliers is not the best for this problem.
Set ##x=\sqrt{2}cos(\theta), y=2sin(\theta)##
So now we need to optimize ##4(\sqrt{2}cos(\theta)+sin^2(\theta) )##
So now we need to optimize ##\sqrt{2}cos(\theta)+sin^2(\theta)##Differentiate it w.r.t we get ## -\sqrt{2}sin(\theta)+2sin(\theta)cos(\theta)=0##Implies ##sin(\theta)=0## or ##cos(\theta)=\frac{1}{\sqrt{2}}##
So max when x=1 and ##y=\sqrt{2}## (so max is 6) and minimum when y=0 and ##x=-\sqrt{2}## (so min is ##-4\sqrt{2}##).
Lifeforbetter said:Ok. Thanks. But where can i know to set ##x=\sqrt{2}cos(\theta), y=2sin(\theta)##
How about this?Pi-is-3 said:Also, if you ever need, ## - \sqrt{a^2+b^2} \leq acos(\theta)+bsin(\theta) \leq \sqrt{a^2+b^2}##
Lifeforbetter said:How about this?