# Equations of Tangents and Normals

> Edexcel International GCSE Further Pure Mathematics · 4PM1
> Source: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s9-equations-of-tangents-and-normals/

This guide teaches you to calculate equations of tangents and normals to curves of the form $y = f(x)$, using differentiation and straight-line formulae, aligned to Edexcel IGCSE Further Pure Math (4PM1) specification 9F.

**Prerequisites:** [Differentiating functions using power, product, quotient and chain rules](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s9-differentiation-rules/); [Using the straight line equation $y - y_1 = m(x - x_1)$ and perpendicular gradient rule](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s2-coordinate-geometry-straight-lines/)

## Learning objectives

- Calculate the gradient of a tangent to y = f(x) at a given point using differentiation
- Derive the equation of a tangent to a curve using the straight line formula y - y₁ = m(x - x₁)
- Find the gradient of the normal to a curve and write its full equation

## Gradient of the Tangent to a Curve

**Gradient of Tangent** — The gradient of the tangent to curve $y = f(x)$ at point $x=a$ equals the value of the derivative of $f(x)$ evaluated at $x=a$.

*Notation:* $m_t = f'(a)$

To find the tangent gradient, first differentiate $f(x)$ using the appropriate differentiation rule, then substitute the x-coordinate of the given point into the derivative. If you are only given the x-coordinate, calculate the corresponding y-coordinate by substituting into the original function $f(x)$.

**Worked example:** Find the gradient of the tangent to the curve $y = 3x^2 + 2x - 1$ at the point where $x = 1$.

1. Step 1: Differentiate the function using the power rule:

   $$f'(x) = 6x + 2$$
2. Step 2: Substitute $x=1$ into the derivative:

   $$f'(1) = 6(1) + 2 = 8$$
3. Step 3: The gradient of the tangent at $x=1$ is 8.

> **Exam tip:** Always use the original function, not the derivative, to calculate the y-coordinate of the point of contact.

## Equation of the Tangent

Once you have the tangent gradient $m_t$ and the coordinates $(x_1, y_1)$ of the point of contact, use the straight line equation $y - y_1 = m_t(x - x_1)$ to find the equation of the tangent. Rearrange to the required form if specified in the question.

**Worked example:** Find the equation of the tangent to the curve $y = (2x - 1)^3$ at the point $(1, 1)$. Give your answer in the form $y = mx + c$.

1. Step 1: Differentiate using the chain rule:

   $$\frac{dy}{dx} = 6(2x - 1)^2$$
2. Step 2: Evaluate the derivative at $x=1$:

   $$\frac{dy}{dx}\bigg|_{x=1} = 6(2(1)-1)^2 = 6$$
3. Step 3: Substitute into the straight line equation:

   $$y - 1 = 6(x - 1)$$
4. Step 4: Rearrange to $y = mx + c$ form:

   $$y = 6x - 5$$

> **Exam tip:** Double-check that the point of contact lies on both the curve and your final tangent equation to catch rearrangement errors.

## Gradient of the Normal

**Gradient of Normal** — The normal is perpendicular to the tangent at the point of contact, so its gradient is the negative reciprocal of the tangent gradient.

*Notation:* $m_n = -\frac{1}{m_t}$ (for $m_t \neq 0$)

If the tangent gradient is 0 (horizontal tangent), the normal is vertical, with an undefined gradient and equation of the form $x = x_1$. If the tangent gradient is undefined (vertical tangent), the normal is horizontal, with equation $y = y_1$.

**Worked example:** Find the gradient of the normal to the curve $y = \frac{x^2 + 1}{x}$ at the point where $x = 1$.

1. Step 1: Simplify the function and differentiate:

   $$f(x) = x + x^{-1} \implies f'(x) = 1 - \frac{1}{x^2}$$
2. Step 2: Evaluate the derivative at $x=1$:

   $$f'(1) = 1 - 1 = 0$$
3. Step 3: The tangent gradient is 0, so the normal is vertical (undefined gradient), with equation $x = 1$.

> **Exam tip:** Never try to calculate $-1/m_t$ when $m_t = 0$, as this leads to division by zero. Recognize the horizontal/vertical line case instead.

