What Is a Square Root?
The square root of a number is the value that, when multiplied by itself, produces that number. For example, the square root of 25 is 5 because 5 times 5 equals 25. The square root symbol is written as a radical sign. Every positive number has two square roots, one positive and one negative, but by convention the principal (positive) square root is the one typically reported.
Square roots appear everywhere in mathematics and science, from the Pythagorean theorem in geometry to the standard deviation in statistics. For calculating cube roots and other nth roots, use our Root Calculator, and for powers and exponents, try the Exponent Calculator.
What This Calculator Does
Enter any non-negative number and the calculator shows its square root as a decimal value along with the simplified radical form. The simplification factors out the largest perfect square divisor, so sqrt(72) becomes 6*sqrt(2) because 72 = 36 * 2 and 36 is a perfect square. Step-by-step working is displayed so you can follow the simplification process.
- Inputs: A number (positive, zero, or negative)
- Outputs: Decimal square root, simplified radical form, and simplification steps
How the Calculation Works
Decimal Square Root
sqrt(x) = x^(1/2)
The decimal value is computed as x raised to the power of 0.5. For perfect squares like 144, the result is an exact integer (12). For other numbers like 72, the result is an irrational decimal that continues without repeating.
Simplified Radical Form
To simplify a radical, the calculator finds the largest perfect square that divides the number evenly. A perfect square is an integer whose square root is also an integer (1, 4, 9, 16, 25, 36, ...). For 72, the largest perfect square factor is 36, so sqrt(72) = sqrt(36) * sqrt(2) = 6 * sqrt(2). If the number has no perfect square factors greater than 1, the radical cannot be simplified further.
Negative Numbers
The square root of a negative number is not a real number. In the complex number system, it is expressed using the imaginary unit i, where i = sqrt(-1). For example, sqrt(-72) = 6i * sqrt(2). This calculator displays the imaginary form for negative inputs.
How to Use the Calculator
- Enter the number you want to find the square root of
- The decimal result and simplified radical form appear instantly
- Review the step-by-step simplification to understand the process
Example Calculation
Example: Find the square root of 72. The largest perfect square factor of 72 is 36 (since 72 = 36 * 2). Therefore sqrt(72) = sqrt(36) * sqrt(2) = 6 * sqrt(2). The decimal value is approximately 8.485. Verification: 8.485 * 8.485 is approximately 72.
Real World Applications
Geometry and the Pythagorean Theorem
The Pythagorean theorem states that in a right triangle, the hypotenuse equals the square root of the sum of the squares of the other two sides. This makes square roots essential for calculating distances, diagonal lengths, and triangle dimensions. For triangle calculations, use our Pythagorean Theorem Calculator.
Statistics and Standard Deviation
The standard deviation, a measure of data spread, is calculated as the square root of the variance. This makes the square root function fundamental to statistical analysis and data science.
Common Mistakes to Avoid
- Square root of negatives: The square root of a negative number is not a real number. It requires the imaginary unit i from complex number theory.
- Confusing sqrt with squaring: Squaring a number multiplies it by itself (x^2), while taking the square root finds the value that produces x when squared. They are inverse operations.
- Assuming sqrt(a+b) = sqrt(a) + sqrt(b): This is false. sqrt(9 + 16) = sqrt(25) = 5, but sqrt(9) + sqrt(16) = 3 + 4 = 7. Square roots do not distribute over addition.