What number of critical points all of which are saddle points can a cubic polynomial $c(x,y)$ in two real variables have?
Note: We restrict attention only to non-degenerate critical points.
It follows from the Bézout's theorem that a cubic polynomial can have at most 4 critical points. It is easy to see that it can have 0,1,2, or 4 critical points and it can have 3 of them is questioned in: Can a cubic polynomial in two real variables have exactly three isolated critical points?
Observations:
- A polynomial with no critical points has no saddle points, e.g. $x^3+y$.
- If we did not insist on the polynomial having the cubit term, then $x^2 - y^2$ could serve as an example of a polynomial with a single saddle point, however adding a cubic term usually introduces other critical points.
- An example of a polynomial with two critical points out of which both are saddle points is $c(x,y)= x^{(2)} (y+1)-y^{(2)} (x+1)$, with saddles at $(0,0)$ and $(-2,-2)$.
A closely related question whether a cubic polynomial in two variables can have 3 saddle points: https://mathoverflow.net/q/446848/497175. Whether a cubic polynomial can have three critical points is asked here: Can a cubic polynomial in two real variables have exactly three isolated critical points?