CodalSearch this book — or all of Codal…⌘K
nydus/Elements of arithmeticPublic
Page 111 of 278
Table of Contents

SECTION VII. ON THE EXTRACTION OF THE SQUARE ROOT.

  1. Let x be a number consisting of any number of parts, for example, four, viz. a, b, c, and d; that is, let

x = a + b + c + d

The square of this number, found as in (68), will be

  • aa + 2a(b + c + d)
    • bb + 2b(c + d)
    • cc + 2cd
    • dd

The rule there found for squaring a number consisting of parts was: Square each part, and multiply all that come after by twice that part, the sum of all the results so obtained will be the square of the whole number. In the expression above obtained, instead of multiplying 2a by each of the succeeding parts, b, c, and d, and adding the results, we multiplied 2a by the sum of all the succeeding parts, which (52) is the same thing; and as the parts, however disposed, make up the number, we may reverse their order, putting the last first, &c.; and the rule for squaring will be: Square each part, and multiply all that come before by twice that part. Hence a reverse rule for extracting the square root presents itself with more than usual simplicity. It is: To extract the square root of a number N, choose a number A, and see if N will bear the subtraction of the square of A; if so, take the remainder, choose a second number B, and see if the remainder will bear the subtraction of the square of B, and twice B multiplied by the preceding part A: if it will, there is a second remainder. Choose a third number C, and see if the second remainder will bear the subtraction of the square of C, and twice C multiplied by A + B: go on in this way either until there is no remainder, or else until the remainder will not bear the subtraction arising from any new part, even though that part were the least number, which is 1. In the first case, the square root is the sum of A, B, C, &c.; in the second, there is no square root.

  1. For example, I wish to know if 2025 has a square root. I choose 20 as the first
111