How do you find the parametric equations of a circle?

1 Answer
Aug 23, 2014

We'll start with the parametric equations for a circle:

y=rsint
x=rcost

where t is the parameter and r is the radius.

If you know that the implicit equation for a circle in Cartesian coordinates is x2+y2=r2 then with a little substitution you can prove that the parametric equations above are exactly the same thing.

We will take the equation for x, and solve for t in terms of x:

xr=cost
t=arccos(xr)

Now substitute into the equation for y. This eliminates the parameter t and gives us an equation with only x and y.

y=rsinarccos(xr)

sinarccos(xr) is equal to r2x2r. This is apparent if one sketches a right triangle, letting θ=arccos(xr):

enter image source here

Thus, sinθ=r2x2r. So now we have

y=rr2x2r

This simplifies to

y=r2x2

If we square this entire deal and solve for r, we get:

r2=x2+y2

which is precisely the equation for a circle in Cartesian coordinates.