Academy
Formulas/maths/Circles/Parametric Equations

Parametric Equations

Any point on the circle (x−h)² + (y−k)² = r² in terms of the parameter θ ∈ [0°, 360°). For unit circle centred at origin: (cos θ, sin θ).
Derivation

Consider the circle (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. Any point PP on this circle lies at distance rr from (h,k)(h, k). Let θ\theta be the angle the radius CPCP makes with the positive xx-axis.

By the definition of cosine and sine:

xh=rcosθ,yk=rsinθx - h = r\cos\theta, \quad y - k = r\sin\theta

Therefore:

x=h+rcosθ,y=k+rsinθ,θ[0°,360°)x = h + r\cos\theta, \quad y = k + r\sin\theta, \quad \theta \in [0°, 360°)

Verification: Substituting back,

(rcosθ)2+(rsinθ)2=r2(cos2θ+sin2θ)=r2(r\cos\theta)^2 + (r\sin\theta)^2 = r^2(\cos^2\theta + \sin^2\theta) = r^2 \checkmark

For the circle x2+y2=a2x^2 + y^2 = a^2, the parametric point is simply (cosθ,sinθ)(\cos\theta, \sin\theta) scaled by aa, written as (acosθ,asinθ)(a\cos\theta, a\sin\theta).

The parametric form is indispensable in chord and tangent problems where the point of contact is unknown and is better handled as an angle than as (x1,y1)(x_1, y_1).