Skip to main content
ExamExplained
TAS · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
TASSpecialist MathematicsSyllabus dot point

How do we differentiate relations that are not given as explicit functions of x?

Apply implicit and parametric differentiation and use related rates to solve problems.

Implicit differentiation, parametric differentiation and related rates of change, with fully worked examples and common pitfalls for TCE Mathematics Specialised.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

Earlier calculus assumed y=f(x)y = f(x) written explicitly. Many important curves, such as the circle x2+y2=25x^2 + y^2 = 25, cannot be written that way over their whole domain. Implicit differentiation handles these by differentiating both sides of the equation with respect to xx, treating yy as a function of xx.

The engine is the chain rule. For example,

ddx(y3)=3y2dydx,ddx(siny)=cosydydx. \frac{d}{dx}\big(y^3\big) = 3y^2 \frac{dy}{dx}, \qquad \frac{d}{dx}\big(\sin y\big) = \cos y \, \frac{dy}{dx}.

Products of xx and yy need the product rule, for instance ddx(xy)=y+xdydx\tfrac{d}{dx}(xy) = y + x\tfrac{dy}{dx}.

Parametric differentiation

Sometimes a curve is given as x=x(t)x = x(t) and y=y(t)y = y(t). By the chain rule,

dydx=dy/dtdx/dt,provided dxdt0. \frac{dy}{dx} = \frac{dy/dt}{dx/dt}, \qquad \text{provided } \frac{dx}{dt} \neq 0.

The second derivative is found by differentiating dydx\tfrac{dy}{dx} with respect to tt and dividing again by dxdt\tfrac{dx}{dt}:
d2ydx2=ddt ⁣(dydx)dxdt. \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}.

Related rates

Related rates problems link the rate of change of two quantities through an equation and the chain rule. Differentiate the relationship with respect to time tt, then substitute known values.

Derivatives of the inverse trigonometric functions

Several Specialist questions feed an inverse trigonometric function into implicit or chain-rule work, so the three standard derivatives must be at your fingertips:

ddxarcsinx=11x2,ddxarccosx=11x2,ddxarctanx=11+x2. \frac{d}{dx}\arcsin x = \frac{1}{\sqrt{1 - x^2}}, \qquad \frac{d}{dx}\arccos x = -\frac{1}{\sqrt{1 - x^2}}, \qquad \frac{d}{dx}\arctan x = \frac{1}{1 + x^2}.

Each is derived by implicit differentiation. For y=arcsinxy = \arcsin x, write siny=x\sin y = x, differentiate to get cosydydx=1\cos y\,\tfrac{dy}{dx} = 1, then use cosy=1sin2y=1x2\cos y = \sqrt{1 - \sin^2 y} = \sqrt{1 - x^2} on the principal branch. The same method gives the other two, and it is the reason questions like the [arcsinx]2[\arcsin x]^2 proof above appear so often.

A worked parametric example

A related-rates worked example

Why this matters

Implicit, parametric and related-rates techniques are the calculus toolkit for curves that resist an explicit y=f(x)y = f(x) form, and they recur throughout Unit 4 when you set up differential equations and rates problems. Lay out each derivative step clearly, keep track of every dydx\tfrac{dy}{dx} factor, and a question that looks intimidating reduces to careful bookkeeping.

Exam-style practice questions

Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

TCE 20215 marksConsider the curve given implicitly by (x2+y2)3=8x2y2(x^2 + y^2)^3 = 8x^2 y^2. Determine the equations of the tangent and normal at the point (1,1)(1, 1).
Show worked answer →

First confirm (1,1)(1, 1) lies on the curve: the left side is (1+1)3=8(1 + 1)^3 = 8 and the right side is 8(1)(1)=88(1)(1) = 8, so it does.

Differentiate implicitly with respect to xx. The left side gives 3(x2+y2)2(2x+2yy)3(x^2 + y^2)^2(2x + 2y\,y') and the right side gives 8(2xy2+x22yy)8(2x y^2 + x^2\cdot 2y\,y').

