In the problem of minimizing $f(x,y,z)=y$ over the constraint set $z=y^3 - x^2$ and $z=x^2$, I have managed to solve the problem directly and obtain that the minimum occurs at $x=0, y=0, z=0$, yielding a value of $f(0,0,0)=0$, but when I write the Lagrangian and try to solve it, I realize that it has no solutions. I am trying to understand why the Lagrange multipliers didn't work here and any insights on this would be helpful.
Edit: $\nabla f+λ_1∇g_1+λ_2∇g_2=0$ yields: $x:−2xλ_1+2xλ_2=0$ $y:1+3y^2λ_1=0$ $z:−λ_1−λ_2=0$ Which gives: $λ_1=−λ_2$ and $λ_2x=0$ but since $λ_2$ cannot be $0$, $x=0$, which gives $y^3−z=0$ and $−z=0$, giving $y=0$ and $z=0$, but $1+3y^2λ_1=0$ is not satisfied.
Thank you for your help!
$x: -2x\lambda_1 +2x\lambda_2 = 0$
$y: 1+3y^2\lambda_1=0$
$z: -\lambda_1 - \lambda_2 = 0$
Which gives: $\lambda_1 = -\lambda_2$ and $\lambda_2 x = 0$ but since $\lambda_2$ cannot be $0$, $x=0$, which gives $y^3-z=0$ and $-z =0$, giving $y=0$ and $z=0$, but $1+3y^2\lambda_1 = 0$ is not satisfied.
Sorry, I pressed enter too soon above.
– Timur Lame Mar 20 '18 at 05:08