2. Differentiate to get $\dfrac{\mathrm{d}y}{\mathrm{d}x}$
3. Substitute the $x$-value to get the numerical gradient $m$
4. For a normal, replace $m$ by $-\dfrac1m$
5. Use $y - y_1 = m(x - x_1)$
Find the equations of the tangent and normal to $y = x^2 + 3x - 1$ at the point where $x = 2$.
Find the equations of the tangent and normal to $y = x^3 - 3x + 2$ at the point where $x = 1$.
Find the tangent to $y = x^3 - 4x$ at the point $(2, 0)$.
Finding the line is rarely the end of the question. These are the standard follow-ons.
The tangent to $y = x^2 + 1$ at $(2, 5)$ meets the axes at $P$ and $Q$. Find the area of the triangle $OPQ$.
Find the points on $y = x^3 - 6x$ at which the tangent is parallel to $y = 6x + 1$.
Find where the tangent to $y = x^3$ at $(1, 1)$ meets the curve again.
Step order
Find $y$, differentiate, substitute, then write the line.
Never substitute first
Differentiate the expression, not a number.
Check the point
Confirm it lies on the curve.
Tangent gradient
Straight from the derivative.
Normal gradient
$-\dfrac{1}{m}$.
$m = 0$
Tangent $y = y_1$; normal $x = x_1$.
Line form
$y - y_1 = m(x-x_1)$.
Intercepts
Set $x = 0$, then $y = 0$.
Given gradient
Set the derivative equal to it โ expect two answers.
Meets again
Solve line $=$ curve; tangency gives a repeated root.
Find the gradient of the tangent to $y = x^2 + 4x$ at $x = 1$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x + 4$
At $x = 1$: $m = 6$
Find the equation of the tangent to $y = x^2$ at $(4, 16)$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x = 8$ at $x = 4$.
$y - 16 = 8(x - 4)$
$y = 8x - 16$
Find the equation of the normal to $y = x^2$ at $(4, 16)$.
โถ Show solution
Tangent gradient $8$, so normal gradient $-\dfrac18$.
$y - 16 = -\tfrac18(x-4)$
$8y - 128 = -x + 4$, so $x + 8y = 132$.
Find the tangent to $y = 3x^2 - 2x + 1$ at the point where $x = 1$.
โถ Show solution
$y = 3 - 2 + 1 = 2$, so the point is $(1, 2)$.
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x - 2 = 4$ at $x = 1$.
$y - 2 = 4(x-1)$, so $y = 4x - 2$.
Find the normal to $y = x^3 + 2$ at $(-1, 1)$.
โถ Show solution
Check: $-1 + 2 = 1$ โ
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 = 3$ at $x = -1$.
Normal gradient $-\dfrac13$.
$y - 1 = -\tfrac13(x+1)$, so $3y - 3 = -x - 1$ and $x + 3y = 2$.
Find the point on $y = x^2 - 4x + 7$ where the tangent is horizontal.
โถ Show solution
$2x - 4 = 0$, so $x = 2$.
$y = 4 - 8 + 7 = 3$. The point is $(2, 3)$.
Find the points on $y = x^3 - 9x$ where the tangent is parallel to the $x$-axis.
โถ Show solution
$3x^2 - 9 = 0$, so $x^2 = 3$ and $x = \pm\sqrt3$.
At $x = \sqrt3$: $y = 3\sqrt3 - 9\sqrt3 = -6\sqrt3$
At $x = -\sqrt3$: $y = 6\sqrt3$
Points: $\left(\sqrt3,\, -6\sqrt3\right)$ and $\left(-\sqrt3,\, 6\sqrt3\right)$.
The tangent to $y = x^2 - 1$ at $(3, 8)$ crosses the $x$-axis. Find where.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x = 6$ at $x = 3$.
Tangent: $y - 8 = 6(x-3)$, so $y = 6x - 10$.
Setting $y = 0$: $x = \dfrac{10}{6} = \dfrac{5}{3}$.
It crosses at $\left(\tfrac53, 0\right)$.
Find the equation of the tangent to $y = x^2 - 5x$ that is parallel to $y = 3x$.
โถ Show solution
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x - 5 = 3$, so $x = 4$.
Then $y = 16 - 20 = -4$, giving the point $(4, -4)$.
$y + 4 = 3(x-4)$, so $y = 3x - 16$.
The curve $C$ has equation $y = x^2 - 2x$, and $P$ is the point on $C$ with $x = 3$.
(a) Find the equations of the tangent and the normal at $P$. (b) The normal meets $C$ again at $Q$. Find the coordinates of $Q$. (c) Find the length $PQ$ in exact form. (d) Show that the tangent at $P$ and the tangent at the point where $x = -1$ meet on the line $x = 1$, and explain the significance of that line.
โถ Show solution
(a) $y = 9 - 6 = 3$, so $P(3, 3)$.
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x - 2 = 4$ at $x = 3$.
Tangent: $y - 3 = 4(x-3)$, so $y = 4x - 9$.
Normal: gradient $-\tfrac14$, so $y - 3 = -\tfrac14(x-3)$, giving $4y = -x + 15$, i.e. $x + 4y = 15$.
(b) Substitute $y = x^2 - 2x$ into $x + 4y = 15$:
$x + 4\left(x^2 - 2x\right) = 15$
$4x^2 - 7x - 15 = 0$
$x = 3$ is a root (that is $P$), so factorise: $(x-3)(4x+5) = 0$.
The other root is $x = -\tfrac54$, where $y = \tfrac{25}{16} + \tfrac{5}{2} = \tfrac{25 + 40}{16} = \tfrac{65}{16}$.
$Q\left(-\dfrac{5}{4},\; \dfrac{65}{16}\right)$
(c) $\Delta x = 3 - \left(-\tfrac54\right) = \tfrac{17}{4}$ and $\Delta y = 3 - \tfrac{65}{16} = -\tfrac{17}{16}$
$PQ^2 = \left(\tfrac{17}{4}\right)^2 + \left(\tfrac{17}{16}\right)^2 = \dfrac{289}{16} + \dfrac{289}{256} = \dfrac{4624 + 289}{256} = \dfrac{4913}{256}$
$PQ = \dfrac{\sqrt{4913}}{16} = \dfrac{17\sqrt{17}}{16}$ (since $4913 = 17^3$)
As a decimal: $4.38$ (3 s.f.)
(d) At $x = -1$: $y = 1 + 2 = 3$, and the gradient is $2(-1) - 2 = -4$.
Tangent there: $y - 3 = -4(x+1)$, so $y = -4x - 1$.
Setting the two tangents equal: $4x - 9 = -4x - 1 \;\Rightarrow\; 8x = 8 \;\Rightarrow\; x = 1$ โ
They meet at $(1, -5)$, which lies on $x = 1$.
The significance: $x = 1$ is the line of symmetry of the parabola (the vertex is at $x = 1$, since $\tfrac{\mathrm{d}y}{\mathrm{d}x} = 0$ there). The two points $x = 3$ and $x = -1$ are equally spaced either side of it, so their tangents are mirror images and must meet on the axis of symmetry.