Calculus

Applications of the Derivative

Applications of Derivative Logo

Newton’s Method

Solved Problems

Example 5.

Let Using Newton's method, compute 3 iterations for this function with the initial guess

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 iterations we've got the approximate solution with an accuracy of decimal places.

Answer:

Example 6.

Approximate the solution of the equation with an accuracy of 4 decimal places. Use the initial guess

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 decimal places.

As you can see, we have obtained the required accuracy after only steps.

Answer:

Example 7.

Using Newton's method, find the solution of the equation with an accuracy of 3 decimal places.

Solution.

We choose and compute the first approximation:

Continue the process until we get the result with the required accuracy.

We see that we've already got a stable result to decimal places, so the approximate solution is

Example 8.

Find an approximate solution, accurate to 5 decimal places, to the equation that lies in the interval

Solution.

Solution of the equation cos(x)=x^2.
Figure 3.

First we rewrite this equation in the form

Suppose that the initial value of the root is Let's get the first approximation using Newton's method:

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 th iteration preserves the first decimal places. This means that the required accuracy of decimal places was reached at the rd step, so the answer is

Example 9.

Find an approximate solution, accurate to 4 decimal places, to the equation on the interval

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 decimal places.

As you can see, the process converges slowly enough, so it took steps to obtain a stable result to decimal places.

The answer is

Example 10.

Given the equation It is known that this equation has a root in the interval Find an approximate value of the root with an accuracy of 4 decimal places.

Solution.

Take the derivative:

Notice that so we choose as the initial guess.

Using the recurrent relation

we compute several successive approximations:

You can see that we've got the solution accurate up to decimal places in the th step. Therefore, we can write the answer as

Page 1 Page 2