Leave lesson

Pure · Coordinate geometry

1 / 10

Parametric curves and trig identities

Converting trigonometric parametric equations to Cartesian form using identities — sin²+cos²≡1 for circles and ellipses, sec²−tan²≡1, and the double-angle formulae — and recognising the curve that results.

Pure · Coordinate geometry

Parametric curves and trig identities

Converting trigonometric parametric equations to Cartesian form using identities — sin²+cos²≡1 for circles and ellipses, sec²−tan²≡1, and the double-angle formulae — and recognising the curve that results.

Why it works

When the parametric equations involve sint\sin t, cost\cos t (or sect\sec t, tant\tan t), you usually cannot isolate tt tidily. Instead you eliminate it with a trigonometric identity: arrange each equation so that a trig function is the subject, then feed those into an identity that the functions must satisfy.

Circles and ellipses come from sin2t+cos2t1\sin^2 t + \cos^2 t \equiv 1. This is the workhorse. For x=acost,y=bsint,x = a\cos t, \qquad y = b\sin t, write cost=xa\cos t = \dfrac{x}{a} and sint=yb\sin t = \dfrac{y}{b}, then substitute into cos2t+sin2t=1\cos^2 t + \sin^2 t = 1: x2a2+y2b2=1.\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. If a=ba = b this is a circle of radius aa; if aba \ne b it is an ellipse. A shift like x=p+acost, y=q+bsintx = p + a\cos t,\ y = q + b\sin t just moves the centre to (p,q)(p, q): (xp)2a2+(yq)2b2=1\dfrac{(x-p)^2}{a^2} + \dfrac{(y-q)^2}{b^2} = 1.

The curve below is x=3cost, y=2sintx = 3\cos t,\ y = 2\sin t — an ellipse, x29+y24=1\dfrac{x^2}{9} + \dfrac{y^2}{4} = 1, reaching ±3\pm 3 along xx and ±2\pm 2 along yy.-3-2-1123-2-112xyOther identities work the same way. If xx and yy involve sect\sec t and tant\tan t, use 1+tan2tsec2t1 + \tan^2 t \equiv \sec^2 t, i.e. sec2ttan2t1\sec^2 t - \tan^2 t \equiv 1, to get x2y2=1x^2 - y^2 = 1. And when one coordinate is a double angle, expand it so both coordinates share the same single-angle function: x=2sint,y=cos2t=12sin2t  y=12(x2)2=1x22.x = 2\sin t,\quad y = \cos 2t = 1 - 2\sin^2 t \ \Rightarrow\ y = 1 - 2\left(\tfrac{x}{2}\right)^2 = 1 - \tfrac{x^2}{2}.

Don't forget the range. Because sint\sin t and cost\cos t stay between 1-1 and 11, x=acostx = a\cos t is trapped in axa-a \le x \le a. Quoting that restriction is part of a full answer, exactly as in the previous concept.