Q 85

Question

For each function f(x) and interval a,b in Exercises 81-86, use the Intermediate Value Theorem to argue that the function must have at least one real root on a,b. Then apply Newton’s method to approximate that root.

f(x)=x3+1,a,b=-2,1

Step-by-Step Solution

Verified
Answer

By using intermediate value theorem, it is clear that there exists a root of the given function f(x)=x3+1 on the interval  -2,1.

By using Newton's Method we find that the approximated root of the given function lies in that interval is -1.000 or -1.

1Step 1. Given Information

We have given the following function :-

f(x)=x3+1,a,b=-2,1

Firstly we have to use intermediate value theorem to show that one real root of this given function lies between the given interval -2,1.

After that we have to apply Newton's Method to find the approximate value of that root. 

2Step 2. To show that one real root lies between the given Interval

The given function and interval is :- 

f(x)=x3+1,a,b=-2,1.

We know that Intermediate value theorem, stated that If f(x) is a continuous function has values of opposite sign inside an interval a,b, then it has a real root in that interval.

Here we have f(x)=x3+1 is a polynomial function and every polynomial is a continuous function.

So the given function is a continuous function.

Now check the values of function at the end points of the given interval -2,1.

For that firstly put x=-2 in the given function,. then we have :-

f(-2)=-23+1f(-2)=-8+1f(-2)=-7<0

Now put x=1 in the given function, then we have :-

f(1)=13+1f(1)=1+1f(1)=2>0

We can see that f(-2) and f(1) has values of opposite sign. Then we can conclude by using intermediate value theorem, that there exist at least one real root of the given function on the interval -2,1

3Step 3. First approximation to root by applying Newton's Method

The given function is :- 

f(x)=x3+1

Then derivative of this function is as following :- 

f'(x)=3x2.

Now to apply newton's method, we have to let an initial approximation.

Let the initial approximation is :-

x0=-2.

Now the formula of newton's method is :- 

xn=xn-1-f(xn-1)f'(xn-1)

Then the first approximation to root is :- 

x1=x0-f(-2)f'(-2)

Put all the values, then we have :- 

x1=-2-(-2)3+13(-2)2x1=-2--8+13(4)x1=-2--712x1=-2-(-0.58334)x1=-1.41666

So the first approximation to the root is  -1.41666.

4Step 4. Second approximation to the root by applying Newton's Method

The first approximation to the root is x1=-1.41666. Then the second approximation to the root is :-

x2=x1-f(x1)f'(x1)

Put all the values, then we have :- 

x2=-1.41666-(-1.41666)3+13(-1.41666)2x2=-1.41666--2.84313+13(2.007)x2=-1.41666--1.843136.021x2=-1.41666-(-0.306117)x2=-1.110543

So the second approximation to the root is -1.110543.

5Step 5. Third approximation to root by applying Newton's Method

The second approximation to the root is x3=-1.110543. Then the third approximation to the root is :-

x3=x2-f(x2)f'(x2)x3=-1.110543-(-1.110543)3+13(-1.110543)2x3=-1.110543--1.36934+13(1.233306)x3=-1.110543--0.369343.69992x3=-1.110543-(-0.099824)x3=-1.010719

So the third approximation to the root is -1.010719.

6Step 6. Fourth approximation to root by applying Newton's Method

The third approximation to the root is x3=-1.010719. Then the fourth approximation to the root is :-

x4=x3-f(x3)f'(x3)

Put all the values, then we have :- 

x4=-1.010719-(-1.010719)3+13(-1.010719)2x4=-1.010719--1.0325+13.19819x4=-1.010719--0.03253.19819x4=-1.010719-(-0.01)x4=1.000719

7Step 7. Fifth approximation to root by applying Newton's Method

The fourth approximation to the root is x4=-1.000719. Then the fifth approximation to the root is :-

x5=x4-f(x4)f'(x4)

Put all the values, then we have :- 

x5=-1.000719-(-1.000719)3+13(-1.000719)2x5=-1.000719--1.00216+13.004316x5=-1.000719--0.002163.004316x5=-1.000719-(-0.0007189)x5=-1.0000001

We can see that the fourth and fifth approximations are same up to three decimal places.

So that the required approximation to the root is -1.000 or -1.