Kim's Questions on Babylonian Method for Estimating Square Roots

In summary, we have used the Babylonian method to estimate the square roots of 130, 115, 58, and 75 to various levels of precision, using different initial guesses.
  • #1
MarkFL
Gold Member
MHB
13,288
12
Here are the questions:

Can someone please help me everytime I turn these in I get them wrong.?

1.Fill in the missing info in the problem to find square root 130 by using the Babylonian method. Let 11.5 be your initial guess.

2. Use the Babylonian method for your next estimate of square root 115 by using 10.7262 as your guess what's your next result?

3. Nails wants to use the Babylonia method to estimate square root 58 to the nearest hundredth her initial estimate is 7.8. What is her estimate after she correctly completes the Babylonian method once?

4. If you use the Babylonian method to estimate square root 75 to the nearest hundredth, starting with the estimate 8. What is the next estimate?

I have posted a link there to this thread so the OP can view my work.
 
Mathematics news on Phys.org
  • #2
Re: Kim's questions at Yahoo! Answers regarding thethe Babylonian method for estimating square roots

Hello Kim,

The Babylonian method for approximating square roots is the recursive method given by:

Given:

\(\displaystyle x_0\approx\sqrt{k}\)

Then:

\(\displaystyle x_{n+1}=\frac{x_n^2+k}{2x_n}\)

where $k$ is the number for which we are approximating the square root.

So, armed with this formula, let's now answer the given questions:

1.) Fill in the missing info in the problem to find square root 130 by using the Babylonian method. Let 11.5 be your initial guess.

We will use 15 digits of precision here since it is not stated how many iterations to carry out:

\(\displaystyle x_0=11.5\)

\(\displaystyle x_1\approx11.4021739130435\)

\(\displaystyle x_2\approx11.4017542587143\)

\(\displaystyle x_3\approx11.4017542509914\)

\(\displaystyle x_4\approx11.4017542509914\)

Thus, with 15 digits of accuracy, we may state:

\(\displaystyle \sqrt{130}\approx11.4017542509914\)

2.) Use the Babylonian method for your next estimate of square root 115 by using 10.7262 as your guess what's your next result?

The next result here is approximately:

\(\displaystyle x_1=\frac{10.7262^2+115}{2\cdot10.7262}\approx10.7238055620816\)3.) Nails wants to use the Babylonia method to estimate square root 58 to the nearest hundredth her initial estimate is 7.8. What is her estimate after she correctly completes the Babylonian method once?

The next result here is:

\(\displaystyle x_1=\frac{7.8^2+58}{2\cdot7.8}=7.6\overline{179487}\)

4.) If you use the Babylonian method to estimate square root 75 to the nearest hundredth, starting with the estimate 8. What is the next estimate?

The next result here is:

\(\displaystyle x_1=\frac{8^2+75}{2\cdot8}=8.6875\)
 

FAQ: Kim's Questions on Babylonian Method for Estimating Square Roots

What is the Babylonian method for estimating square roots?

The Babylonian method is an ancient algorithm used to estimate the square root of a given number. It involves repeatedly averaging the previous estimate with the original number divided by the previous estimate, until the desired level of accuracy is reached.

How accurate is the Babylonian method in estimating square roots?

The Babylonian method is known to be very accurate, often producing estimates within a few decimal places of the actual square root. The accuracy depends on the number of iterations used in the algorithm.

Why is the Babylonian method for estimating square roots considered a "guess and check" method?

The Babylonian method involves making an initial guess for the square root and then repeatedly checking and adjusting that guess until the desired level of accuracy is reached. This process is similar to the concept of "guess and check" in mathematics.

Can the Babylonian method be used for any number, or are there limitations?

The Babylonian method can be used for any positive number, including integers and decimals. However, it may not always produce an exact answer and may require more iterations for larger numbers or numbers with a higher degree of precision.

What are the benefits of using the Babylonian method for estimating square roots?

The Babylonian method is a quick and efficient way to estimate square roots, especially compared to traditional methods like long division. It also provides a good approximation of the actual square root, making it useful in various mathematical and scientific calculations.

Back
Top