Normal: perpendicular to the tangent, through the same point
So the tangent is perpendicular to the radius
- Find the centre $C$ of the circle.
- Find the gradient of $CP$ โ this is the normal's gradient.
- Take the negative reciprocal for the tangent's gradient.
- Use $y - y_1 = m(x-x_1)$ through $P$.
The circle $(x-2)^2 + (y-3)^2 = 25$ passes through $P(6, 6)$. Find the equations of the tangent and the normal at $P$.
For a curve that is not a circle, the tangent's gradient comes from differentiation โ this is where coordinate geometry and calculus meet.
2. Substitute the $x$-coordinate to get the numerical gradient $m$
3. Tangent: $y - y_1 = m(x - x_1)$. Normal: use $-\tfrac1m$ instead.
Find the equation of the normal to the curve $y = x^3 - 3x + 2$ at the point $(1, 0)$.
Find the tangent and the normal to $y = x^2 - 4x + 7$ at the point where $x = 3$.
Finding the line is usually only part of the question. What follows is standard straight-line work.
The tangent to $y = x^2$ at $(2, 4)$ meets the axes at $A$ and $B$. Find the area of triangle $OAB$, where $O$ is the origin.
Find where the normal to $y = x^2$ at $(1, 1)$ meets the curve again.
Find the point on $y = x^2 - 6x + 5$ where the tangent is parallel to $y = 2x$.
Tangent
Same gradient as the curve at the point.
Normal
Gradient $-\dfrac1m$.
Circle
The normal is the radius; no calculus needed.
Other curves
Differentiate, then substitute the $x$-value.
Find $y$ first
If only $x$ is given.
Line form
$y-y_1 = m(x-x_1)$.
$m = 0$
Normal is vertical: $x = x_1$.
Intercepts
Set $x=0$, then $y=0$.
Meets again
Solve line $=$ curve; the known point is a root.
Given gradient
Set $\dfrac{\mathrm{d}y}{\mathrm{d}x}$ equal to it and solve for $x$.
A tangent has gradient $5$. What is the gradient of the normal at that point?
โถ Show solution
$-\dfrac{1}{5}$
Find the gradient of the tangent to $y = x^2 + 3x$ at $x = 2$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x + 3$
At $x = 2$: $4 + 3 = 7$.
Find the equation of the tangent to $y = x^2$ at $(3, 9)$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x = 6$ at $x = 3$.
$y - 9 = 6(x - 3)$
$y = 6x - 9$
Find the equation of the normal to $y = x^2$ at $(3, 9)$.
โถ Show solution
Tangent gradient $6$, so normal gradient $-\dfrac16$.
$y - 9 = -\tfrac16(x-3)$
$6y - 54 = -x + 3$, so $x + 6y = 57$.
Find the tangent to the circle $x^2 + y^2 = 100$ at $(6, 8)$.
โถ Show solution
Centre at the origin; radius gradient $= \dfrac{8}{6} = \dfrac43$.
Tangent gradient $= -\dfrac34$.
$y - 8 = -\tfrac34(x-6)$
$4y - 32 = -3x + 18$, so $3x + 4y = 50$.
Find the point on $y = x^2 - 8x$ where the tangent is horizontal.
โถ Show solution
Horizontal means $\dfrac{\mathrm{d}y}{\mathrm{d}x} = 0$.
$2x - 8 = 0$, so $x = 4$.
$y = 16 - 32 = -16$. The point is $(4, -16)$.
Find the normal to $y = x^3 + 1$ at $(1, 2)$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 = 3$ at $x = 1$.
Normal gradient $-\dfrac13$.
$y - 2 = -\tfrac13(x-1)$
$3y - 6 = -x + 1$, so $x + 3y = 7$.
The tangent to $y = x^2 - 3$ at $(2, 1)$ crosses the $x$-axis. Find where.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x = 4$ at $x = 2$.
Tangent: $y - 1 = 4(x-2)$, so $y = 4x - 7$.
Setting $y = 0$: $x = \dfrac{7}{4} = 1.75$.
It crosses at $(1.75, 0)$.
Find the two points on $y = x^3 - 12x$ where the tangent is parallel to the $x$-axis.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 - 12 = 0$
$x^2 = 4$, so $x = \pm 2$.
At $x = 2$: $y = 8 - 24 = -16$, giving $(2, -16)$.
At $x = -2$: $y = -8 + 24 = 16$, giving $(-2, 16)$.
The curve $C$ has equation $y = x^2 - 4x + 5$, and $P$ is the point on $C$ where $x = 1$.
(a) Find the coordinates of $P$. (b) Find the equations of the tangent and the normal at $P$. (c) The tangent and the normal cross the $y$-axis at $A$ and $B$. Find the area of triangle $ABP$. (d) Show that the normal meets $C$ again, and find that point.
โถ Show solution
(a) $y = 1 - 4 + 5 = 2$, so $P(1, 2)$.
(b) $\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x - 4$, which at $x = 1$ is $-2$.
Tangent: $y - 2 = -2(x-1)$, so $y = -2x + 4$.
Normal: gradient $\tfrac12$, so $y - 2 = \tfrac12(x-1)$, giving $y = \tfrac12 x + \tfrac32$.
(c) Tangent meets the $y$-axis at $A(0, 4)$; normal at $B\left(0, \tfrac32\right)$.
$AB = 4 - \tfrac32 = \tfrac52$ โ this is the base, lying along the $y$-axis.
The perpendicular height from $P(1,2)$ to the $y$-axis is its $x$-coordinate, $1$.
Area $= \tfrac12 \times \tfrac52 \times 1 = \dfrac{5}{4} = 1.25$ square units.
(d) Set the normal equal to the curve:
$x^2 - 4x + 5 = \tfrac12 x + \tfrac32$
Multiply by $2$: $2x^2 - 8x + 10 = x + 3$
$2x^2 - 9x + 7 = 0$
$\Delta = 81 - 56 = 25 > 0$, so there are two solutions โ the normal does meet $C$ again.
$(2x - 7)(x - 1) = 0$, giving $x = 1$ (which is $P$) or $x = \tfrac72$.
At $x = \tfrac72$: $y = \tfrac12\left(\tfrac72\right) + \tfrac32 = \tfrac74 + \tfrac32 = \tfrac{13}{4}$.
The normal meets $C$ again at $\left(\dfrac{7}{2},\; \dfrac{13}{4}\right)$.
Check on the curve: $\left(\tfrac72\right)^2 - 4\left(\tfrac72\right) + 5 = \tfrac{49}{4} - 14 + 5 = \tfrac{49 - 36}{4} = \tfrac{13}{4}$ โ