All worked examples

Newton–Raphson iteration

Numerical methods
A-level Maths (9MA0)
ORIGINAL

Form the Newton–Raphson recurrence from a function and derivative, then iterate without premature rounding.

Verified against Edexcel 9MA0 (2026 spec)

Question

Use the Newton–Raphson method with x0=2x_0=2 to solve x32x5=0x^3-2x-5=0. Calculate x1x_1, x2x_2 and x3x_3, and give the root to 3 decimal places.

Every step worked, with the reasoning.

  1. 1
    f(x)=x32x5f(x)=x^3-2x-5 and f(x)=3x22f'(x)=3x^2-2

    Identify the function and differentiate it for Newton–Raphson.

  2. 2
    xn+1=xnxn32xn53xn22x_{n+1}=x_n-\dfrac{x_n^3-2x_n-5}{3x_n^2-2}

    Substitute ff and ff' into xn+1=xnf(xn)/f(xn)x_{n+1}=x_n-f(x_n)/f'(x_n).

  3. 3
    x1=2232(2)53(22)2=2.1x_1=2-\dfrac{2^3-2(2)-5}{3(2^2)-2}=2.1

    Use x0=2x_0=2 in the recurrence.

  4. 4
    x2=2.12.132(2.1)53(2.12)2=2.094568x_2=2.1-\dfrac{2.1^3-2(2.1)-5}{3(2.1^2)-2}=2.094568\ldots

    Feed the unrounded value of x1x_1 back into the recurrence.

  5. 5
    x3=2.094551x_3=2.094551\ldots

    Repeat once more; the first three decimal places have stabilised.

Answer: x2.095x\approx2.095 (3 d.p.)

This is how to revise a method, not just read it

Fade the steps out until you can do it cold. Want a set built around exactly what you keep slipping on? Your first lesson is free.

Book a free intro call