Find the local minimum for $f(x, y) = 2x^4 + y^2 - 4xy + 5y,\:x,y \in \mathbb{R}$ find the local minimum.
Okay this seems easy enough, the necessary condition dictates that candidates are of the form $\nabla f(x_0,y_0)=(0,0)$ but $\nabla f(x,y)=(8x^3-4y,2y-4x+5)$, so we end up with $4x^3-4x+5=0$. How this one solve this? Wolfram gives an estimate of -1.38 but is it possible to direstly find the root?
Thanks