You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Builds on: aqa-alevel-maths-pure-2 / differentiation-techniques — this lesson is the A2-level deep dive.
This lesson covers implicit differentiation, a technique for finding dy/dx when the equation relating x and y is not (or cannot easily be) written in the form y = f(x). Many important curves — circles, ellipses, and other higher-degree curves — are most naturally expressed implicitly, and this technique is essential for A-Level Mathematics.
Spec Mapping — AQA 7357 Section G (Differentiation). This lesson covers the implicit-differentiation content of Section G, at the depth required for A2-level synoptic questions. Refer to the official AQA specification document for exact wording.
An explicit equation expresses y directly in terms of x: for example, y = x² + 3x.
An implicit equation relates x and y without solving for y: for example, x² + y² = 25 or x³ + y³ = 6xy.
For implicit equations, we cannot always isolate y, so we differentiate both sides of the equation with respect to x, treating y as a function of x.
When differentiating a term involving y with respect to x, use the chain rule:
d/dx[f(y)]=f′(y)×dy/dxIn particular:
Example 1: Find dy/dx given x² + y² = 25.
Differentiate both sides with respect to x:2x+2ydxdy=0Solve for dxdy:2ydxdy=−2xdxdy=−yxInterpretation: For the circle x² + y² = 25, at the point (3, 4):
dy/dx=−3/4This gives the gradient of the tangent at (3, 4), which is perpendicular to the radius (gradient 4/3), as expected.
Example 2: Find dy/dx given x³ + y³ = 9.
3x2+3y2dxdydxdy=0=−y2x2Example 3: Find dy/dx given 2x² + 3y² = 14.
4x+6ydxdydxdy=0=−6y4x=−3y2xWhen the equation contains a term like xy, you must use the product rule:
dxd(xy)=xdxdy+y×1=xdxdy+yMore generally:
dxd(x2y)dxd(xy2)=x2dxdy+2xy=x×2ydxdy+y2=2xydxdy+y2Example 4: Find dy/dx given x² + xy + y² = 7.
dxd(x2)dxd(xy)dxd(y2)dxd(7)So: Differentiate term by term:=2x=xdxdy+y=2ydxdy=02x+xdxdy+y+2ydxdy=0Collect dxdy terms:(x+2y)dxdy=−2x−ydxdy=−x+2y2x+y[product rule][chain rule]Example 5: Find dy/dx given x²y + xy² = 6.
dxd(x2y)dxd(xy2)x2dxdy+2xy+2xydxdy+y2(x2+2xy)dxdydxdydxdy=x2dxdy+2xy=x×2ydxdy+y2=0=−2xy−y2=−x2+2xy2xy+y2=−x(x+2y)y(2x+y)[product rule][product rule + chain rule]Once you have an expression for dy/dx, substitute the coordinates of the point.
Example 6: Given x² + y² − 6x + 4y = 12, find the gradient at the point (7, 1).
Differentiate: 2x+2ydxdy−6+4dxdy=0(2y+4)dxdy=6−2xdxdy=2y+46−2xAt (7,1):dxdy=2+46−14=−68=−34First check that (7, 1) lies on the curve: 49 + 1 − 42 + 4 = 12. ✓
Example 7: Find the equation of the tangent to the curve x² + 2xy − y² = 8 at the point (2, 2).
Differentiate: Check: 4+8−4=8.✓2x+2[xdxdy+y]−2ydxdy=02x+2xdxdy+2y−2ydxdy=0(2x−2y)dxdy=−2x−2ydxdy=−2x−2y2x+2ydxdy=−x−yx+yAt (2,2):dxdy=−04→undefined!The gradient is undefined, which means the tangent is vertical: x = 2.
Example 8: Find the equation of the tangent to y² = x³ at the point (1, 1).
CheckDifferentiatedy/dxAt (1,1)Tangent:1=1✓:2y(dy/dx)=3x2=3x2/(2y):dy/dx=3/2:y−1=(3/2)(x−1)2y−2=3x−33x−2y−1=0Stationary points occur where dy/dx = 0. From the implicit derivative, this usually means the numerator equals zero (while the denominator is non-zero).
Example 9: Find the stationary points of the curve x² + y² + 6x − 2y = 6.
Differentiate: 2x+2ydxdy+6−2dxdy=0(2y−2)dxdy=−2x−6dxdy=−2y−22x+6=−y−1x+3Stationary when numerator=0:x+3=0⟹x=−3Substitute x=−3 into the original equation:9+y2−18−2y=6y2−2y−15=0(y−5)(y+3)=0y=5 or y=−3Stationary points: (−3, 5) and (−3, −3).Check denominators: at (−3, 5), y − 1 = 4 ≠ 0. ✓ At (−3, −3), y − 1 = −4 ≠ 0. ✓
(This curve is actually the circle (x + 3)² + (y − 1)² = 16, and the stationary points are at the top and bottom of the circle.)
Example 10: Find dy/dx given eˣʸ = x + y.
Differentiate: exy×dxd(xy)=1+dxdyexy×(xdxdy+y)=1+dxdyxexydxdy+yexy=1+dxdyxexydxdy−dxdy=1−yexy(xexy−1)dxdy=1−yexydxdy=xexy−11−yexyNote: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Problem: The curve C has equation x² − 4xy + y² + 27 = 0.
(a) Show that dy/dx = (4y − 2x) / (2y − 4x).
(b) Find the coordinates of the points on C where the tangent is parallel to the x-axis.
Solution:
(a)
Differentiate: 2x−4[xdxdy+y]+2ydxdy=02x−4xdxdy−4y+2ydxdy=0(2y−4x)dxdy=4y−2xdxdy=2y−4x4y−2x✓(b) Tangent parallel to x-axis means dy/dx = 0:
4y−2x=0⟹y=2xSubstitute y=2x into x2−4xy+y2+27=0:x2−4x(2x)+(2x)2+27=0x2−2x2+4x2+27=0−x2+4x2+27=0−43x2+27=0x2=36x=±6When x=6:y=3.When x=−6:y=−3.Points: (6, 3) and (−6, −3).This topic connects to:
aqa-alevel-maths-pure-2 / differentiation-techniques) — chain, product and quotient rules applied here term-by-term to y as a function of x.aqa-alevel-maths-coordinate-geometry-depth / parametric-differentiation) — a sister technique for finding dy/dx without solving for y explicitly.aqa-alevel-maths-calculus-applications / rates-of-change) — implicit differentiation underlies related-rates problems where x and y change with time.Exam Tip: When implicitly differentiating, work term by term and write each derivative clearly. A common mistake is forgetting the dy/dx factor when differentiating y terms. For product terms like xy, write out the product rule explicitly. Always simplify your final expression for dy/dx and state the gradient at the specific point asked for.
AQA 7357 specification, Paper 2 — Pure Mathematics, Section G: Differentiation (Year 2) covers simple functions and relations defined implicitly … for first derivative only (refer to the official specification document for exact wording). Implicit differentiation is the Year 2 extension of the chain rule that turns the AS-level rule dxdxn=nxn−1 into the toolkit needed for any curve specified as F(x,y)=0 rather than y=f(x). It is examined within Paper 2 alongside parametric differentiation (also Section G), and its results feed directly into Section H (Integration, where rearranging dxdy for separable equations relies on implicit reasoning), Section F (Coordinate geometry — circles, ellipses, lemniscates as implicit curves) and Section J (Numerical methods, where Newton–Raphson on F(x,y)=0 uses partial derivatives in disguise). The AQA formula booklet provides standard derivatives but no implicit-differentiation template — the chain-rule application must be reproduced from scratch on every question.
Question (8 marks): The curve C has equation x2+xy+y2=7.
(a) Find dxdy in terms of x and y. (4)
(b) Find an equation of the tangent to C at the point P(1,2), giving your answer in the form ax+by+c=0 where a, b, c are integers. (4)
Solution with mark scheme:
(a) Step 1 — differentiate term-by-term, treating y as a function of x.
For x2: standard derivative 2x.
For xy: this is a product of two functions of x (since y=y(x)). Apply the product rule: dxd(xy)=1⋅y+x⋅dxdy=y+xdxdy.
For y2: apply the chain rule. dxd(y2)=2y⋅dxdy.
For the constant 7: derivative is 0.
M1 — attempting to differentiate every term, with the chain-rule factor dxdy appearing on at least one y-term. Candidates who write dxd(y2)=2y and stop have missed the point of the topic and lose this M1.
M1 — correct product rule on xy, producing both y and xdxdy.
Step 2 — assemble the equation.
2x+y+xdxdy+2ydxdy=0
A1 — fully correct differentiated equation, all four terms in place with correct signs.
Step 3 — solve for dxdy.
Group the dxdy terms:
(x+2y)dxdy=−(2x+y) dxdy=−x+2y2x+y
A1 — correctly rearranged with dxdy subject. Equivalent forms (e.g. x+2y−(2x+y) or −(x+2y)2x+y) are accepted.
(b) Step 1 — verify P(1,2) lies on C.
12+1⋅2+22=1+2+4=7. Yes. B1 — most mark schemes award an implicit B1 here for any working that confirms the point.
Step 2 — evaluate dxdy at P.
dxdy(1,2)=−1+2(2)2(1)+2=−54
M1 — correct substitution into the result of part (a).
Step 3 — form the tangent equation.
Using point-slope form with gradient −54 and point (1,2):
y−2=−54(x−1) 5(y−2)=−4(x−1) 5y−10=−4x+4 4x+5y−14=0
M1 — correct application of point-slope form with the evaluated gradient.
A1 — answer 4x+5y−14=0 in the requested integer form.
Total: 8 marks (M4 A3 B1).
Question (6 marks): A curve has equation ln(xy)+y=2x for x,y>0.
(a) Show that dxdy=x(y+1)y(2x−1). (4)
(b) Find the equation of the normal to the curve at the point where x=1 and y=1. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. AQA implicit-differentiation questions are AO1-dominated — the technique itself is procedural — with AO2 marks reserved for clean rearrangement and the conceptual jump between tangent and normal gradients.
Connects to:
Section G — Chain rule: implicit differentiation is the chain rule applied to compositions y(x) that you cannot solve explicitly. The factor dxdy on every y-term is the chain-rule "inner derivative" dxdy from dxdf(y)=f′(y)dxdy.
Section G — Product rule: any term containing both x and y (such as xy, x2y, xey) requires the product rule alongside the chain rule. Implicit differentiation is the natural stress-test of product-and-chain combination.
Section F — Circles and conics: the circle x2+y2=r2 has implicit gradient dxdy=−yx, which is the negative reciprocal of the radius gradient xy — the geometric statement "tangent perpendicular to radius" falls out of implicit differentiation in two lines.
Section G — Tangent and normal lines: every tangent/normal question at A-Level uses the gradient mT then mN=−1/mT. Implicit differentiation extends this from y=f(x) curves to any F(x,y)=0 curve, including those (such as the lemniscate (x2+y2)2=a2(x2−y2)) that cannot be written as y=f(x).
Section G — Logarithmic differentiation: to differentiate y=xx or y=xsinx, take logs first (lny=xlnx) and then differentiate implicitly. This technique reduces hard expressions to standard chain-rule applications and is the canonical A* extension of the topic.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.