How do you find the parametric equations of a circle?
1 Answer
We'll start with the parametric equations for a circle:
y = rsin ty=rsint
x = rcos tx=rcost
where
If you know that the implicit equation for a circle in Cartesian coordinates is
We will take the equation for
x/r = cos txr=cost
t = arccos (x/r)t=arccos(xr)
Now substitute into the equation for
y = rsin arccos(x/r)y=rsinarccos(xr)
Thus,
y = r*sqrt(r^2 - x^2)/ry=r⋅√r2−x2r
This simplifies to
y = sqrt(r^2 - x^2)y=√r2−x2
If we square this entire deal and solve for
r^2 = x^2 + y^2r2=x2+y2
which is precisely the equation for a circle in Cartesian coordinates.