Skip to content

9231 · 2.3

Differentiation — common mistakes

Common exam mistakes on 9231 Differentiation. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

Memorise the formula for the parametric second derivative. A very common mistake is to calculate (d²y/dt²) / (d²x/dt²), which is incorrect. Always remember you are differentiating dy/dx (which is a function of tt) with respect to xx, so you must apply the chain rule, which introduces the 1/(dx/dt) factor.

Why is it called 'implicit' differentiation?

It's called 'implicit' because the relationship between yy and xx is implied by the equation, rather than being explicitly stated as y=f(x)y = f(x). We work with this implied relationship directly.

What does the parameter 't' in parametric equations actually represent?

The parameter tt can represent many things. In physics, it often represents time, with the equations describing the motion of an object. In pure mathematics, it can be thought of as a variable that 'draws' the curve as it changes. For example, for the parametric equations of a circle x=cos(t),y=sin(t)x = cos(t), y = sin(t), tt represents the angle.

How do I decide whether to use implicit or parametric differentiation?

The form of the equation tells you which method to use. If you have a single equation relating xx and yy (e.g., x2+xy+y3=2x^{2} + xy + y^{3} = 2), you must use implicit differentiation. If you are given xx and yy separately as functions of a third variable tt (e.g., x=t2x = t^{2}, y=2ty = 2t), you must use parametric differentiation.

I'm still confused about the parametric second derivative. Can you explain it again?

Certainly. The key is to remember what d²y/dx² means: it's the derivative with respect to x of dy/dx. Since your expression for dy/dx is in terms of tt, you can't differentiate it with respect to xx directly. You must use the chain rule: d/dx(A)=(d/dt(A))(dt/dx)d/dx(A) = (d/dt(A)) * (dt/dx). Here, AA is your dy/dx expression. This gives d/dt(dy/dx) * (dt/dx). Since dt/dx=1/(dx/dt)dt/dx = 1/(dx/dt), the full formula becomes [d/dt(dy/dx)] / (dx/dt).