1

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

bobdylan
  • 2,334

1 Answers1

2

The explicit expression for the unique real root of $4x^3 - 4x+5 = 0$ is not very elegant, so I do not think there is a nice way to obtain it, besides of just applying Cardano's formula

SBF
  • 36,041