Skip to content

Parametric differentiation

A parametric curve defines both coordinates using a third variable, usually tt:

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

As tt changes, the point (x,y)(x,y) moves along the curve. Parametric differentiation finds how yy changes with xx without first eliminating tt.

If you need to review how parameters describe curves, begin with parametric equations.

Suppose xx and yy are differentiable functions of tt. By the chain rule,

dydt=dydxdxdt.\frac{dy}{dt}=\frac{dy}{dx}\frac{dx}{dt}.

Therefore, provided dxdt0\dfrac{dx}{dt}\ne 0,

dydx=dy/dtdx/dt.\boxed{\frac{dy}{dx}=\frac{dy/dt}{dx/dt}}.

This is a quotient of two derivatives. It is not dydt÷dtdx\dfrac{dy}{dt}\div\dfrac{dt}{dx}, and it is not found by differentiating yy with respect to xx directly.

The curve is defined by

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

Find dydx\dfrac{dy}{dx} and the gradient when t=2t=2.

Differentiate both coordinates with respect to tt:

dxdt=2t,dydt=3t22.\frac{dx}{dt}=2t, \qquad \frac{dy}{dt}=3t^2-2.

Divide in the correct order:

dydx=3t222t.\frac{dy}{dx}=\frac{3t^2-2}{2t}.

At t=2t=2,

dydx=3(2)222(2)=104=52.\frac{dy}{dx}=\frac{3(2)^2-2}{2(2)}=\frac{10}{4}=\frac52.

The parameter value identifies the point as well as its gradient:

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

So the curve has gradient 52\dfrac52 at (5,4)(5,4).

At t=at=a, first calculate the point

(f(a),g(a))\bigl(f(a),g(a)\bigr)

and the tangent gradient

m=dydxt=a.m=\left.\frac{dy}{dx}\right|_{t=a}.

The tangent through (x1,y1)(x_1,y_1) is

yy1=m(xx1).y-y_1=m(x-x_1).

If m0m\ne 0, the normal gradient is 1/m-1/m, since perpendicular gradients multiply to 1-1.

Example 2: equations of a tangent and normal

Section titled “Example 2: equations of a tangent and normal”

For

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

find the tangent and normal when t=2t=2.

The point is

x=5,y=7,x=5, \qquad y=7,

and

dxdt=2,dydt=2t.\frac{dx}{dt}=2, \qquad \frac{dy}{dt}=2t.

Hence

dydx=2t2=t,\frac{dy}{dx}=\frac{2t}{2}=t,

so the tangent gradient at t=2t=2 is 22. Its equation is

y7=2(x5).\boxed{y-7=2(x-5)}.

The normal gradient is 12-\dfrac12, giving

y7=12(x5).\boxed{y-7=-\frac12(x-5)}.

Keep the answer in point-gradient form unless the question asks for another form. It displays both the point and gradient clearly.

A stationary point has a horizontal tangent, so

dydx=0.\frac{dy}{dx}=0.

For a regular parametric curve, this occurs when

dydt=0anddxdt0.\frac{dy}{dt}=0 \qquad \text{and} \qquad \frac{dx}{dt}\ne 0.

Solving only dydt=0\dfrac{dy}{dt}=0 is not enough. You must check dxdt\dfrac{dx}{dt} at every candidate parameter value.

Consider

x=t2+t,y=t33t.x=t^2+t, \qquad y=t^3-3t.

Differentiate:

dxdt=2t+1,dydt=3t23=3(t1)(t+1).\frac{dx}{dt}=2t+1, \qquad \frac{dy}{dt}=3t^2-3=3(t-1)(t+1).

Candidates occur at t=1t=1 and t=1t=-1.

At t=1t=1, dxdt=30\dfrac{dx}{dt}=3\ne0, and the point is

x=2,y=2.x=2, \qquad y=-2.

At t=1t=-1, dxdt=10\dfrac{dx}{dt}=-1\ne0, and the point is

