A-Level Maths / Pure Mathematics / Numerical Methods

Locating Roots (Change of Sign)

Using change of sign to locate roots of equations, interval bisection.

Pure Mathematics A2 35 min

Learning Objectives

  • Understand the change of sign method for locating roots of equations
  • Show that a root exists in a given interval [a, b]
  • Apply interval bisection to narrow down the location of a root
  • Recognise when the change of sign method fails (discontinuities, repeated roots, multiple roots in an interval)

Key Formulae

If f(a) and f(b) have opposite signs and f is continuous on [a,b], then f(x)=0 has at least one root in (a,b)\text{If } f(a) \text{ and } f(b) \text{ have opposite signs and } f \text{ is continuous on } [a,\, b], \text{ then } f(x) = 0 \text{ has at least one root in } (a,\, b)
Interval bisection: try c=a+b2, then replace a or b accordingly\text{Interval bisection: try } c = \frac{a + b}{2}, \text{ then replace } a \text{ or } b \text{ accordingly}

Prior Knowledge Check

Answer at least 3 of 3 correctly to complete this section.

Q1. If f(x)=x33x+1f(x) = x^3 - 3x + 1, what is f(1)f(1)?
Q2. If f(a)<0f(a) < 0 and f(b)>0f(b) > 0 for a continuous function ff, what can you conclude?
Q3. What does it mean for a function to be continuous on an interval?

Why This Matters

Many equations cannot be solved exactly. Try solving x33x+1=0x^3 - 3x + 1 = 0 or ex=3xe^x = 3x algebraically — you will not find a neat closed-form answer. Yet these equations have real roots that we might need to know for engineering, physics, or further mathematics.

Numerical methods give us systematic ways to find roots to any desired accuracy. The change of sign method is the simplest and most intuitive: if a continuous function is positive at one point and negative at another, it must cross zero somewhere in between.

This topic appears in every A2 exam paper and is worth reliable marks once you learn the method.

1/3

The Change of Sign Method

2/3

When the Change of Sign Method Fails

3/3

Interval Bisection

Ready to practise?

Lock in what you've learned with exam-style questions and spaced repetition.

Exam Tips

  • When asked to "show that a root lies between a and b", calculate f(a) and f(b), state their signs, and write "change of sign ∴ root exists in (a, b) since f is continuous"
  • Always state the continuity condition — the examiner expects it
  • Show your substitutions clearly — do not just write the final values
  • For interval bisection, set up a clear table showing each iteration
  • Give your final answer to the degree of accuracy the question requests

Specification

Edexcel A Level Maths
Pure: Numerical Methods > Locating Roots (Change of Sign)
WJEC A Level Maths
Pure: Numerical Methods > Locating Roots & Iteration

Resources

Related Lessons