111k views
3 votes
Please help with this. What does "estimate of root" mean? Actually, what does EVERYTHING on that page mean?

Please help with this. What does "estimate of root" mean? Actually, what-example-1
User Jcbdrn
by
6.0k points

2 Answers

1 vote

Answer:

Estimate: Get as close as possible to the number you're trying to square root by finding two perfect square roots that give a close number. Divide: Divide your number by one of the square roots you've chosen from the previous step. Average: Take the average of step 2 and the root

User Urb
by
5.5k points
4 votes

Let's look at the first one. We're interested in approximating
\sqrt n, the square root of some natural number. Here we have n=5, so we want to approximate
\sqrt 5

A good way to get at least the integer part of the approximation is to sandwich n between two perfect squares, i.e. to find a natural number x such that


x^2 < n < (x+1)^2

Once we do that we know


x < \sqrt n < x+1

The squares go


0^2=0, 1^2=1, 2^2=4, 3^2=9, 4^2=16, 5^2=25,


6^2=36, 7^2=49, 8^2=64, 9^2=81, 10^2=100

We see n=5 is between 4 and 9, i.e. between
2^2 and
3^2 so we conclude


2 < \sqrt 5 < 3

We might guess
\sqrt 5 \approx 2.5 and then adjust our guess downward because 5 is a lot closer to 4 than it is to 9. They went with 2.2, good enough I suppose.

I'll do a couple of more. We see from our list


64 < 75 < 81


8 < √(75) < 9

The 75 is closer to 81 than 64, so let's bump up 8.5 to say


√(75) \approx 8.7

OK, one more, n=17


16 < 17 < 25


4 < √(17) <5

17 is real close to 16 so instead of 4.5 let's go with


√(17) \approx 4.1


User Marking
by
6.7k points