Bombelli’s method of computing square roots
In the following, all numbers are positive real numbers.
The equations
imply, that if the decimal point of the radicand of a square root is moved two steps to the right or to the left, then the value of the square root changes only such that its decimal point moves one step in the same direction.
If the integer part of a number has one or two http://planetmath.org/node/3313digits, the integer part of its square root has evidently one digit. Accordingly, one may infer the following rule:
If the integer part of the radicand is , starting from the decimal point, into pieces of two digits (when the leftmost piece may consist of only one digit), then the number of the pieces expresses the number of digits in the integer part of the square root.
We now illustrate the computing of square root by using as an example, and denote its first digits by
The integer part of has one digit, which is . This is the http://planetmath.org/node/6118greatest one-digit integer whose square is at most 22. Hence, .
By the above rule, the integer part of has two digits and thus equals to . The number is the greatest of the one-digit integers such that the square
does not exceed 2238, i.e. such that the product is at most the remainder
We see that .
We can continue similarly and determine next the digit . The calculations may be organised right from the start as follows:
The algorithm:
. Starting from the decimal point, the radicand is into pieces of two digits in either directions.
. The first digit (4) of the square root is the greatest one-digit integer whose square does not exceed the first piece. The difference of the first piece and that square is concatenated with the second piece, giving the first remainder (638); the sum of the factors (4 and 4) of the square is the first sum (8).
. The second digit (7) of the square root is the greatest one-digit integer such that the product of it and with it concatenated first sum (87) does not exceed the first remainder. The difference of the first remainder and that product is concatenated with the third piece, giving the second remainder (2990); the sum of the factors (87 and 7) of the product is the second sum (94).
The procedure continues similarly. The decimal point of the square root is put when the last piece of the integer part of the radicand has been used.
Note that this algorithm produces the right digits of the square root one by one.
References
Title | Bombelli’s method of computing square roots |
---|---|
Canonical name | BombellisMethodOfComputingSquareRoots |
Date of creation | 2013-03-22 19:05:59 |
Last modified on | 2013-03-22 19:05:59 |
Owner | pahio (2872) |
Last modified by | pahio (2872) |
Numerical id | 15 |
Author | pahio (2872) |
Entry type | Algorithm |
Classification | msc 01A40 |
Related topic | BabylonianMethodOfComputingSquareRoots |
Related topic | SquareRootOfPolynomial |
Related topic | KalleVaisala |
Related topic | PrimitiveRecursiveNumber |