Newton's Method Formula

Newton’s Method Formula

In numerical analysis, Newton’s method is named after Isaac Newton and Joseph Raphson. This method is to find successively better approximations to the roots (or zeroes) of a real-valued function.

The method starts with a function f defined over the real numbers x, the function’s derivative f’, and an initial guess

x0
for a root of the function f. If the function satisfies the assumptions made in the derivation of the formula and the initial guess is close, then a better approximation
x1
will occur.

In general, solving an equation f(x) = 0 is not easy, though we can do it in simple cases like finding roots of quadratics. If the function is complicated we can approximate the solution using an iterative procedure also known as a numerical method. One simple method is called Newton’s Method.

The formula for Newton’s method is given as,

x1=x0−f(x0)f′(x0)

Where,
f(

x0
) is a function at
x0
,

f'(

x0
) is the first derivative of the function at
x0
,

x0
is the initial value.

Solved Example

Question: Estimate the positive root of the equation x– 2 = 0 by using Newton’s method. Begin with x0 = 2 and compute x1.

Solution:

Given measures are,
f(x) = x– 2 = 0, x0 = 2

Newton’s method formula is: x= x– 

f(x0)f′(x0)

To calculate this we have to find out the first derivative f'(x)
f'(x) = 2x
So, at x= 2,
f(x0) = 2– 2 = 4 – 2 = 2
f'(x0) = 2

×
2 = 4

Substituting these values in the formula,

x1 = 2 – 

24
=
64
=
32

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*