← Back to all lessons
Class 12Calculus8:39Published 25 Aug 2024

Derivatives of Parametric Functions

Learn how to differentiate parametric functions, where x and y are both given in terms of a parameter, using the chain-rule formula and three fully worked examples.

When a curve is described by giving both x and y in terms of a parameter such as t, you find the derivative dy/dx by dividing dy/dt by dx/dt. This Class 12 lesson explains the formula and then works through three examples, including ones that need the quotient rule, to show how the parameter cancels and leaves dy/dx in a clean form.

What you'll learn

  • How to find dy/dx when x and y are each given in terms of a parameter
  • Using the quotient rule to differentiate parametric expressions that are fractions
  • Simplifying the ratio of the two derivatives so the parameter cancels neatly

Lesson chapters

0:00The parametric derivative formula
0:51Example 1: x and y as simple powers
1:43Example 2: using the quotient rule
6:31Example 3: t plus and minus its reciprocal

Lesson notes

This lesson covers how to differentiate parametric functions, where both xx and yy are given in terms of a parameter such as tt or θ\theta. The key idea is to find each derivative with respect to the parameter and then divide them.

The parametric rule

When xx and yy are both functions of a parameter tt, the derivative of yy with respect to xx is

dydx=  dy/dt    dx/dt  .\frac{dy}{dx} = \frac{\;dy/dt\;}{\;dx/dt\;}.

The same formula works with any parameter, for example θ\theta in place of tt.

Example 1: simple powers

Given x=at2x = at^2 and y=2aty = 2at.

Derivatives with respect to tt:

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

Combine:

dydx=2a2at=1t.\frac{dy}{dx} = \frac{2a}{2at} = \frac{1}{t}.

Example 2: using the quotient rule

Given x=1+logtt2x = \dfrac{1 + \log t}{t^2} and y=3+2logtty = \dfrac{3 + 2\log t}{t}.

Differentiate xx with the quotient rule:

dxdt=t21t(1+logt)2tt4=t2t(1+logt)t4=t2tlogtt4=1+2logtt3.\frac{dx}{dt} = \frac{t^2 \cdot \tfrac{1}{t} - (1 + \log t)\cdot 2t}{t^4} = \frac{t - 2t(1 + \log t)}{t^4} = \frac{-t - 2t\log t}{t^4} = -\frac{1 + 2\log t}{t^3}.

Differentiate yy with the quotient rule:

dydt=t2t(3+2logt)1t2=232logtt2=1+2logtt2.\frac{dy}{dt} = \frac{t \cdot \tfrac{2}{t} - (3 + 2\log t)\cdot 1}{t^2} = \frac{2 - 3 - 2\log t}{t^2} = -\frac{1 + 2\log t}{t^2}.

Combine:

dydx=1+2logtt21+2logtt3=t3t2=t.\frac{dy}{dx} = \frac{-\dfrac{1 + 2\log t}{t^2}}{-\dfrac{1 + 2\log t}{t^3}} = \frac{t^3}{t^2} = t.

The matching factors cancel, leaving dydx=t\dfrac{dy}{dx} = t.

Example 3: a parameter and its reciprocal

Given x=t+1tx = t + \dfrac{1}{t} and y=t1ty = t - \dfrac{1}{t}.

Derivatives with respect to tt:

dxdt=11t2,dydt=1+1t2.\frac{dx}{dt} = 1 - \frac{1}{t^2}, \qquad \frac{dy}{dt} = 1 + \frac{1}{t^2}.

Combine and take a common denominator:

dydx=1+1t211t2=t2+1t2t21t2=t2+1t21.\frac{dy}{dx} = \frac{1 + \tfrac{1}{t^2}}{1 - \tfrac{1}{t^2}} = \frac{\tfrac{t^2 + 1}{t^2}}{\tfrac{t^2 - 1}{t^2}} = \frac{t^2 + 1}{t^2 - 1}.

Key takeaways

  • For parametric curves, dydx=dy/dtdx/dt\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}.
  • Use the quotient rule when xx or yy is itself a fraction in the parameter.
  • After dividing, common factors in the parameter often cancel, giving a simple final expression.