Newton’s Method
Solved Problems
Example 5.
Let
Solution.
The iterative formula for Newton's method is given as
Find out the derivative:
The first iteration is equal to
Next, we perform two more iterations:
After
Answer:
Example 6.
Approximate the solution of the equation
Solution.
Consider the function
and apply Newton's method to find zero of the function.
Find the derivative by the product rule:
Calculate the first approximation:
Continue the iterative process until we reach an accuracy of
As you can see, we have obtained the required accuracy after only
Answer:
Example 7.
Using Newton's method, find the solution of the equation
Solution.
We choose
Continue the process until we get the result with the required accuracy.
We see that we've already got a stable result to
Example 8.
Find an approximate solution, accurate to 5 decimal places, to the equation
Solution.
First we rewrite this equation in the form
Suppose that the initial value of the root is
Here and further we write approximate values with 6 decimal places to track the convergence of the result.
In the next step, we have
The third approximation gives the following value of the root:
Continue computations:
The
Example 9.
Find an approximate solution, accurate to 4 decimal places, to the equation
Solution.
We apply Newton's method with the initial guess
Consider the function
The derivative is written as
Then the first approximation is given by
Continue the iteration process until we get an accuracy of
As you can see, the process converges slowly enough, so it took
The answer is
Example 10.
Given the equation
Solution.
Take the derivative:
Notice that
Using the recurrent relation
we compute several successive approximations:
You can see that we've got the solution accurate up to