Photo AI

Last Updated Sep 27, 2025

Parametric Differentiation Simplified Revision Notes

Revision notes with simplified explanations to understand Parametric Differentiation quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

306+ students studying

9.2.1 Parametric Differentiation

Differentiation of Parametric Equations

Fact:

infoNote
dydt×dtdx=dydx\frac{dy}{dt} \times \frac{dt}{dx} = \frac{dy}{dx}

Parametric differentiation involves finding the derivative of parametric equations, where xx and yy are both functions of a parameter tt.

Step-by-step process:

infoNote
  1. Differentiate x=f(t)x = f(t) and y=g(t)y = g(t) with respect to tt, giving dxdt\frac{dx}{dt} and dydt \frac{dy}{dt}.
  2. Find dydx\frac{dy}{dx} using the chain rule:
dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}
  1. For second derivatives, use:
d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

This method helps calculate the slope, concavity, and other properties of curves defined parametrically.

infoNote

Example: Find the equation of the tangent to y=5sinθy = 5\sin\theta and x=cosθx = \cos\theta at the point where θ=π4\theta = \frac{\pi}{4}.

  1. Find dydt\frac{dy}{dt} and dxdt\frac{dx}{dt}:
dydt=5cosθ\frac{dy}{dt} = 5\cos\thetadxdt=sinθ\frac{dx}{dt} = -\sin\theta
  1. Calculate dydt×dtdx=dydx\frac{dy}{dt} \times \frac{dt}{dx} = \frac{dy}{dx} at the given point:
dydx=5cosθ×1sinθ\frac{dy}{dx} = 5\cos\theta \times \frac{-1}{\sin\theta}

(Reciprocal of dxdt\frac{dx}{dt})

Let θ=π4\theta = \frac{\pi}{4}:

dydx=5cos(π4)×1sin(π4)=5\frac{dy}{dx} = 5\cos\left(\frac{\pi}{4}\right) \times \frac{-1}{\sin\left(\frac{\pi}{4}\right)} = -5
  1. Calculate xx and yy values at the given point:
When θ=π4y=5sin(π4)=522\text{When } \theta = \frac{\pi}{4} \quad y = 5\sin\left(\frac{\pi}{4}\right) = \frac{5\sqrt{2}}{2}x=cos(π4)=22x = \cos\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}Point (22,522)\text{Point } \left(\frac{\sqrt{2}}{2}, \frac{5\sqrt{2}}{2}\right)
  1. Equation of the tangent:
yy1=m(xx1)y - y_1 = m(x - x_1)y522=5(x22)y - \frac{5\sqrt{2}}{2} = -5 \left(x - \frac{\sqrt{2}}{2}\right)y=5x+52\Rightarrow y = -5x + 5\sqrt{2}

infoNote

📝Q6, (Jun 2011, Q8)

A curve has parametric equations:

x=1t+1,y=t1.x = \frac{1}{t + 1}, \quad y = t - 1.

The line y=3xy = 3x intersects the curve at two points.

Question

(i) Show that the value of tt at one of these points is -22 and find the value of tt at the other point.

(ii) Find the equation of the normal to the curve at the point for which t=2t = -2.

(iii) Find the value of tt at the point where this normal meets the curve again.

(iv) Find a cartesian equation of the curve, giving your answer in the form y=f(x)y = f(x).

Part (i)

Given the equation y=3xy = 3x and the parametric equations x=1t+1,y=t1x = \frac{1}{t+1}, y = t - 1:

t1=3(1t+1)t - 1 = 3\left(\frac{1}{t+1}\right) (t1)(t+1)=3\Rightarrow (t-1)(t + 1) = 3 t21=3\Rightarrow t^2 -1 = 3 t2=4t±2\Rightarrow t^2 = 4 \Rightarrow t \pm 2

Part (ii)

To find the equation of the normal to the curve at t=2t = -2:

x=(t1)1dxdt(t+1)2=1(t+1)2x=(t-1)^{-1} \Rightarrow \frac {dx}{dt} \Rightarrow -(t+1)^{-2}=\frac {-1}{(t+1)^2} y=t1dydt=1dydt=1×(t+1)2=(t+1)2y=t-1 \Rightarrow \frac {dy}{dt}=1 \Rightarrow \frac {dy}{dt}=1 \times -(t+1)^2 = -(t+1)^2

Let t=2dydx=(2+1)2=1t = -2 \Rightarrow \frac {dy}{dx} = -(-2+1)^2 = -1 \Rightarrow grad of form =11=1= -\frac {1}{-1}=1

At t=2,x=12+1=1,y=21=3t=-2, x = \frac {1}{-2+1} = -1, y=-2-1=-3

y3=1(x1)y+3=x+1y=x2y-—3=1(x-—1) \Rightarrow y+3 = x+1 \Rightarrow y=x-2

Part (iii)

To find the value of tt at the point where this normal meets the curve again:

  1. Substitute y=x2y = x - 2 into the parametric equations:
t1=1t+12t - 1 = \frac{1}{t+1} - 2 (t1)(t+1)=12(t+1)\Rightarrow (t-1)(t+1)=1-2(t+1) t21=12t2t2+2t=0t(t+2)=0\Rightarrow t^2-1=1-2t-2 \Rightarrow t^2+2t=0 \Rightarrow t(t+2)=0

t=0, 2\therefore t=0,\ \xcancel{-2} Already given previously

Part (iv)

To find a Cartesian equation of the curve:

  1. From the parametric equations:
t=y+1andx=1t+1t = y + 1 \quad \text{and} \quad x = \frac{1}{t+1}
  1. Substitute t=y+1t = y + 1 into the equation for xx:
y+2=1xy + 2 = \frac{1}{x}

So, the Cartesian equation of the curve is:

y=1x2y = \frac{1}{x} - 2
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Parametric Differentiation

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

40 flashcards

Flashcards on Parametric Differentiation

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

4 quizzes

Quizzes on Parametric Differentiation

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

7 questions

Exam questions on Parametric Differentiation

Boost your confidence with real exam questions.

Try Maths Pure Questions

1 exams created

Exam Builder on Parametric Differentiation

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Parametric Differentiation

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Parametric Differentiation you should explore

Discover More Revision Notes Related to Parametric Differentiation to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Parametric Equations

Parametric Equations - Eliminating the Parameter

user avatar
user avatar
user avatar
user avatar
user avatar

339+ studying

196KViews

96%

114 rated

Parametric Equations

Parametric Equations - Sketching Graphs

user avatar
user avatar
user avatar
user avatar
user avatar

475+ studying

192KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered