I have the following problem:
$$\text{min} \ x^2 + y^2$$ $$s.t. \ (x+1)^3 =- y^2$$
What I did was substituting, so I got the function $f(x) = x^2 - (x+1)^3 $ but I don't know how to get analytically to the minimum. Graphing the original problem gives $x = -1$ and $y=0$ as the solution but I can't get there using my new function, I did the first derivative equal to $0$ but that has no real solutions. I did Lagrange method on the original problem but it was nonsense too. Thanks for the help.


Consider the function $f(x) = x^2 - (x+1)^3\implies f'(x)=2x-3(x+1)^2= -(3x^2+4x+3) < 0$ for all reals $x$. Thus letting $x \to +\infty$, $f(x) \to -\infty$. This means the minimum value does not exist, and neither is the maximum.