[Math] How to prove local minima are global

functionsoptimization

I have the function $f(x,y) = (x^2 – 4)^2 + y^2,$

which has two local minima at $(2,0)$ and $(-2,0).$ How can I prove that these are global minima?

Best Answer

We easily get $f(x,y)\ge 0$ and $$f(x,y)=0\iff x^2=4\;\wedge\;y=0\iff (x,y)=(-2,0)\;\vee\;(x,y)=(2,0).$$ Obviously $f(\pm 2,0)=0$, so local minima are also global.

Related Question