top

Newton's Method Calculator

To use Newton’s Method calculator, enter the function, put the starting point, put the number of iterations, and press calculate button.

ADVERTISEMENT
ADVERTISEMENT

Give Us Feedback

Newton's Method Calculator

Newton's Method Calculator is used to evaluate the value of an independent variable that makes the function equal to zero. It is usually used to find the roots of a function. The derivative of the function will be taken in this iterative method to improve the estimated roots of the function after each iteration. 

This Newton's Method Calculator is a powerful tool to solve complex functions that are difficult to solve manually. 

What is Newton’s Method?

Newton’s method is used to find the approximate solution of a polynomial by using the irritation method. This method is an iterative method that repeats a number of steps for the solution which is very close to the exact solution of the function. We have to decide on an initial value by guessing which is close to the answer to a rapid result.

Formula:

Let a function f(x), then the general formula is given below

$$f\left(x_{n+1}\right)\:=x_n-\:\frac{f\left(x_n\right)}{f'\left(x_n\right)}$$

  • n = 0,1,2, 3, ...
  • xn is the initial value.
  • f(xn) is the initial value of the function
  • f′(xn) is the 1st derivative at xn.

Why do we use Newton’s Method?

For the linear equation ax+b=0 we find the solution of x = -b/a, similarly, for the quadratic equation we have to build a formula to calculate the roots of the given polynomial. We have some other methods to get the roots until degree four.

But if the degree of the polynomial is five or greater than five we have no exact formula of find the solution. So we use a numerical approach to get the solution of the polynomial. This approach is known as Newton’s method.

Graphically interpretation:

Let a function f(x), estimate the value of the function at x0. We draw a tangent line to f at x0. If the derivative of a function at x0 is not equal to zero, then the line intersects on the x-axis at some point (x1,0). 

Now let x1 be the next point for approximation to the actual root. The x1 is closer than x0. Now draw the next tangent line at a point x1. If the derivative at the point x1 is not equal to zero. Then the line also intersects the x-axis at some point. Continue the procedure until we get to close the actual root.

newton's

Example of Newton's Method

To understand the method, we discuss an example with step by step solution.

Example 

If we have a function 3x^2+sin(x). find the solution using Newton’s Method where the starting point is 2 and the number of iterations is 3.

Solution:

Step 1: The general formula 

$$f\left(x_{n+1}\right)\:=x_n-\:\frac{f\left(x_n\right)}{f\:'\left(x_n\right)}$$

Step 2: Take the given function and its derivative.

f(x)= 3x+ sin(x)

f′(x)= 6x + cos(x)

Step 2: Now put n = 0 at x0 = 2

f(x0) = 3x+ sin(x) = 3(2)+ sin(2) 

f(x0) = 12.91

f′(x0) = 6x+cos(x) = 6(2)+cos(2)

f′(x0) =11.58

$$f\left(x_1\right)\:=x_0-\:\frac{f\left(x_0\right)}{f'\left(x_0\right)}$$

$$f\left(x_1\right)=2-\frac{12.91}{11.58}$$

f(x1) = 0.89

Step 3: Now put n = 1 at x1 = 0.89

f(x1) = 3x+ sin(x) = 3(0.89)+ sin(0.89) 

f(x1) = 3.13

f′(x1) = 6x+cos(x) = 6(0.89)+cos(0.89)

f′(x1) =5.95

$$f\left(x2\right)\:=x_1-\:\frac{f\left(x_1\right)}{f'\left(x_1\right)}$$

$$f\left(x_2\right)=0.89-\frac{3.13}{5.95}$$

f(x2) = 0.36

Step 4: Now put n = 2 at x2 = 0.36

f(x2) = 3x+ sin(x) = 3(0.36)+ sin(0.36) 

f(x2) = 0.74

f′(x2) = 6x+cos(x) = 6(0.36)+cos(0.36)

f′(x2) =3.09

$$f\left(x_3\right)\:=x_2-\:\frac{f\left(x_2\right)}{f'\left(x_2\right)}$$

$$f\left(x_3\right)=0.36-\frac{0.74}{3.09}$$

f(x3) = 0.12

X
Allmath loader
AdBlocker Detected!

To calculate result you have to disable your ad blocker first.