I'm trying to find the fixed points for the following system:
$$\frac{dx}{dt} = 3x -y^2$$ $$\frac{dy}{dt} = \sin(y)-x$$
Both $\frac{dy}{dt}$ and $\frac{dx}{dt}$ equal zero at the fixed point(s). So I've gotten $y = \sqrt{3x}$ out of the first equation and plugged that into the second equation.
$$\sin(\sqrt{3x}) - x = 0$$
Now I'm stuck solving this equation for x. I've managed to calculate the zeros/roots using Matlab, giving me $x_1 = 0$ and $x_2 = 0.9866$ as solution.
Is there a way to find the zeros analytically? Thanks in advance!

Hint: i would write $$x=\frac{1}{3}y^2$$ plugging this in the second equation we get $$3\sin(y)-y^2=0$$ This equation has only two solutions: $$y=0$$ or $$y\approx 1.722125112$$