Max and min with Lagrange multipliers, question about getting a single extrema point back

43 Views Asked by At

I just did a problem with Lagrange multipliers and found the two extrema points, which gave the same results which according to the book were minimums. It was $f(x,y)=x^2+y^2$ with constraint $xy=1$ with mins $(1,1)=2$ and $(-1,-1)=2$. How do I know to call these minimums instead of maximums? Are they just always minimums if they both equal the same thing or there is just one point? Or could they have been maximums and there's some way to tell which?

1

There are 1 best solutions below

0
On BEST ANSWER

You properly applied Lagrange multipliers and found the two extrema points but none of these points can be a maximum.

Suppose the same problem with contraint $xy=a\implies y=\frac a x$; so the function is $$f(x)=x^2+\frac{a^2}{x^2}\implies f'(x)=2 x-\frac{2 a^2}{x^3} \implies f''(x)=2+\frac{6 a^2}{x^4}>0$$ So,if $a>0$, in the real domain the derivative cancels for $x=\pm \sqrt a$ and $f(\pm \sqrt a)=1+a^2$. The second derivative being always positive, then two minimum points.