x=0,y=2.x=0, \qquad y=2.

Therefore the stationary points are

(2,2) and (0,2).\boxed{(2,-2) \text{ and } (0,2)}.

Both checks matter because the same coordinate can sometimes be reached using different parameter values, and a zero denominator changes the geometry.

The formula must be interpreted carefully.

Condition at t=at=aLikely geometric meaning
dy/dt=0dy/dt=0 and dx/dt0dx/dt\ne0Horizontal tangent and a stationary point
dx/dt=0dx/dt=0 and dy/dt0dy/dt\ne0Vertical tangent, so dy/dxdy/dx is undefined
dx/dt=0dx/dt=0 and dy/dt=0dy/dt=0Indeterminate form requiring further analysis

A vertical tangent is not a stationary point of yy as a function of xx. Its gradient is not zero; it is undefined.

Example 4: distinguish horizontal and vertical tangents

Section titled “Example 4: distinguish horizontal and vertical tangents”

Let

x=t2,y=t33t.x=t^2, \qquad y=t^3-3t.

Then

dxdt=2t,dydt=3t23.\frac{dx}{dt}=2t, \qquad \frac{dy}{dt}=3t^2-3.

At t=0t=0,

dxdt=0,dydt=3.\frac{dx}{dt}=0, \qquad \frac{dy}{dt}=-3.

The point is (0,0)(0,0) and the tangent is vertical. Its equation is

x=0.\boxed{x=0}.

Horizontal tangents occur when 3t23=03t^2-3=0, so t=±1t=\pm1. Since 2t02t\ne0 at both values, both give genuine stationary points.

If dx/dtdx/dt and dy/dtdy/dt are both zero, writing 0/00/0 does not determine the gradient. Simplify the expression for dy/dxdy/dx, if possible, and examine its limit as tt approaches the parameter value.

For example, if

x=t2,y=t4,x=t^2, \qquad y=t^4,

then for t0t\ne0,

dydx=4t32t=2t2.\frac{dy}{dx}=\frac{4t^3}{2t}=2t^2.

Although the original quotient is 0/00/0 at t=0t=0, the limiting gradient is

limt02t2=0.\lim_{t\to0}2t^2=0.

In fact, eliminating tt gives y=x2y=x^2 for x0x\ge0, confirming a horizontal tangent at the origin.

Do not automatically cancel factors and substitute without considering the curve. In harder cases, 0/00/0 can indicate a cusp, a self-intersection or a parameterisation that momentarily stops. A limit, an alternative parameterisation or the Cartesian equation may be needed.

The second derivative measures how the gradient changes with xx. First find dydx\dfrac{dy}{dx} as a function of tt, differentiate that expression with respect to tt, then divide by dx/dtdx/dt again:

d2ydx2=ddt(dydx)dx/dt.\boxed{\frac{d^2y}{dx^2}=\frac{\dfrac{d}{dt}\left(\dfrac{dy}{dx}\right)}{dx/dt}}.

Do not simply differentiate dy/dxdy/dx with respect to tt and stop. That gives the rate of change of the gradient with tt, not with xx.

For

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

we have

dxdt=1,dydt=3t23,\frac{dx}{dt}=1, \qquad \frac{dy}{dt}=3t^2-3,

so

dydx=3t23.\frac{dy}{dx}=3t^2-3.

The stationary values are t=±1t=\pm1. Now

ddt(dydx)=6t,\frac{d}{dt}\left(\frac{dy}{dx}\right)=6t,

and therefore

d2ydx2=6t1=6t.\frac{d^2y}{dx^2}=\frac{6t}{1}=6t.

At t=1t=-1, d2y/dx2=6<0d^2y/dx^2=-6<0, so the point is a local maximum. At t=1t=1, d2y/dx2=6>0d^2y/dx^2=6>0, so the point is a local minimum.

Their coordinates are

t=1:(x,y)=(0,2),t=-1: (x,y)=(0,2),

t=1:(x,y)=(2,2).t=1: (x,y)=(2,-2).

