Skip to content

Parametric equations

Parametric equations describe both coordinates using a third variable called a parameter. Instead of writing yy directly in terms of xx, we write

x=f(t),y=g(t).x=f(t),\qquad y=g(t).

Each permitted value of tt generates one point (x,y)(x,y). As tt changes, that point traces a curve. The parameter may represent time, angle or another useful quantity, but it does not need to have a physical meaning.

You should be able to:

  • rearrange equations and substitute expressions
  • solve simultaneous equations
  • use identities such as sin2t+cos2t=1\sin^2 t+\cos^2 t=1
  • interpret domains, ranges and inequalities
  • recognise equations of straight lines, circles and parabolas

Review functions, domains and ranges or straight lines if these foundations are uncertain.

Consider

x=2t+1,y=t23.x=2t+1,\qquad y=t^2-3.

Substituting several values gives:

ttxxyyPoint
2-23-311(3,1)(-3,1)
1-11-12-2(1,2)(-1,-2)
00113-3(1,3)(1,-3)
11332-2(3,2)(3,-2)
225511(5,1)(5,1)

The coordinates must come from the same parameter value. Pairing the xx coordinate from t=1t=1 with the yy coordinate from t=2t=2 does not produce a point specified by these equations.

For x=3t2x=3t-2 and y=4t2y=4-t^2, find the point corresponding to t=1t=-1.

Answer x=3(1)2=5,y=4(1)2=3.x=3(-1)-2=-5,\qquad y=4-(-1)^2=3.

The point is (5,3)(-5,3).

To find a Cartesian equation, use one parametric equation to express the parameter in terms of a coordinate, then substitute into the other equation.

Given

x=2t+1,y=t23,x=2t+1,\qquad y=t^2-3,

rearrange the first equation:

t=x12.t=\frac{x-1}{2}.

Substitute into y=t23y=t^2-3:

y=(x12)23=(x1)243.y=\left(\frac{x-1}{2}\right)^2-3 =\frac{(x-1)^2}{4}-3.

This Cartesian equation reveals a parabola with vertex (1,3)(1,-3). If tt can be any real number, then xx can also be any real number.

For

x=4cost,y=4sint,x=4\cos t,\qquad y=4\sin t,

we have

x4=cost,y4=sint.\frac{x}{4}=\cos t,\qquad \frac{y}{4}=\sin t.

Squaring and adding removes tt:

x216+y216=cos2t+sin2t=1,\frac{x^2}{16}+\frac{y^2}{16} =\cos^2t+\sin^2t =1,

so

x2+y2=16.x^2+y^2=16.

This is a circle of radius 44. See circles for its Cartesian geometry.

Let

x=t2,qquady=t3.x=t^2,qquad y=t^3.

Since x3=t6x^3=t^6 and y2=t6y^2=t^6, elimination gives

y2=x3.y^2=x^3.

But the parametrisation also requires x=t20x=t^2\geq0. Here that restriction is already forced by y2=x3y^2=x^3, because the left side cannot be negative. In other problems, squaring can create Cartesian points that the original parameter never reaches, so restrictions must always be checked separately.

Parameter restrictions determine the traced curve

Section titled “Parameter restrictions determine the traced curve”

The Cartesian equation alone may not describe exactly the same set of points as the parametric equations.

Suppose

x=t+1,y=t2,qquad0t3.x=t+1,\qquad y=t^2,qquad 0\leq t\leq3.

Eliminating tt gives

y=(x1)2.y=(x-1)^2.

However, 0t30\leq t\leq3 implies

1x4.1\leq x\leq4.

Only the section of the parabola between (1,0)(1,0) and (4,9)(4,9) is traced. Writing only y=(x1)2y=(x-1)^2 loses essential information.

For trigonometric parametrisations, an interval may trace a whole curve once, part of it, or the same curve repeatedly. For x=acostx=a\cos t, y=asinty=a\sin t:

  • 0t2π0\leq t\leq2\pi traces the circle once
  • 0tπ0\leq t\leq\pi traces the upper semicircle
  • 0t4π0\leq t\leq4\pi traces the circle twice

Eliminate tt from

x=2t1,y=t2+2,qquad1t2,x=2t-1,\qquad y=t^2+2,qquad -1\leq t\leq2,

and state the corresponding restriction on xx.

Answer

Since t=x+12t=\frac{x+1}{2},

y=(x+12)2+2.y=\left(\frac{x+1}{2}\right)^2+2.

The endpoint values of tt give

3x3.-3\leq x\leq3.

Parametric equations contain directional information. Orientation describes the direction in which the curve is traced as the parameter increases.

For

x=3cost,y=3sint,x=3\cos t,\qquad y=3\sin t,

the point begins at (3,0)(3,0) when t=0t=0, reaches (0,3)(0,3) when t=π2t=\frac{\pi}{2}, and then reaches (3,0)(-3,0) when t=πt=\pi. The circle is traced anticlockwise.

Changing only the sign of yy gives

