7. Parametric Differentiation0%

Differentiation · Topic 7 of 10

7. Parametric Differentiation

Video coming soon4 worked examples

Theory

When a curve is given by xx and yy in terms of a parameter tt, each value of tt produces one point on the curve. Eliminating the parameter between the two equations gives the constraint equation — the ordinary relationship between xx and yy. Several standard forms are worth recognising:

x=at2, y=2at  y2=4axparabolax=rcosθ, y=rsinθ  x2+y2=r2circlex=acosθ, y=bsinθ  x2a2+y2b2=1ellipsex=asecθ, y=btanθ  x2a2y2b2=1hyperbolax=ct, y=ct  xy=c2rectangular hyperbola\begin{aligned} x = at^2,\ y = 2at &\ \longrightarrow\ y^2 = 4ax &&\text{parabola} \\ x = r\cos\theta,\ y = r\sin\theta &\ \longrightarrow\ x^2 + y^2 = r^2 &&\text{circle} \\ x = a\cos\theta,\ y = b\sin\theta &\ \longrightarrow\ \tfrac{x^2}{a^2} + \tfrac{y^2}{b^2} = 1 &&\text{ellipse} \\ x = a\sec\theta,\ y = b\tan\theta &\ \longrightarrow\ \tfrac{x^2}{a^2} - \tfrac{y^2}{b^2} = 1 &&\text{hyperbola} \\ x = ct,\ y = \tfrac{c}{t} &\ \longrightarrow\ xy = c^2 &&\text{rectangular hyperbola} \end{aligned}

Usually, though, we differentiate without eliminating anything. The gradient comes from the chain rule:

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

The second derivative differentiates dydx\frac{dy}{dx} with respect to tt, then divides by dxdt\frac{dx}{dt} again:

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

The Golden Rule: divide the tt-derivatives to get dydx\frac{dy}{dx}. For the second derivative, differentiate dydx\frac{dy}{dx} with respect to tt and divide by dxdt\frac{dx}{dt} once more.

⚠️ Common Examiner Traps

  • The second derivative is NOT d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}: you must divide by dxdt\frac{dx}{dt}, not by d2xdt2\frac{d^2x}{dt^2}.
  • Dividing vs differentiating: dydx\frac{dy}{dx} is a quotient of the two tt-derivatives.
  • Chain rule again: the second derivative needs another division by dxdt\frac{dx}{dt}.

Worked examples

Example 1

A curve is defined by x=t2x = t^2, y=t3y = t^3. Find dydx\dfrac{dy}{dx}.

Step 1: Differentiate each with respect to tt:

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

Step 2: Divide:

dydx=3t22t=32t\frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3}{2}t

Example 2

For the curve x=t2x = t^2, y=t3y = t^3, find d2ydx2\dfrac{d^2y}{dx^2}.

Step 1: From the previous result, dydx=32t\frac{dy}{dx} = \frac{3}{2}t. Differentiate this with respect to tt:

ddt ⁣(32t)=32\frac{d}{dt}\!\left(\frac{3}{2}t\right) = \frac{3}{2}

Step 2: Divide by dxdt=2t\frac{dx}{dt} = 2t:

d2ydx2=3/22t=34t\frac{d^2y}{dx^2} = \frac{3/2}{2t} = \frac{3}{4t}

Example 3

A curve has parametric equations x=2cosθx = 2\cos\theta, y=5sinθy = 5\sin\theta. Find its constraint equation and name the curve.

Step 1: Rearrange each equation to isolate the trigonometric function:

cosθ=x2,sinθ=y5\cos\theta = \frac{x}{2}, \qquad \sin\theta = \frac{y}{5}

Step 2: Eliminate θ\theta using the identity cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1:

(x2)2+(y5)2=1\left(\frac{x}{2}\right)^2 + \left(\frac{y}{5}\right)^2 = 1

Step 3: Write it in standard form:

x24+y225=1\frac{x^2}{4} + \frac{y^2}{25} = 1

This is an ellipse, centred on the origin, with semi-axes 22 along xx and 55 along yy.

Example 4

A curve is defined by x=2tx = 2t, y=t21y = t^2 - 1. Find the equation of the tangent at the point where t=3t = 3.

Step 1: Differentiate each equation with respect to tt and divide:

dxdt=2,dydt=2t    dydx=2t2=t\frac{dx}{dt} = 2, \qquad \frac{dy}{dt} = 2t \qquad\implies\qquad \frac{dy}{dx} = \frac{2t}{2} = t

Step 2: Evaluate the gradient at t=3t = 3:

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

Step 3: Find the coordinates of the point by substituting t=3t = 3 into the parametric equations:

x=2(3)=6,y=321=8x = 2(3) = 6, \qquad y = 3^2 - 1 = 8

Step 4: Use yb=m(xa)y - b = m(x - a) with m=3m = 3 at (6,8)(6, 8):

y8=3(x6)    y=3x10y - 8 = 3(x - 6) \implies y = 3x - 10