Calculate a Square Root by Hand

In the days before calculators, students and professors alike had to calculate square roots by hand. Several different methods have evolved for tackling this daunting process, some giving a rough approximation, others giving an exact value. To learn how to find a number's square root using only simple operations, see Step 1 below to get started.

Steps

Calculator

Doc:Square Root Calculator

Using Prime Factorization

  1. Divide your number into perfect square factors. This method uses a number's factors to find a number's square root (depending on the number, this can be an exact numerical answer or a close estimate). A number's factors are any set of other numbers that multiply together to make it.[1] For instance, you could say that the factors of 8 are 2 and 4 because 2 × 4 = 8. Perfect squares, on the other hand, are whole numbers that are the product of other whole numbers. For instance, 25, 36, and 49 are perfect squares because they are 52, 62, and 72, respectively. Perfect square factors are, as you may have guessed, factors that are also perfect squares. To start finding a square root via prime factorization, first, try to reduce your number into its perfect square factors.
    • Let's use an example. We want to find the square root of 400 by hand. To begin, we would divide the number into perfect square factors. Since 400 is a multiple of 100, we know that it's evenly divisible by 25 - a perfect square. Quick mental division lets us know that 25 goes into 400 16 times. 16, coincidentally, is also a perfect square. Thus, the perfect square factors of 400 are 25 and 16 because 25 × 16 = 400.
    • We would write this as: Sqrt(400) = Sqrt(25 × 16)
  2. Take the square roots of your perfect square factors. The product property of square roots states that for any given numbers a and b, Sqrt(a × b) = Sqrt(a) × Sqrt(b).[2] Because of this property, we can now take the square roots of our perfect square factors and multiply them together to get our answer.
    • In our example, we would take the square roots of 25 and 16. See below:
      • Sqrt(25 × 16)
      • Sqrt(25) × Sqrt(16)
      • 5 × 4 = 20
  3. If your number doesn't factor perfectly, reduce your answer to simplest terms. In real life, more often than not, the numbers you'll need to find square roots for won't be be nice round numbers with obvious perfect square factors like 400. In these cases, it may not be possible to find the exact answer as an integer. Instead, by finding any perfect square factors that you can, you can find the answer in terms of a smaller, simpler, easier-to-manage square root. To do this, reduce your number to a combination of perfect square factors and non-perfect square factors, then simplify.
    • Let's use the square root of 147 as an example. 147 isn't the product of two perfect squares, so we can't get an exact integer value as above. However, it is the product of one perfect square and another number - 49 and 3. We can use this information to write our answer in simplest terms as follows:
      • Sqrt(147)
      • = Sqrt(49 × 3)
      • = Sqrt(49) × Sqrt(3)
      • = 7 × Sqrt(3)
  4. If needed, estimate. With your square root in simplest terms, it's usually fairly easy to get a rough estimate of a numerical answer by guessing the value of any remaining square roots and multiplying through. One way to guide your estimates is to find the perfect squares on either side of the number in your square root. You'll know that the decimal value of the number in your square root is somewhere between these two numbers, so you'll be able to guess in between them.
    • Let's return to our example. Since 22 = 4 and 12 = 1, we know that Sqrt(3) is between 1 and 2 - probably closer to 2 than to 1. We'll estimate 1.7. 7 × 1.7 = 11.9 If we check our work in a calculator, we can see that we're fairly close to the actual answer of 12.13.
      • This works for larger numbers as well. For example, Sqrt(35) can be estimated to be between 5 and 6 (probably very close to 6). 52 = 25 and 62 = 36. 35 is between 25 and 36, so its square root must be between 5 and 6. Since 35 is just one away from 36, we can say with confidence that its square root is just lower than 6. Checking with a calculator gives us an answer of about 5.92 - we were right.
  5. Alternatively, reduce your number to its lowest common factors as your first step. Finding perfect square factors isn't necessary if you can easily determine a number's prime factors (factors that are also prime numbers). Write your number out in terms of its lowest common factors. Then, look for matching pairs of prime numbers among your factors. When you find two prime factors that match, remove both these numbers from the square root and place one of these numbers outside the square root.
    • As an example, let's find the square root of 45 using this method. We know that 45 = 9 × 5 and we know that 9 = 3 × 3. Thus, we can write our square root in terms of its factors like this: Sqrt(3 × 3 × 5). Simply remove the 3's and put one 3 outside the square root to get your square root in simplest terms: (3)Sqrt(5). From here, it's simple to estimate.
    • As one final example problem, let's try to find the square root of 88:
      • Sqrt(88)
      • = Sqrt(2 × 44)
      • = Sqrt(2 × 4 × 11)
      • = Sqrt(2 × 2 × 2 × 11). We have several 2's in our square root. Since 2 is a prime number, we can remove a pair and put one outside the square root.
      • = Our square root in simplest terms is (2) Sqrt(2 × 11) or (2) Sqrt(2) Sqrt(11). From here, we can estimate Sqrt(2) and Sqrt(11) and find an approximate answer if we wish.

