Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Use the result of Exercise 79to approximate the square roots in Exercises 80-83. In each case, start with x0=1and stop when xk+1-xk<0.001.

2

Short Answer

Expert verified

The required approximate value is :-

2=1.414214.

Step by step solution

01

Step 1. Given Information

We have given the following square root :-

2.

We have to find the value of 2by using the recursion formula with initial approximation x0=1. Also we have to stop our process of find iteration whilexk+1-xk<0.001.

02

Step 2. To find the value of 2

In the previous example we find the following recursion formula :-

xk+1=12xk+axk, to find the approximate value of a.

Here a=2and x0=1, then the first iteration is :-

x1=121+21โ‡’x1=12ร—3โ‡’x1=1.5

then second iteration is :-

x2=121.5+21.5โ‡’x2=122.8334โ‡’x2=1.41667

Then third iteration is :-

x3=121.41667+21.41667โ‡’x3=1.414216

Then fourth iteration is :-

x4=121.414216+21.414216โ‡’x4=1.414214

Here x4-x3=1.414214-1.414216=0.000002<0.001

Sox=1.414214is the required approximate value of2.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.

Sign-up for free