Skip to main content
Northern IrelandMathsSyllabus dot point

How do we locate roots and estimate areas when exact methods fail?

Locating roots by a sign change, iterative methods including the Newton-Raphson method and fixed-point iteration, and the trapezium rule for estimating a definite integral.

A CCEA A-Level Mathematics answer on locating roots by a change of sign, iterative methods including fixed-point iteration and the Newton-Raphson method, and using the trapezium rule to estimate the value of a definite integral.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

CCEA wants you to locate a root of an equation by a change of sign, use iterative methods (fixed-point iteration and the Newton-Raphson method) to refine an estimate, and use the trapezium rule to estimate a definite integral. Numerical methods give approximate answers when an exact solution is impossible or impractical.

The answer

Locating roots by a sign change

Fixed-point iteration

The Newton-Raphson method

The trapezium rule

The Newton-Raphson method needs a starting value reasonably close to the root and a non-zero derivative there; a poor start can send successive estimates away from the root or oscillate. Quoting the iteration to a stated number of decimal places, and stopping when two successive values agree to that accuracy, is the expected exam practice.

Worked example: one iteration step

Examples in context

Example 1. An equation with no algebraic solution. The equation x=cosxx = \cos x cannot be solved by algebra, but iterating xn+1=cosxnx_{n+1} = \cos x_n from x0=0.7x_0 = 0.7 converges to about 0.7390.739. Iteration is the practical route to roots of transcendental equations.

Example 2. Estimating an awkward area. The integral 01ex2dx\int_0^1 e^{-x^2}\,dx has no elementary antiderivative, so the trapezium rule (or finer methods) estimates it numerically. Numerical integration is essential where exact integration is impossible, as in statistics.

Try this

Q1. f(x)=x27f(x) = x^2 - 7. Show a root lies between 22 and 33. [2 marks]

  • Cue. f(2)=3f(2) = -3, f(3)=2f(3) = 2; the sign change with continuity gives a root between.

Q2. State the Newton-Raphson iteration formula. [1 mark]

  • Cue. xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}.

Q3. Using two strips, how many ordinates does the trapezium rule need? [1 mark]

  • Cue. Three ordinates (n+1n + 1 for n=2n = 2).

Exam-style practice questions

Practice questions written in the style of CCEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

CCEA 20216 marksShow that the equation x35x1=0x^3 - 5x - 1 = 0 has a root between x=2x = 2 and x=3x = 3. Use the Newton-Raphson method once, starting from x0=2.3x_0 = 2.3, to find a better approximation.
Show worked answer →

Let f(x)=x35x1f(x) = x^3 - 5x - 1. Then f(2)=8101=3f(2) = 8 - 10 - 1 = -3 and f(3)=27151=11f(3) = 27 - 15 - 1 = 11.

The sign changes from negative to positive, and ff is continuous, so there is a root between 22 and 33.

Newton-Raphson: x1=x0f(x0)f(x0)x_1 = x_0 - \frac{f(x_0)}{f'(x_0)} with f(x)=3x25f'(x) = 3x^2 - 5.

f(2.3)=12.16711.51=0.333f(2.3) = 12.167 - 11.5 - 1 = -0.333; f(2.3)=3(5.29)5=10.87f'(2.3) = 3(5.29) - 5 = 10.87.

x1=2.30.33310.87=2.3+0.0306=2.331.x_1 = 2.3 - \frac{-0.333}{10.87} = 2.3 + 0.0306 = 2.331.

Markers reward the sign change with a continuity statement, the derivative, the Newton-Raphson formula, and the improved estimate.

CCEA 20196 marksUse the trapezium rule with four strips to estimate 021+x2dx\int_0^2 \sqrt{1 + x^2}\,dx. Give your answer to three significant figures.
Show worked answer →

Four strips on [0,2][0, 2] give width h=0.5h = 0.5 and xx-values 0,0.5,1,1.5,20, 0.5, 1, 1.5, 2.

The yy-values 1+x2\sqrt{1 + x^2} are: 11, 1.1181.118, 1.4141.414, 1.8031.803, 2.2362.236.

Trapezium rule: h2[y0+y4+2(y1+y2+y3)]\int \approx \frac{h}{2}\left[y_0 + y_4 + 2(y_1 + y_2 + y_3)\right].

=0.52[1+2.236+2(1.118+1.414+1.803)]=0.25[3.236+2(4.335)]=0.25(11.906)=2.98.= \frac{0.5}{2}\left[1 + 2.236 + 2(1.118 + 1.414 + 1.803)\right] = 0.25\left[3.236 + 2(4.335)\right] = 0.25(11.906) = 2.98.

Markers reward the strip width, the five ordinates, the trapezium-rule formula, and the estimate 2.982.98.

Related dot points

Sources & how we know this