The equation is:
$$x^2 + y^2 - 2x - 3 = 0$$
How do I parameterize that? I haven't encountered equations with both $x^2$, $y^2$ and $x$ before and therefore I am not sure of how to handle the problem.
Should I break out an $x$ to form $y^2+x(x-2)=3$ ?
The equation is $$(x-1)^2+y^2=2^2$$ So it's a circle centered at $(1,0)$ and with radius $2$.
So, $$x=1+2\cos\theta$$ $$y=2\sin\theta$$