The ellipse

x=4cost,y=3sintx=4\cos t, \qquad y=3\sin t

has

dxdt=4sint,dydt=3cost.\frac{dx}{dt}=-4\sin t, \qquad \frac{dy}{dt}=3\cos t.

Therefore

dydx=3cost4sint.\frac{dy}{dx}=-\frac{3\cos t}{4\sin t}.

At t=π4t=\dfrac{\pi}{4}, the point is

(22,322),\left(2\sqrt2,\frac{3\sqrt2}{2}\right),

and the gradient is

3(2/2)4(2/2)=34.-\frac{3(\sqrt2/2)}{4(\sqrt2/2)}=-\frac34.

The tangent is consequently

y322=34(x22).y-\frac{3\sqrt2}{2}=-\frac34\left(x-2\sqrt2\right).

Notice that tt is an angle here, but parametric differentiation works in exactly the same way as for polynomial functions.

  1. Differentiate xx and yy separately with respect to tt.
  2. Form dydx=dy/dtdx/dt\dfrac{dy}{dx}=\dfrac{dy/dt}{dx/dt} and simplify.
  3. Use the given parameter value or solve the required gradient condition.
  4. Check whether dx/dtdx/dt is zero.
  5. Substitute into the original equations to find the point.
  6. Write the tangent or normal using point-gradient form.
  7. For classification, calculate d2y/dx2d^2y/dx^2 and evaluate its sign.
  • Reversing the quotient and calculating (dx/dt)/(dy/dt)(dx/dt)/(dy/dt).
  • Substituting a value of tt before differentiating, which turns the coordinates into constants.
  • Using the derivative expressions to calculate the point instead of the original equations.
  • Declaring dy/dt=0dy/dt=0 sufficient for a stationary point without checking dx/dtdx/dt.
  • Calling a vertical tangent stationary because dx/dt=0dx/dt=0.
  • Taking the negative reciprocal before evaluating the tangent gradient.
  • Writing d2y/dx2=d/dt(dy/dx)d^2y/dx^2=d/dt(dy/dx) and forgetting to divide by dx/dtdx/dt.

For

x=t2+2t,y=t33t,x=t^2+2t, \qquad y=t^3-3t,

answer the following.

  1. Find dy/dxdy/dx in terms of tt.
  2. Find the equation of the tangent at t=1t=1.
  3. Find all stationary points and verify that each is genuine.
  4. Find d2y/dx2d^2y/dx^2 in terms of tt.
Answers

First,

dxdt=2t+2,dydt=3t23,\frac{dx}{dt}=2t+2, \qquad \frac{dy}{dt}=3t^2-3,

so

dydx=3t232t+2=3(t1)(t+1)2(t+1)=32(t1),t1.\frac{dy}{dx}=\frac{3t^2-3}{2t+2}=\frac{3(t-1)(t+1)}{2(t+1)}=\frac32(t-1), \qquad t\ne-1.

At t=1t=1, the point is (3,2)(3,-2) and the gradient is 00, so the tangent is

y=2.\boxed{y=-2}.

The numerator of the unsimplified derivative is zero at t=1t=1 and t=1t=-1. At t=1t=1, dx/dt=40dx/dt=4\ne0, so (3,2)(3,-2) is stationary. At t=1t=-1, both derivatives are zero, so it cannot be accepted using the regular stationary-point test. The simplified gradient tends to 3-3 as t1t\to-1, so the point (1,2)(-1,2) is not stationary.

Finally,

ddt(dydx)=32,\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac32,

and

d2ydx2=3/22t+2=34(t+1)\boxed{\frac{d^2y}{dx^2}=\frac{3/2}{2t+2}=\frac{3}{4(t+1)}}

where this expression is defined.

Review tangents and normals if forming line equations is not yet automatic. Then study stationary points and curve sketching to connect derivatives with the wider shape of a curve, or parametric modelling to see why parameterised curves are useful in context.