I am trying to solve this excersice but I can't seem to get to anything but dead ends.
Let $b\gt 0$ and $f(x,y) = y^3+3x^2y-15y-12bx$, find all possible values of $b$ so that $f$ has at least one critical point.
I started by deriving:
$f_x(x,y) = 6xy-12b$
$f_y(x,y) = 3y^2+3x^2-15$
So, if $(x,y)$ is a critical point:
$xy = 2b$
$x^2+y^2 = 5$
That would say that the possible values of $b$ are those that define an homographic function $y = \frac{1}{x}2b$ such that its graphic intersects with the border of the circle centered at the origin with radius equal to $\sqrt{5}$.
That is my intuition, but I can't seem to find a way of getting those values in numbers. I don't know if it would help, or if it is even correct, but I also attempted using Lagrange multipliers but that route didn't yield any valid result.
Thank you very much.