Square Root
Square Root
Andy Soper
June 28, 2013
This document was constructed and type-set using P C TE X
(a dielect of LA TE X)
Introduction
1.1
1.2
Square Roots
1.3
A< S
Hence
SA=B
S = (A + B)2 = A2 + 2AB + B 2
and so the error in the area is
2AB + B 2
Notice that if A is a reasonable guess then B 2 is quite a bit smaller than 2AB
Now the Long Division Method
Over page / ...
9=3
49 = 7
81 = 9
100 = 10
225 = 15
1600 = 40
Partition the number from the right in blocks of 2 digits 15129.0000
Our square root will have a hundreds digit, a tens digit, a units digit and possibly some digits to the right of the decimal point.
We guess that the hundreds digit will be 1=
We square 1 and subtract 10000 from the area(S)
Now we have 5129.0000 remaining. The approximate area error is 2AB where
the 2A is in the tens position and B is in the units position.
Our new divisor is 2B and this must divide into 51. 2B times B must be less
than 51. Use B=2. Our second digit =
We multiply back (22x2), subtract (to get 7) and bring down 29 to form 729.
Our new divisor is 2x12+B =24B. Choose B=3. Our third digit =
243x3 = 729: We have a perfect square. 123 =
15129 =
15129
1.4
24
60
51
602
10
603
= 1.41421296...
Let us find the square root of 15129 again. first we make an estimate (a
thoughtful guess) and choose 100 since 1002 = 10000. We know that this guess
is too small. Divide 15129 by 100 and we get 151.29. This is too big. Take the
average: Since we are dealing with approximations we can loose the decimals
when the difference is still large:
100+151
2
= 125.5
This we know is too big: Divide 15129 by 125 and get 121 (too small) and
take the average 123.016.
Now that is very close to the actual answer, 123!
The problem with this method is that we may have to do some heavy longdivision. It is fine to choose a first estimate that it is easy to divide by (we
chose 100). The second estimate is effectively another first estimate: We can
make changes to the next estimate to make it easier to divide by also, and so on...
This method is well suited to a computer. When the estimate and the
quotient are nearly equal we are close to the square root.