Newton-Raphson Method (Edexcel International AS Further Maths: Further Pure 1): Revision Note

Exam code: XFM01

Mark Curtis

Written by: Mark Curtis

Reviewed by: Dan Finlay

Updated on

Newton-Raphson Method

How do I apply the Newton-Raphson method?

  • The Newton-Raphson method is a process for finding roots of equations

    • Equations must be rearranged into the form f(x)=0

  • If x=α is a root of the equation f(x)=0, then you need to choose x0, the initial (first) approximation

    • This is usual given in the question (and is a value near to the root)

  • You can then find successive approximations x1, x2, x3, ... using the Newton-Raphson formula:

    • xn+1=xnf(xn)f'(xn)

    • This is an iterative formula

    • f'(x) is the derivative of f(x)

      • Work this out beforehand

  • Increasing the number of approximations improves the accuracy

    • The Newton-Raphson method usually converges quickly to the root compared to other methods

Examiner Tips and Tricks

The formula for the Newton-Raphson method is given in the Formulae Booklet.

How do I apply the Newton-Raphson method on my calculator?

  • If your calculator has a recursion function

    • Input the formula, start value and number of steps

    • The output is a table showing all the approximations

  • Alternatively:

    • Type in the value of x0 and press =

      • This stores it in the "Ans" (answer) button

    • Type Ansf(Ans)f'(Ans) into your calculator and press =

      • This finds x1

    • Without pressing any other button, press = again

      • This finds x2

    • Repeatedly pressing = gives further approximations

      • The more you press it, the closer to the root it becomes

How does the Newton-Raphson method work geometrically?

  • The method works by drawing a tangent to the curve y=f(x) at x=x0

    • then finding where the tangent cuts the x-axis

    • This x-intercept is the new approximation, x1

  • This process is then repeated

    • Draw the tangent to y=f(x) at x=x1

    • Find its x-intercept and call it x2

  • The approximations get closer and closer to the root

A geometric explanation as to how the Newton Raphson Method works

How do I know if the Newton-Raphson method will fail?

  • The Newton-Raphson method fails if the initial value, x0, satisfies f'(x0)=0

    • Algebraically, this is because the formula xn+1=xnf(xn)f'(xn) cannot divide by zero

    • Geometrically, this is because x0 is at a stationary point on the curve y=f(x)

      • A tangent drawn at a stationary point is horizontal

      • This will never intersect the x-axis

  • The Newton-Raphson method also fails if the sequence x1, x2, x3, ... diverges

    • This can happen if x0 is chosen:

      • too far away from the root

      • or at a point where the gradient is very small

  • The Newton-Raphson method is sometimes avoided when f(x) is too tricky to differentiate

A diagram showing cases when the Newton Rahpson method fails

Worked Example

The equation 2x44x3=1 has a solution in the interval [1, 2].

(a) Using x0=2 as the first approximation to the solution, apply the Newton-Raphson method to find a second approximation.

Rearrange the formula into the form f(x)=0

2x44x3+1=0 so f(x)=2x44x3+1

(You could also use 1+4x32x4)
Find f'(x) using differentiation

f'(x)=8x312x2

Substitute f(x) and f'(x) into the Newton-Raphson formula xn+1=xnf(xn)f'(xn)

xn+1=xn(2xn44xn3+1)(8xn312xn2)

Substitute x0=2 into the formula to get x1

x1=2(2×244×23+1)(8×2312×22)=2116=1.9375

Check this solution lies in the interval [1, 2]

x1=1.9375

3116 is also accepted

(b) Explain why the midpoint of the interval (1, 2) cannot be used as the first approximation when applying the Newton-Raphson method.

The Newton-Raphson method fails if x0 satisfies f'(x0)=0
Find the midpoint of the interval

x0=1+22=1.5

Check if f'(1.5)=0

f'(1.5)=8×1.5312×1.52=0

Write a conclusion either about dividing by zero, or about having a horizontal tangent

f'(1.5)=0, but you cannot divide by zero in the formula xn+1=xnf(xn)f'(xn)
So 1.5 cannot be used as the first approximation

You could also say that x=1.5 is at a stationary point where the tangent is horizontal, meaning it cannot intersect the x-axis to make x1

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Mark Curtis

Author: Mark Curtis

Expertise: Maths Content Creator

Mark graduated twice from the University of Oxford: once in 2009 with a First in Mathematics, then again in 2013 with a PhD (DPhil) in Mathematics. He has had nine successful years as a secondary school teacher, specialising in A-Level Further Maths and running extension classes for Oxbridge Maths applicants. Alongside his teaching, he has written five internal textbooks, introduced new spiralling school curriculums and trained other Maths teachers through outreach programmes.

Dan Finlay

Reviewer: Dan Finlay

Expertise: Portfolio Lead

Dan graduated from the University of Oxford with a First class degree in mathematics. As well as teaching maths for over 8 years, Dan has marked a range of exams for Edexcel, tutored students and taught A Level Accounting. Dan has a keen interest in statistics and probability and their real-life applications.