Leave lesson

Pure · Coordinate geometry

1 / 10

Converting to Cartesian form

Eliminating the parameter to find the Cartesian equation of a parametric curve, by substitution or rearrangement, and carrying the domain restriction from the parameter through to the Cartesian equation.

Pure · Coordinate geometry

Converting to Cartesian form

Eliminating the parameter to find the Cartesian equation of a parametric curve, by substitution or rearrangement, and carrying the domain restriction from the parameter through to the Cartesian equation.

Why it works

A parametric pair x=f(t), y=g(t)x = f(t),\ y = g(t) and a single Cartesian equation in xx and yy can describe the same curve. Converting from one to the other means getting rid of the parameter — eliminating tt — so that only xx and yy are left.

The standard method: make tt the subject, then substitute. Rearrange the simpler of the two equations to get t=t = \ldots in terms of xx (or yy), and put that into the other equation. If x=t+1,y=t2,x = t + 1, \qquad y = t^2, then t=x1t = x - 1, and substituting into y=t2y = t^2 gives y=(x1)2y = (x-1)^2. Done — a Cartesian equation with no tt in sight.

When tt is awkward to isolate, look for a combination that cancels it. For x=2/t, y=t+1x = 2/t,\ y = t + 1 you can still write t=2/xt = 2/x and substitute to get y=2x+1y = \tfrac{2}{x} + 1. Sometimes adding, subtracting or multiplying the two equations is cleaner than isolating tt — and for trigonometric parametrics you use an identity instead of algebra (next concept).

Carry the restriction across — this is where marks are lost. The Cartesian equation on its own may describe more of a curve than the parametric form does, because the domain of tt limits which points are actually reached. You must state the resulting restriction on xx (or yy).
  • x=t, y=t4x = \sqrt{t},\ y = t - 4 with t0t \ge 0: here t=x2t = x^2, so y=x24y = x^2 - 4but
x=t0x = \sqrt{t} \ge 0, so the curve is only the part with x0x \ge 0, half of the parabola.
  • x=t+1, y=1tx = t + 1,\ y = \tfrac1t (with t0t \ne 0): y=1x1y = \dfrac{1}{x - 1}, valid for
x1x \ne 1 (since t=0t = 0 is excluded, xx never equals 11).

Always finish by asking: as tt ranges over its domain, what values can xx take? That set is the domain of the Cartesian equation, and quoting it is part of the answer.