Methods of computing square roots
There are a numbers of ways to calculate the square root of a number, and even more ways to estimate it.
Firstly, one needs to know how precise the result is expected to be. This is because often square roots are irrational. For example, square root of nice round number 2 is a fraction which in its decimal notation has infinite length, and therefore it is impossible to express it exactly.
Moreover, for some real numbers the square root is a complex number. For example, square root of -4 is a complex number 2i.
Also, please keep in mind that in some situations there may be multiple valid answers. For example, square root of 4 is 2, but also -2. You can verify that they are both valid answers by squaring each candidate answer and checking if you obtain 4 as the result of verification.
Please note that calculating a square root is a special case of the problem of calculating Nth root.
Calculating
Most calculators provide a function for calculation of a square root.
General Steps | Example | |
---|---|---|
How to calculate a square root using a simple calculator. |
|
|
Estimating
If the result does not have to be very precise, the following estimation techniques could be helpful:
Methodology | Example |
---|---|
Suppose you need to find square root of some number . Find some number such that (that is squared, or times ) is approximately equal to (but how close? This needs to be expanded). Then we can think of as being approximately a square root of . | Suppose we need to estimate the square root of 71.
We know that , and . Therefore, one of the answers to is somewhere between 8 and 9. |