Find the absolute maximum and minimum of $f(x,y)=exp(x^2-y^2)$ on the set $R^2$ with $x^2+y^2 \leq1$.
I have applied Lagrange Multipliers method, but found that exponent function should be equal to zero if $f$ function has minimum. Any help will be strongly appreciated.
First of all, you solve the unconstrained optimization problem on the interior of the disk and find that the origin is the only critical point. Of course, it turns out to be a saddle point.
Now consider the Lagrange multiplier problem with the constraint $g(x,y) = x^2+y^2 = 1$. Then $\nabla f = \lambda\nabla g$ if and only if $$2xe^{x^2-y^2} = \lambda (2x) \quad\text{and}\quad -2ye^{x^2-y^2} = \lambda(2y).$$ Assuming $x,y\ne 0$, we deduce that $\lambda=e^{x^2-y^2} = -\lambda$. As you pointed out, this is impossible. Therefore, we are left with the critical points where $x=0$ and $y=0$ on the unit circle (where one of the equations drops out and there is a solution of the other). We have $f(\pm 1,0) = e$ and $f(0,\pm 1) = e^{-1}$, so the absolute maximum points are $(\pm 1,0)$ and the absolute minimum points are $(0,\pm 1)$.