Finding Square Roots Manually

Using a Long Division Algorithm

  1. Separate your number's digits into pairs. This method uses a process similar to long division to find an exact square root digit-by-digit. Though it's not essential, you may find that it's easiest to perform this process if you visually organize your workspace and your number into workable chunks. First, draw a vertical line separating your work area into two sections, then draw a shorter horizontal line near the top of the right section to divide the right section into a small upper section and a larger lower section. Next, separate your number's digits into pairs, starting from the decimal point. For instance, following this rule, 79,520,789,182.47897 becomes "7 95 20 78 91 82. 47 89 70". Write your number at the top of the left space.
    • As an example, let's try calculating the square root of 780.14. Draw two lines to divide your workspace as above and write "7 80. 14" at the top of the left space. It's O.K. that the leftmost chunk is a lone number, rather than a pair of numbers. You will write your answer (the square root of 780.14.) in the top right space.
  2. Find the largest integer n whose square is lesser than or equal to the leftmost number (or pair). Start with the leftmost "chunk" of your number, whether this is a pair or a single number. Find the largest perfect square that's less than or equal to this chunk, then take the square root of this perfect square. This number is n. Write n in the top right space and write the square of n in the bottom right quadrant.
    • In our example, the leftmost "chunk" is the number 7. Since we know that 22 = 4 ≤ 7 < 32 = 9, we can say that n = 2 because it's the largest integer whose square is less than or equal to 7. Write 2 in the top right quadrant. This is the first digit of our answer. Write 4 (the square of 2) in the bottom right quadrant. This number will be important in the next step.
  3. Subtract the number you just calculated from the leftmost pair. As with long division, the next step is to subtract the square we just found from the chunk we just analyzed. Write this number underneath the first chunk and subtract, writing your answer underneath.
    • In our example, we would write 4 below 7, then subtract. This gives us an answer of 3.
  4. Drop down the next pair. Move the next "chunk" in the number whose square root you're solving for down next to the subtracted value you just found. Next multiply the number in the top right quadrant by two and write it in the bottom right quadrant. Next to the number you just wrote down, set aside space for a multiplication problem you'll do in the next step by writing '"_×_="'.
    • In our example, the next pair in our number is "80". Write "80" next to the 3 in the left quadrant. Next, multiply the number in the top right by two. This number is 2, so 2 × 2 = 4. Write "'4"' in the bottom right quadrant, followed by _×_=.
  5. Fill in the blank spaces in the right quadrant. You must fill each blank space you've just written in the right quadrant with the same integer. This integer must be the largest integer that allows the result of the multiplication problem in the right quadrant to be lower than or equal to the current number on the left.
    • In our example, filling in the blank spaces with 8, gives us 4(8) × 8 = 48 × 8 = 384. This is greater than 380. Therefore, 8 is too big, but 7 will probably work. Write 7 in the blank spaces and solve: 4(7) × 7 = 329. 7 checks out because 329 is less than 380. Write 7 in the top right quadrant. This is the second digit in the square root of 780.14.
  6. Subtract the number you just calculated from the current number on the left. Continue with the long-division style chain of subtraction. Take the result of the multiplication problem in the right quadrant and subtract it from the current number on the left, writing your answer below.
    • In our example, we would subtract 329 from 380, which gives us 51.
  7. Repeat step 4. Drop the next chunk of the number you're finding the square root of down. When you reach the decimal point in your number, write a decimal point in your answer in the top right quadrant. Then, multiply the number in the top right by 2 and write it next to the blank multiplication problem ("_ × _") as above.
    • In our example, since we are now encountering the decimal point in 780.14, write a decimal point after our current answer the top right. Next, drop the next pair (14) down in the left quadrant. Two times the number on the top right (27) is 54, so write "54 _×_=" in the bottom right quadrant.
  8. Repeat step 5 and 6. Find the biggest digit to fill in the blanks on the right that gives an answer lesser than or equal to the current number on the left. Then, solve the problem.
    • In our example, 549 × 9 = 4941, which is lower than or equal to the number on the left (5114). 549 × 10 = 5490, which is too high, so 9 is our answer. Write 9 as the next digit in the top right quadrant and subtract the result of the multiplication from the number on the left: 5114 minus 4941 is 173.
  9. To continue to calculate digits, drop a pair of zeros on the left, and repeat steps 4, 5 and 6. For added accuracy, continue repeating this process to find the hundredth, thousandth, etc. places in your answer. Proceed through this cycle until you find your answer to the desired decimal place.

