Is there a way to solve for $x$ given $y$, in the equation $y^2 = x^3 + ax + b$, in the real number space (not finite field).
Or is the solution too difficult to achieve? I suspect the solution will require factoring a 3rd degree polynomial.
I'm trying to animate a dot going from top to bottom of the screen while following the curve. This will require inputing the $y$ component into some function, and getting the $x$ component in return, so that I can place the dot in the correct spot on the graph.
This question is not to be confused with the question asking about finding $x$ for the elliptic curve equation, in a finite field. I'm trying to solve in the real number space, not in the finite field.