CAIE A-Level · Mathematics 9709 · Numerical Solution of Equations

Locating Roots of an Equation — Numerical Methods (9709 P3)

9 min readSyllabus 3.6PreviewBy Uzair Khan

Syllabus objective

Locate approximately a root of an equation, by means of graphical considerations and/or searching for a sign change, e.g. finding a pair of consecutive integers between which a root lies.

Introduction

Many equations that arise in A-Level Mathematics — such as x33x+1=0x^3 - 3x + 1 = 0 or ex=4xe^x = 4 - x — cannot be solved by exact algebraic methods. Numerical methods provide systematic techniques for finding approximate solutions to any desired degree of accuracy.

Before refining an approximation, you must first know where to look. This subtopic covers the two key strategies for locating a root approximately:

  1. Graphical considerations — sketching or interpreting graphs to identify where curves intersect.
  2. Sign-change search — evaluating a function at successive points and detecting where it changes sign.

These techniques appear in almost every 9709 P3 numerical methods question, typically as the opening part worth 1–2 marks.


Core Concept

What is a root?

A root of an equation f(x)=0f(x) = 0 is a value x=αx = \alpha such that f(α)=0f(\alpha) = 0. Geometrically, a root is an xx-coordinate where the curve y=f(x)y = f(x) crosses or touches the xx-axis.

Graphical method

Rearrange the equation into the form g(x)=h(x)g(x) = h(x) (often one curve is simpler), then sketch both curves on the same axes. Each intersection point corresponds to a root. The sketch identifies the approximate integer region in which each root lies.

Sign-change method

If f(x)f(x) is continuous on an interval [a,b][a, b], and f(a)f(a) and f(b)f(b) have opposite signs, then by the Intermediate Value Theorem there is at least one root in (a,b)(a, b).

f(a)f(b)<0    α(a,b) such that f(α)=0f(a) \cdot f(b) < 0 \implies \exists\, \alpha \in (a,b) \text{ such that } f(\alpha) = 0

To locate a root between consecutive integers nn and n+1n+1, evaluate f(n)f(n) and f(n+1)f(n+1); if one is positive and the other negative, a root lies in that interval.

Key condition: The sign-change test is only valid for continuous functions. If ff has a vertical asymptote or a discontinuity in [a,b][a,b], a sign change does NOT guarantee a root — it may indicate a discontinuity instead.


Unlock the full Numerical Solution of Equations note with Nova

You're reading the preview. Unlock the complete note — every worked example, examiner pitfall and practice question — plus 24/7 AI tutoring from Nova that teaches directly from these notes.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes