Q. 83

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-3x+1, [a,b]=[0,1]

Step-by-Step Solution

Verified
Answer

For the function, f(1)<0 & f(0)>0 and the function is continuous, so the function must have at least one root betweenx=0 & x=1.

The approximate root of the function is x=2572.

1Step 1. Given information

The given function is f(x)=x3-3x+1.

Given interval is [a,b]=[0,1].

2Step 2. Use Intermediate Value Theorem.

Determine function value at x=0

f(0)=03-3(0)+1f(0)=1

Determine the function valuer at x=1

f(1)=13-3(1)+1f(1)=-1

Here f(1)<0 & f(0)>0 and function is continuous.

so the function must have at least one root in the given interval.

3Step 3. approximation of root of function.

Differentiate the function.

limzxf(z)-f(x)z-x=limzxz3-3z+1-x3-3x+1z-x=limzx(z-x)z2+zx+x2-3(z-x)z-x=limzxz2+zx+x2-3=3x2-3

Take x=0 & f(0)=1 for the approximation of the root.

Find derivative of the function at x=0.

f'(0)=3(0)2-3f'(0)=-3

Determine the equation of a tangent to function by using the points  0,f(0)=(0,1).

y-1=-3(x-0)y=-3x+1

Determine the roots of the tangent to function.

0=-3x+1x=13

Find the value of the function at x=13.

f13=133-313+1f13=127

So x=13 is not a root of function.

4Step 4. approximation of root of function.

Take x=13 & f13=127for the approximation of the root.

Find derivative of the function at x=13

f'13=3132-3f'13=-83

Determine the equation of a tangent to function by using the points13,f13=13,127

y-127=-83x-13y=-83x+2527

Determine the roots of the tangent to function.

0=-83x+2527x=2527×38x=2572.

Find the value of the function at x=2572

f2572=25723-32572+1f2572=73373242f2572=0.00019.

 x=2572is not a root of function but it is close to the real root.

so the approximate root of the function is x=2572.