You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Finding the equations of tangent and normal lines to curves is a fundamental skill at A-Level. This lesson consolidates the techniques for both Cartesian and parametric curves, as required by the Edexcel 9MA0 specification.
The tangent to a curve at a point P is the straight line that just touches the curve at P. Its gradient equals the gradient of the curve at P, which is found by differentiation.
Example: Find the tangent to y = x³ − 2x + 1 at x = 1.
dy/dx = 3x² − 2. At x = 1: dy/dx = 3 − 2 = 1. Point: y = 1 − 2 + 1 = 0, so P = (1, 0). Tangent: y − 0 = 1(x − 1), so y = x − 1.
Example: For x = t², y = 2t, find the tangent at t = 3.
dx/dt = 2t = 6, dy/dt = 2. dy/dx = 2/6 = 1/3. Point: (9, 6). Tangent: y − 6 = (1/3)(x − 9), so y = x/3 + 3.
The normal to a curve at a point P is the straight line perpendicular to the tangent at P. If the tangent has gradient m, the normal has gradient −1/m.
Example: Find the normal to y = x² at x = 3.
dy/dx = 2x. At x = 3: gradient = 6. Normal gradient = −1/6. Point: (3, 9). Normal: y − 9 = (−1/6)(x − 3), so y = −x/6 + 9.5 = −x/6 + 19/2.
Or: 6y = −x + 57, i.e. x + 6y − 57 = 0.
At a point P on a circle, the normal passes through the centre (since the radius is perpendicular to the tangent).
Example: Find the tangent to (x − 1)² + (y − 2)² = 25 at the point (4, 6).
Gradient of radius CP: (6 − 2)/(4 − 1) = 4/3. Tangent gradient: −3/4. Tangent: y − 6 = (−3/4)(x − 4), so y = (−3/4)x + 9.
The normal is simply the line through C and P.
Normal: y − 2 = (4/3)(x − 1), so y = (4/3)x + 2/3.
To find the tangent(s) from a point outside a curve:
Example: Find the equations of the tangents to y = x² from the point (0, −1).
The tangent at (a, a²) has gradient 2a: y − a² = 2a(x − a), so y = 2ax − a².
This must pass through (0, −1): −1 = 2a(0) − a² = −a². a² = 1, so a = 1 or a = −1.
Tangent 1 (a = 1): y = 2x − 1. Tangent 2 (a = −1): y = −2x − 1.
A common exam question asks you to find where the tangent or normal at a point meets the curve again.
Example: The tangent to y = x³ at x = 1 meets the curve again at what point?
Tangent at (1, 1): dy/dx = 3x² = 3. Equation: y − 1 = 3(x − 1), so y = 3x − 2.
Set equal to the curve: x³ = 3x − 2, so x³ − 3x + 2 = 0.
We know x = 1 is a root (the tangent point), so (x − 1) is a factor. x³ − 3x + 2 = (x − 1)(x² + x − 2) = (x − 1)(x + 2)(x − 1) = (x − 1)²(x + 2).
The tangent meets the curve again at x = −2, y = −8. Point: (−2, −8).
Exam Tip: When the tangent at x = a meets the curve again, x = a will always be a repeated root of the resulting equation (since the tangent touches at that point). Factor out (x − a)² if possible, or (x − a) twice.
| Term | Definition |
|---|---|
| Tangent | A line that touches a curve at a point with the same gradient as the curve |
| Normal | A line perpendicular to the tangent at the point of contact |
| Gradient | The slope of the curve at a given point, found by differentiation |
| External point | A point not on the curve from which tangent lines are drawn |
Edexcel 9MA0-01 specification section 4 — Coordinate geometry in the (x,y) plane covers the equation of a tangent and a normal to a curve at a given point (refer to the official specification document for exact wording). This is paired explicitly with section 9 — Differentiation, sub-strand 9.1: "interpret dxdy as a rate of change and as the gradient of a curve at a point." The tangent at a point is the straight line through the point with gradient equal to the derivative evaluated there; the normal is the perpendicular line, with gradient equal to the negative reciprocal. Tangent–normal questions are examined throughout 9MA0-01 (Pure 1) and 9MA0-02 (Pure 2). Synoptic links extend to section 4 (Circles, where the tangent at a point on a circle is perpendicular to the radius at that point), section 9 sub-strands 9.2–9.5 (chain, product, quotient rule and implicit differentiation, used when the curve is not given as y=f(x)), section 7 (Parametric equations and parametric differentiation, where dxdy=dx/dtdy/dt) and 9MA0-03 Mechanics, where the tangent direction at a point on a trajectory is the velocity vector. The Edexcel formula booklet does not list the tangent or normal equation forms — they must be reconstructed from the point–gradient form y−y1=m(x−x1) and the perpendicularity condition m1m2=−1.
Question (8 marks): A curve C has equation y=x3−2x2+1.
(a) Find an equation of the tangent to C at the point P where x=2, giving your answer in the form y=mx+c. (4)
(b) Find an equation of the normal to C at P, giving your answer in the form ax+by+c=0 where a, b and c are integers. (4)
Solution with mark scheme:
(a) Step 1 — find the y-coordinate of P.
At x=2: y=23−2(22)+1=8−8+1=1. So P=(2,1).
B1 — correct coordinates of P. A surprising number of candidates skip this and end up with the wrong point in their tangent equation. Without P correctly identified, every subsequent A mark is in jeopardy.
Step 2 — differentiate.
dxdy=3x2−4x
M1 — applying the power rule term-by-term. The constant +1 differentiates to 0 and disappears.
Step 3 — evaluate the gradient at P.
At x=2: dxdy=3(4)−4(2)=12−8=4.
M1 — substituting x=2 into dxdy to get the numerical gradient. A common error: writing the tangent equation with dxdy left as the symbolic expression 3x2−4x instead of the number 4. That is no longer the equation of a straight line and earns no further marks.
Step 4 — write the tangent equation.
Using y−y1=m(x−x1) with m=4 and (x1,y1)=(2,1):
y−1=4(x−2)⟹y=4x−7
A1 — correct tangent equation in the requested form y=mx+c, with m=4, c=−7.
(b) Step 1 — gradient of the normal.
The normal is perpendicular to the tangent, so its gradient is the negative reciprocal of 4:
mnormal=−41
M1 — using m1m2=−1 to obtain the gradient of the normal as −41.
Step 2 — write the normal equation through P.
y−1=−41(x−2)
M1 — point–gradient form with the correct point P=(2,1) and the negative-reciprocal gradient.
Step 3 — clear fractions.
Multiply through by 4:
4(y−1)=−(x−2)⟹4y−4=−x+2⟹x+4y−6=0
A1 — correct integer form x+4y−6=0.
A1 — final answer presented in the exact requested form ax+by+c=0 with integer a=1, b=4, c=−6. Leaving the answer as y=−41x+23 would lose this final A1 even though the line is correct.
Total: 8 marks (B1 M1 M1 A1 M1 M1 A1 A1).
Question (6 marks): The curve C has equation y=exsinx for 0≤x≤π.
(a) Show that dxdy=ex(sinx+cosx). (2)
(b) Hence find an equation of the tangent to C at the point where x=4π, giving your answer in the form y=mx+c, where m and c are exact constants. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. This is the typical AO profile of a tangent question with non-polynomial y: AO1 dominates because the bulk of the work is procedural (product rule, substitute, write down a line). The AO2 marks pick up the candidate's interpretation — that the tangent passes through the curve at the given point with the gradient just computed — and the discipline of leaving everything in exact form rather than collapsing to decimals.
Connects to:
Section 9 — Differentiation rules: every tangent or normal beyond the simplest polynomial requires the chain, product or quotient rule. For y=(3x+1)4 at x=1, the chain rule gives dxdy=12(3x+1)3, and the tangent gradient at x=1 is 12⋅43=768. Confidence with the differentiation toolkit is the prerequisite for every coordinate-geometry tangent question above grade C.
Section 4 — Circles: the tangent to a circle at a point on its circumference is perpendicular to the radius drawn to that point. This gives a non-calculus route to tangent equations for circles — find the radius gradient, take the negative reciprocal, write the line through the point. The same answer drops out of implicit differentiation of x2+y2=r2, but the geometric route is faster.
Section 9.5 / 7 — Implicit and parametric differentiation: when the curve is given as x2+xy+y2=7 (implicit) or (x,y)=(t2,t3−3t) (parametric), dxdy at a point still gives the tangent gradient. Implicit: differentiate both sides with respect to x, treating y as a function of x, and solve for dxdy. Parametric: dxdy=dx/dtdy/dt. The form of the tangent equation is unchanged.
9MA0-03 Mechanics — kinematics in two dimensions: for a particle whose position vector is r(t)=(x(t),y(t)), the velocity v(t)=r˙(t) is tangent to the trajectory at time t, and its direction equals the tangent direction dxdy at that point. The same calculation underlies "find the equation of the tangent to the path at the moment when t=2".
Section 8 — Integration (area between curve and tangent): A common A* extension is to find the area enclosed between a curve and one of its tangents, or between the curve, its tangent and a coordinate axis. This combines tangent-finding (calculus) with definite integration (also calculus) and routinely appears in the second half of Paper 2.
Tangent and normal questions on 9MA0 split AO marks as:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–75% | Differentiating correctly, evaluating the derivative at the point, applying the point–gradient form, producing an answer in the requested format |
| AO2 (reasoning / interpretation) | 20–30% | Recognising that "gradient at a point" means evaluate the derivative, not leave it symbolic; using the negative reciprocal correctly with sign; presenting answers in exact form and the requested integer-coefficient layout |
| AO3 (problem-solving) | 5–15% | Tangents-from-an-external-point, area enclosed by a tangent, second tangents passing through a given point — the cluster of "open" tangent problems that combine ideas |
Examiner-rewarded phrasing: "by the chain rule, dxdy=…"; "the gradient of the tangent at P is dxdyx=x1=…"; "the gradient of the normal is the negative reciprocal: m⊥=−m1"; "in the form ax+by+c=0 with a,b,c integers". Phrases that lose marks: writing "gradient =xy" (fundamentally wrong — that's the gradient of the chord from the origin, not the tangent gradient); leaving the gradient as the symbolic derivative inside the line equation (e.g. y−1=(3x2−4x)(x−2), which is not a line); using +m1 instead of −m1 for the normal gradient.
A specific Edexcel pattern: questions phrased "in the form ax+by+c=0 where a, b and c are integers" demand that you clear fractions and collect terms. Leaving y=−41x+23 — mathematically the same line — costs the final A1. Read the form constraint precisely.
Question: Find an equation of the tangent to the curve y=x2−3x at the point where x=1.
Grade C response (~190 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.