Q. 82

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)=x2-2, [a,b]=[1,2]

Step-by-Step Solution

Verified
Answer

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

The approximate root of the function is x=1.417.

1Step 1. Given information

The given function is f(x)=x2-2.

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

2Step 2. Use Intermediate Value Theorem.

Determine function value at x=1.

f(1)=12-2f(1)=-1

Determine the function valuer at x=2.

f(2)=22-2f(2)=2

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

so the function must have at least one root in the interval [1,2]

3Step 3. approximation of root of function.

Differentiate the function.

limzxf(z)-f(x)z-x=limzxz2-2-x2-2z-x=limzxz2-x2z-x=limzxz+x=2x

Take x=1 & f(1)=-1 to approximate the root.

Find derivative of the function at x=1.

f'(1)=2(1)f'(1)=2

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

y-(-1)=2(x-1)y=2x-3

Determine the roots of the tangent to function.

0=2x-3x=32=1.5

Find the value of the function at x=1.5

f(1.5)=1.52-5f(1.5)=0.25

So x=1.5 is not a root of function.

4Step 4. approximation of root of function.

Take x=1.5 & f(1.5)=0.25 for the approximation of the root.

Find derivative of the function at x=1.5

f'(1.5)=2(1.5)f'(1.5)=3

Determine the equation of a tangent to function by using the points(1.5,f(1.5))=(1.5,0.25)

y-0.25=3(x-1.5)y=3x-4.25

Determine the roots of the tangent to function.

0=3x-4.25x=1.417

Find the value of the function at  x=1.417

f(1.417)=1.422-2f(1.417)=0.007

So x=1.417is not a root of function but it is very close to the real root.

so approximate root is x=1.417.