Square Root Calculator
Compute principal square roots, simplify radicals into a√b form, and practice estimation.
The value that, when multiplied by itself, yields exactly 72.
Simplified by extracting the perfect square factor 36 (since √36 = 6).
How is this calculated?
To calculate √72:
- We find the principal square root value: √72 = 8.485281.
- We find the largest perfect square factor of 72, which is 36 (since 6² = 36). We write √72 = √(36 × 2) = 6√2.
About the Square Root Calculator
A square root of a number is a value that, when multiplied by itself, yields the original number. In algebra and geometry, the positive or non-negative square root of a real number is known as the principal square root, represented by the radical symbol √. While every positive number has two real square roots (one positive and one negative), the principal root is the standard mathematical output. Real numbers can be divided into perfect squares, which yield integer roots (e.g., √25 = 5), and non-perfect squares, which yield irrational numbers (e.g., √2 ≈ 1.414213) that have an infinite, non-repeating decimal expansion. Square roots are fundamental in computing geometric distances (such as the Pythagorean theorem), estimating statistical distributions, and solving quadratic equations. In computer science and calculators, square roots are computed using efficient numerical approximations like Newton-Raphson iterations or the ancient Babylonian method.
Mathematical Formula & Logic
Step-by-Step Example
Simplify the radical √72 into its simplest radical form and calculate its decimal approximation: 1. Find all perfect square factors of 72: - Factors of 72: 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72 - Perfect square factors: 1, 4, 9, 16 (no), 25 (no), 36 - The largest perfect square factor is 36. 2. Express 72 as a product of its largest perfect square factor and a remainder: 72 = 36 × 2 3. Apply the product rule for radicals: √72 = √(36 × 2) = √36 × √2 = 6√2 4. Compute the decimal approximation using 6√2: - √2 ≈ 1.41421356 - 6 × 1.41421356 ≈ 8.485281 5. The simplest radical form of √72 is 6√2, which approximates to 8.485281. Estimating without a calculator Trap the number between the two perfect squares either side of it. 72 sits between 64 and 81, so √72 lies between 8 and 9, and closer to 8 because 72 is nearer 64. That alone is usually enough to catch a mistyped answer. For a real digit-by-digit answer, use the Babylonian method - the iteration in the formula section, known to Heron of Alexandria and to Babylonian scribes long before him. Take any first guess and repeatedly average it with the number divided by that guess. Starting at 8 for √72: x₁ = ½(8 + 72/8) = 8.5 x₂ = ½(8.5 + 72/8.5) = 8.4852941176 x₃ = ½(8.4852941176 + 72/8.4852941176) = 8.4852813742 The true value is 8.4852813742. Three steps from a deliberately rough guess produce ten correct digits, because the method roughly doubles the number of accurate digits each iteration. This is essentially what the hardware inside your calculator does. Three errors worth avoiding The root does not distribute over addition. √(9 + 16) = √25 = 5, but √9 + √16 = 3 + 4 = 7. It does distribute over multiplication and division, which is exactly why the simplification above works. √(x²) is |x|, not x. Squaring destroys the sign and the radical cannot recover it, so √((−5)²) = √25 = 5, not −5. This is the step that silently loses solutions when you solve equations. A negative number has no real square root. No real value multiplied by itself gives −9, since two negatives make a positive. Such roots exist only in the complex numbers, where √(−9) = 3i.
Reference Data & Values
| input | radical form | simplified | decimal | lies between |
|---|---|---|---|---|
| 4 | 2 | 2 (perfect square) | 2.000000 | exact |
| 12 | √12 | 2√3 | 3.464102 | 3 and 4 |
| 18 | √18 | 3√2 | 4.242641 | 4 and 5 |
| 50 | √50 | 5√2 | 7.071068 | 7 and 8 |
| 72 | √72 | 6√2 | 8.485281 | 8 and 9 |
| 98 | √98 | 7√2 | 9.899495 | 9 and 10 |
| 147 | √147 | 7√3 | 12.124356 | 12 and 13 |
| 200 | √200 | 10√2 | 14.142136 | 14 and 15 |
| 250 | √250 | 5√10 | 15.811388 | 15 and 16 |