Substitute x=1x = 1, y=1y = 1: 3(2)2(2+2y)=8(2+2y)3(2)^2(2 + 2y') = 8(2 + 2y'), that is 12(2+2y)=8(2+2y)12(2 + 2y') = 8(2 + 2y'). Then (128)(2+2y)=0(12 - 8)(2 + 2y') = 0, so 2+2y=02 + 2y' = 0 and y=1y' = -1.

Tangent: slope 1-1 through (1,1)(1, 1) gives y1=1(x1)y - 1 = -1(x - 1), that is y=x+2y = -x + 2. Normal: slope is the negative reciprocal +1+1, giving y1=1(x1)y - 1 = 1(x - 1), that is y=xy = x. Markers reward correct implicit differentiation, the value y=1y' = -1, and both line equations.

TCE 20245 marksIf y=(x+x2+1)py = (x + \sqrt{x^2 + 1})^p, where pp is real, (a) show that x2+1dydx=py\sqrt{x^2 + 1}\,\dfrac{dy}{dx} = p y. (b) Hence deduce that (1+x2)d2ydx2+xdydxp2y=0(1 + x^2)\dfrac{d^2y}{dx^2} + x\dfrac{dy}{dx} - p^2 y = 0.
Show worked answer →

(a) Let u=x+x2+1u = x + \sqrt{x^2 + 1}, so y=upy = u^p. Then dudx=1+xx2+1=x2+1+xx2+1=ux2+1\dfrac{du}{dx} = 1 + \dfrac{x}{\sqrt{x^2 + 1}} = \dfrac{\sqrt{x^2 + 1} + x}{\sqrt{x^2 + 1}} = \dfrac{u}{\sqrt{x^2 + 1}}. By the chain rule dydx=pup1dudx=pup1ux2+1=pupx2+1=pyx2+1\dfrac{dy}{dx} = p u^{p-1}\cdot\dfrac{du}{dx} = p u^{p-1}\cdot\dfrac{u}{\sqrt{x^2 + 1}} = \dfrac{p u^p}{\sqrt{x^2 + 1}} = \dfrac{p y}{\sqrt{x^2 + 1}}. Multiplying both sides by x2+1\sqrt{x^2 + 1} gives x2+1dydx=py\sqrt{x^2 + 1}\,\dfrac{dy}{dx} = p y. (2 marks)

(b) Square the result: (x2+1)(dydx)2=p2y2(x^2 + 1)\left(\dfrac{dy}{dx}\right)^2 = p^2 y^2. Differentiate with respect to xx: 2x(dydx)2+(x2+1)2dydxd2ydx2=p22ydydx2x\left(\dfrac{dy}{dx}\right)^2 + (x^2 + 1)\cdot 2\dfrac{dy}{dx}\dfrac{d^2y}{dx^2} = p^2\cdot 2y\dfrac{dy}{dx}. Divide through by 2dydx2\dfrac{dy}{dx} (nonzero): xdydx+(1+x2)d2ydx2=p2yx\dfrac{dy}{dx} + (1 + x^2)\dfrac{d^2y}{dx^2} = p^2 y. Rearranging gives (1+x2)d2ydx2+xdydxp2y=0(1 + x^2)\dfrac{d^2y}{dx^2} + x\dfrac{dy}{dx} - p^2 y = 0. (3 marks)

TCE 20235 marksIf y=[arcsin(x)]2y = [\arcsin(x)]^2, show that (1x2)d2ydx2xdydx=2(1 - x^2)\dfrac{d^2y}{dx^2} - x\dfrac{dy}{dx} = 2.
Show worked answer →

Differentiate once: dydx=2arcsin(x)11x2\dfrac{dy}{dx} = 2\arcsin(x)\cdot\dfrac{1}{\sqrt{1 - x^2}}. So 1x2dydx=2arcsin(x)\sqrt{1 - x^2}\,\dfrac{dy}{dx} = 2\arcsin(x).

Differentiate this product again with respect to xx. The left side, by the product rule, is x1x2dydx+1x2d2ydx2\dfrac{-x}{\sqrt{1 - x^2}}\dfrac{dy}{dx} + \sqrt{1 - x^2}\dfrac{d^2y}{dx^2}, and the right side is 211x22\cdot\dfrac{1}{\sqrt{1 - x^2}}.

Multiply every term by 1x2\sqrt{1 - x^2}: xdydx+(1x2)d2ydx2=2-x\dfrac{dy}{dx} + (1 - x^2)\dfrac{d^2y}{dx^2} = 2. Rearranged, (1x2)d2ydx2xdydx=2(1 - x^2)\dfrac{d^2y}{dx^2} - x\dfrac{dy}{dx} = 2, as required. Markers reward forming 1x2dydx=2arcsin(x)\sqrt{1 - x^2}\,\dfrac{dy}{dx} = 2\arcsin(x) before the second differentiation, which avoids a messy quotient.

ExamExplained