Understanding the Process

  1. Consider the number you are calculating the square root of as the area S of a square. Because a square's area is L2 where L is the length of one of its sides, therefore, by trying to find the square root of your number, you are trying to calculate the length L of the side of that square.
  2. Specify letter variables for each digit of your answer. Assign the variable A as the first digit of L (the square root we are trying to calculate). B will be its second digit, C its third, and so on.
  3. Specify letter variables for each "chunk" of your starting number. Assign the variable Sato the first pair of digits in S (your starting value), Sb the second pair of digits, etc.
  4. Understand this method's connection to long division. This method of finding a square root is essentially a long division problem that divides your starting number by its square root, thus giving its square root as an answer. Just like in a long division problem, in which you are only interested by the next one digit at a time, here, you are interested by the next two digits at a time (which correspond to the next digit at a time for the square root).
  5. Find the biggest number whose square is less than or equal to Sa. The first digit A in our answer is then the biggest integer where the square does not exceed Sa (meaning A so that A² ≤ Sa < (A+1)²). In our example, Sa = 7, and 2² ≤ 7 < 3², so A = 2.
    • Note that, for instance, if you wanted to divide 88962 by 7 via long division, the first step would be similar: you would be looking at the first digit of 88962 (8) and you would want the biggest digit that, when multiplied by 7, is lower than or equal to 8. Essentially, you're finding d so that 7×d ≤ 8 < 7×(d+1). In this case, d would be equal to 1.
  6. Visualize the square whose area you are beginning to solve. Your answer, the square root of your starting number, is L, which describes the length of a square with area S (your starting number). Your values for A,B,C, represent the digits in the the value L. Another way of saying this is that, for a two-digit answer, 10A + B = L, while for a three-digit answer, 100A +10B + C = L, and so on.
    • In our example, (10A+B)² = L2 = S = 100A² + 2×10A×B + B². Remember that 10A+B represents our answer L with B in the units position and A in the tens position. For instance, with A=1 and B=2, 10A+B is simply the number 12. (10A+B)² is the area of the whole square, while 100A² the area of the biggest square inside, is the area of the smallest square, and 10A×B is the area of each of the two remaining rectangles. By performing this long, convoluted process, we find the area of the entire square by adding up the areas of the squares and rectangles inside it.
  7. Subtract A² from Sa. Drop one pair (Sb) of digits from S. Sa Sb is nearly the total area of the square, which you just subtracted the area of the bigger internal square from. The remainder is can be though of as the number N1, which we obtained in step 4 (N1 =380 in our example). N1 is equal to 2×10A×B + B² (area of the two rectangles plus area of the small square).
  8. Look for N1 = 2×10A×B + B², also written as N1 = (2×10A + B) × B. In our example, you already know N1 (380) and A (2), so you need to find B. B is most likely not going to be an integer, so you must actually find the biggest integer B so that (2×10A + B) × B ≤ N1. So, you have: N1 < (2×10A + (B+1)) × (B+1).)
  9. Solve. To solve this equation, multiply A by 2, shift it in the position of the tens (which is equivalent to multiplying by 10), place B in the position of the units, and multiply the resulting number by B. In other words, solve (2×10A + B) × B. This is exactly what you do when you write "N_×_=" (with N=2×A) in the bottom right quadrant in step 4. In step 5, you find the biggest integer B that fits on the underscore so that (2×10A + B) × B ≤ N1.
  10. Subtract the area (2×10A + B) × B from the total area. This gives you the area S-(10A+B)² not yet accounted for (and which will be used to calculate the next digits in a similar fashion).
  11. To calculate the next digit C, repeat the process. Drop the next pair (Sc) from S to obtain N2 on the left, and look for the biggest C so you have (2×10×(10A+B)+C) × C ≤ N2 (equivalent to writing two times the two-digit number "A B" followed by "_×_=" . Look for the biggest digit that fits in the blanks that gives an answer that is less than or equal to N2, as before.



Tips

  • Moving the decimal point by increment of two digit in a number (factor of 100), moves the decimal point by increments of one digit in its square root (factor of 10).
  • This method works for any base, not just in base 10 (decimal).
  • In the example, 1.73 can be considered to be a "remainder" : 780.14 = 27.9² + 1.73.
  • An alternative method using continued fractions can follow this formula: √z = √(x^2+y) = x + y/(2x + y/(2x + y/(2x + ...))). For example, to calculate the square root of 780.14, the integer whose square is closest to 780.14 is 28, so z=780.14, x=28, and y=-3.86. Plugging in and carrying the estimation to just x + y/(2x) already yields (in lowest terms) 78207/2800 or about 27.931(1); the next term, 4374188/156607 or about 27.930986(5). Each term adds nearly 3 decimals of precision to the previous.
  • Feel free to present the calculus anyway you are more comfortable with. Some people write the result above the starting number.

Warnings

  • Be sure to separate the digits into pairs from the decimal point. Separating 79,520,789,182.47897 as "79 52 07 89 18 2.4 78 97" will yield a useless number.

Related Articles

Sources and Citations