Q 80
Question
Use the result of Exercise to approximate the square roots in Exercises . In each case, start with and stop when
Step-by-Step Solution
Verified Answer
The required approximate value is :-
.
1Step 1. Given Information
We have given the following square root :-
.
We have to find the value of by using the recursion formula with initial approximation . Also we have to stop our process of find iteration while .
2Step 2. To find the value of 2
In the previous example we find the following recursion formula :-
, to find the approximate value of .
Here and , then the first iteration is :-
then second iteration is :-
Then third iteration is :-
Then fourth iteration is :-
Here
So is the required approximate value of .
Other exercises in this chapter
Q. 78
Exercises 75–78 use Newton’s method (see Example 8) to approximate a root for the given function with the specified value of X0. Terminate your sequ
View solution Q 79
Use Newton’s method to derive the recursion formulaxk+1=12xk+axkfor approximating a.
View solution Q. 81
Use the result of Exercise 79 to approximate the square roots in Exercises 80–83. In each case, start with x0=1 and stop when xk+1−xk<0.001
View solution Q. 82
Use the result of Exercise 79 to approximate the square roots in Exercises 80–83. In each case, start with x0=1 and stop when xk+1−xk<0.001
View solution