## Equation of the Normal

Once you have the normal gradient $m_n$ and the point of contact $(x_1, y_1)$, substitute into the same straight line formula $y - y_1 = m_n(x - x_1)$ used for tangents, then rearrange to the required form.

**Worked example:** Find the equation of the normal to the curve $y = x \sin x$ at the point where $x = \frac{\pi}{2}$. Give your answer in the form $ax + by + c = 0$.

1. Step 1: Calculate the y-coordinate of the point:

   $$y = \frac{\pi}{2} \sin\left(\frac{\pi}{2}\right) = \frac{\pi}{2}$$
2. Step 2: Differentiate using the product rule:

   $$f'(x) = \sin x + x \cos x$$
3. Step 3: Evaluate the derivative at $x = \frac{\pi}{2}$:

   $$f'\left(\frac{\pi}{2}\right) = 1 + 0 = 1$$
4. Step 4: Calculate the normal gradient:

   $$m_n = -\frac{1}{1} = -1$$
5. Step 5: Substitute into the straight line equation:

   $$y - \frac{\pi}{2} = -1\left(x - \frac{\pi}{2}\right)$$
6. Step 6: Rearrange to $ax + by + c = 0$ form:

   $$x + y - \pi = 0$$

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Using the derivative function to calculate the y-coordinate of the point of contact
  - Why it fails: The derivative gives gradient values, not the y-value of the original curve at a given x
  - Correct: Always substitute the x-coordinate into the original $f(x)$ function to get the correct $y_1$ value
- **Wrong:** Using the positive reciprocal of the tangent gradient for the normal
  - Why it fails: Perpendicular lines have gradients whose product is -1, so the negative reciprocal is required
  - Correct: Calculate normal gradient as $m_n = -1/m_t$ for non-zero $m_t$
- **Wrong:** Attempting to calculate $-1/m_t$ when the tangent gradient is 0
  - Why it fails: Division by zero is undefined, leading to invalid answers
  - Correct: If $m_t = 0$, tangent is horizontal ($y = y_1$) and normal is vertical ($x = x_1$)
- **Wrong:** Rearranging the straight line equation incorrectly with sign errors
  - Why it fails: Simple arithmetic errors cost easy marks in structured exam questions
  - Correct: After rearranging, substitute the point $(x_1, y_1)$ back into your final equation to verify it is correct
- **Wrong:** Differentiating the function incorrectly using the wrong rule
  - Why it fails: Tangent/normal questions rely entirely on accurate differentiation to get the correct gradient
  - Correct: Double-check your derivative against the correct rule (power/product/quotient/chain) before substituting values

## Cheatsheet

| Quantity | Formula | Key Notes |
| --- | --- | --- |
| Tangent gradient at $(x_1, y_1)$ | $m_t = f'(x_1)$ | Evaluate derivative at $x_1$ |
| Tangent equation | $y - y_1 = m_t(x - x_1)$ | Rearrange to required form |
| Normal gradient (non-zero $m_t$) | $m_n = -1/m_t$ | Negative reciprocal of tangent gradient |
| Normal equation (non-zero $m_t$) | $y - y_1 = m_n(x - x_1)$ | Use same line formula as tangent |
| Horizontal tangent ($m_t = 0$) | Tangent: $y = y_1$, Normal: $x = x_1$ | No division by zero needed |
| Vertical tangent ($m_t$ undefined) | Tangent: $x = x_1$, Normal: $y = y_1$ | For points where $f'(x)$ is undefined |

## What's next

Now that you can calculate equations of tangents and normals, you are ready to apply your calculus skills to more advanced topics in the Edexcel IGCSE Further Pure Math syllabus. Tangent and normal equations are often combined with stationary point problems, where you will identify maximum, minimum and inflection points on curves, and calculate tangents at these key positions. You will also encounter these skills in coordinate geometry problems that ask you to find the area of shapes formed by tangents, normals and the coordinate axes, or the intersection points of multiple tangents to a single curve. Practicing mixed questions that combine differentiation, coordinate geometry and algebra will help you secure full marks on this high-frequency exam topic.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s9-equations-of-tangents-and-normals/
