Given an implicit equation such as $x^2+y^2=1$ , I know it corresponds to the parametric equations $ \begin{cases} x=\cos t\\ y=\sin t \end{cases}$.
But I don't know how to get from the implicit equations to the parametric one, only the other way around.
I'm interested in a general algorithm in solving for the parametric equations given the implicit equation. If such algorithm doesn't exist I want to know how to approach this problem given different types of implicit equations:
- Polynomial
- Trigonometric
- Exponential
- Other types and/or a combination of any of the above
Maybe some of them can be transformed and some others can't (How can I tell?).
To illustrate such an algorithm, please show me how to get parametric equations for $y\sin x+x\cos y=1$.
Thank you!