This excercise has been taken from an exam. In the following problem: opt:x+y^2-2 subject to y^2<=x and x<=2-y and y>=0
I've found the green area to be the feasible region.
(Sorry for the poorly drawn graph).
I determined, by Weierstrass' theorem, that the problem has global solutions (the objective function is continuous and the feasible region is bounded and closed). Then I proceeded by applying Kuhn-Tucker's method. I analyzed the values that x and y take when a different combination of values for the lagrange multipliers is made. I found the following critical points: (1;1) when both multipliers are greater than 0, (3/2;1/2) when the first multiplier is equal to 0 and the second multiplier is greater than 0. The other combinations of values for the multipliers are contradictory. The excercise asks you to explain why the solution can't be an interior point and to find the solution. The only frontier point that I find is (3/2;1/2), which you can get by examining the frontier where y=-x+2 (the red curve of the graph). I can't prove that the solution is an interior point, and I can´t classify the critical points that I found either because the 2 sufficient conditions that I know of don't apply. I'd appreciate if someone showed me all the steps to solve this.