Parametric Equations

Think of a curve being traced out over time, sometimes doubling back on itself or crossing itself. Such a curve cannot be described by a function y = f(x). Instead, we will describe our position along the curve at time t by

x = x(t)
y = y(t) .

Then x and y are related to each other through their dependence on the parameter t.

Example

Suppose we trace out a curve according to

x = t2- 4t
y = 3t .

where t ≥ 0. Notice how x and y vary with t. The arrow indicates the direction of increasing time or orientation of the curve.

The parameter does not always represent time.

Example

In this parametric equation the parameter α represents the polar angle of the position on a circle of radius 2 centered at (4, 3).
raggio=2
– y=3
|
x=4
 x = 4 + 2 cos(α)
y = 3 + 2 sin(α)
0° ≤ α ≤ 360°

Differentiating Parametric Equations

Let x = x(t) and y = y(t). Suppose for the moment that we are able to re-write this as y(t) = f(x(t)). Then dy/dt = [dy/dx]·[dx/dt] by the Chain Rule. Solving for dy/dx and assuming dx/dt ≠ 0,

dy
dx
=
  dy
dt
 

  dx
dt
 
,
a formula that holds in general.

Example

If x = t2-3 and y = t8, then dx/dt = 2t and dy/dt = 8t7. So

dy
dx
=
dy
dt

dx
dt
= 8t7
2t
= 4t6.
d2y
dx2
=
d
dx





dy
dx





=
  d[dy /dx]
dt
 

  dx
dt
 
= 24t5
2t
= 12t4.

Notes


Key Concept [index]

A curve in the xy-plane may be described by a pair of parametric equations

x = x(t)
y = y(t) ,
where x and y are related through their dependence on t. This is particularly useful when neither x nor y is a function of the other.

The derivative of y with respect to x (in terms of the parameter t) is given by

dy
dx
= dy/dt
dx/dt