x=3cost,y=3sint.x=3\cos t,\qquad y=-3\sin t.

The Cartesian equation remains x2+y2=9x^2+y^2=9, but the point moves clockwise. Equal Cartesian equations do not guarantee equal parametrisations.

When drawing a parametric curve:

  1. calculate key points, including parameter endpoints
  2. find the Cartesian shape if elimination is manageable
  3. apply all parameter restrictions
  4. add arrows showing increasing parameter values

A Cartesian curve usually has many valid parametrisations.

The line through (2,1)(2,-1) with direction vector (34)\begin{pmatrix}3\\4\end{pmatrix} can be written as

x=2+3t,y=1+4t,x=2+3t,\qquad y=-1+4t,

where tRt\in\mathbb R. Eliminating tt gives

x23=y+14,\frac{x-2}{3}=\frac{y+1}{4},

or 4x3y=114x-3y=11.

For the line segment from (2,1)(2,-1) to (5,3)(5,3), the same formulas work with 0t10\leq t\leq1.

For y=(x2)2+1y=(x-2)^2+1, the simplest choice is

x=t+2,y=t2+1.x=t+2,\qquad y=t^2+1.

Choosing x=tx=t and y=(t2)2+1y=(t-2)^2+1 is equally valid. A good parameter makes the intended calculation or interpretation simple.

For (xa)2+(yb)2=r2(x-a)^2+(y-b)^2=r^2, a standard parametrisation is

x=a+rcost,y=b+rsint.x=a+r\cos t,\qquad y=b+r\sin t.

This form builds the centre and radius directly into the coordinates. The interval chosen for tt determines how much of the circle is traced.

More realistic choices of parameter, assumptions and domains are developed in parametric modelling.

To intersect a parametric curve with a Cartesian curve, substitute the expressions for xx and yy into the Cartesian equation and solve for the parameter. Then calculate the coordinates.

The curve

x=t2+1,y=2tx=t^2+1,\qquad y=2t

meets the line y=x1y=x-1. Substitute:

2t=(t2+1)1=t2.2t=(t^2+1)-1=t^2.

Therefore

t(t2)=0,t(t-2)=0,

so t=0t=0 or t=2t=2. The intersection points are

(1,0)and(5,4).(1,0)\quad\text{and}\quad(5,4).

Always return to coordinates. A parameter value is not itself an intersection point.

If one curve uses parameter tt and another uses parameter ss, do not assume t=st=s. At an intersection their coordinates agree, so solve

x1(t)=x2(s),y1(t)=y2(s)x_1(t)=x_2(s),\qquad y_1(t)=y_2(s)

as simultaneous equations for the two independent parameters.

Find where

x=t+2,y=t2x=t+2,\qquad y=t^2

meets y=2x3y=2x-3.

Answer

Substitution gives

t2=2(t+2)3=2t+1.t^2=2(t+2)-3=2t+1.

Hence

t22t1=0,t^2-2t-1=0,

so t=1±2t=1\pm\sqrt2. The points are

(3+2,3+22)\left(3+\sqrt2,3+2\sqrt2\right)

and

(32,322).\left(3-\sqrt2,3-2\sqrt2\right).

The exact values should be retained unless decimals are requested.

In x=f(t)x=f(t) and y=g(t)y=g(t), tt independently determines both coordinates. Treating it as another name for xx destroys that relationship.

Eliminating the parameter can lose restrictions

Section titled “Eliminating the parameter can lose restrictions”

State the Cartesian equation and the coordinate restrictions implied by the parameter interval. Check whether algebraic operations such as squaring introduced extra points.

The same curve can have different orientations

Section titled “The same curve can have different orientations”

Cartesian equations specify a set of points. Parametric equations can additionally specify where a point starts, which direction it moves, and how repeatedly the curve is traced.

Different curves need different parameters

Section titled “Different curves need different parameters”

At an intersection, two curves occupy the same coordinate. Their parameter values do not need to be equal.

A table is evidence, not a proof of the whole shape

Section titled “A table is evidence, not a proof of the whole shape”

A few generated points help reveal a curve, but elimination or another exact argument is needed to establish its equation and restrictions.

For

x=1+2cost,y=1+2sint,qquad0tπ,x=1+2\cos t,\qquad y=-1+2\sin t,qquad 0\leq t\leq\pi,

answer the following:

  1. What is the Cartesian equation?
  2. Which part of the curve is traced?
  3. What are the initial and final points?
  4. What is the orientation?
Answers

Using cos2t+sin2t=1\cos^2t+\sin^2t=1 gives

(x1)2+(y+1)2=4.(x-1)^2+(y+1)^2=4.

Because 0tπ0\leq t\leq\pi, sint0\sin t\geq0, so y1y\geq-1. The upper semicircle is traced. It starts at (3,1)(3,-1), passes through (1,1)(1,1) and finishes at (1,1)(-1,-1), moving anticlockwise.

Once the geometry is secure, continue to parametric differentiation to calculate gradients, tangents, normals and second derivatives without first eliminating the parameter.