Square Root Calculator

Compute principal square roots, simplify radicals into aโˆšb form, and practice estimation.

Number (X)72
0500
Principal Square Root (โˆš72)
8.485281

The value that, when multiplied by itself, yields exactly 72.

Radical Simplification
โˆš72
=
6โˆš2

Simplified by extracting the perfect square factor 36 (since โˆš36 = 6).

Perfect Squares Number Line
366ยฒ497ยฒ648ยฒ819ยฒ10010ยฒโˆš72
How is this calculated?

To calculate โˆš72:

  1. We find the principal square root value: โˆš72 = 8.485281.
  2. We find the largest perfect square factor of 72, which is 36 (since 6ยฒ = 36). We write โˆš72 = โˆš(36 ร— 2) = 6โˆš2.
Last Verified: 2026-07-11Sources: Wolfram MathWorld, Algebra Textbooks

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

Square roots and radical simplifications are modeled using algebraic properties of exponents and radicals: 1. Mathematical Identity: If y = โˆšx, then yยฒ = x (where x, y โ‰ฅ 0 for real numbers) 2. Exponential Equivalence: โˆšx = x^(0.5) = x^(1/2) 3. Radical Product Rule (used for simplification): โˆš(aยทb) = โˆša ยท โˆšb 4. Simplest Radical Form (aโˆšb): If x = aยฒ ยท b (where aยฒ is the largest perfect square factor of x), then: โˆšx = โˆš(aยฒยทb) = aโˆšb 5. Babylonian Method (Heron's Iterative Formula): x_(n+1) = 0.5 ร— (x_n + S / x_n) Where S is the input number, and x_n is the current approximation (guess).

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.

Reference Data & Values

inputradical formsimplifieddecimal
422 (Perfect Square)2.000000
12โˆš122โˆš33.464102
72โˆš726โˆš28.485281
250โˆš2505โˆš1015.811388

Frequently Asked Questions

By strict mathematical definition, the radical symbol โˆš represents the principal square root function, which is defined to return only the non-negative root. This convention ensures that the square root is a well-defined function (where each input has exactly one output). If you need both roots (e.g., when solving xยฒ = 9), you must write ยฑโˆš9 to denote both +3 and -3.
The Babylonian method is an ancient iterative algorithm. To find the square root of S, you make an initial guess (e.g., x_0). You then calculate a new guess by taking the average of your current guess and S divided by your current guess: x_1 = 0.5 * (x_0 + S / x_0). This process converges quadratically, meaning the number of correct decimal places approximately doubles with each step.
In the set of real numbers, you cannot calculate the square root of a negative number because any real number multiplied by itself is always non-negative. However, in the complex number system, the square root of a negative number is defined using the imaginary unit i (where i = โˆš-1). For example, โˆš-16 is expressed as 4i.
A perfect square is an integer that can be expressed as the square of another integer. For example, 9 is a perfect square because 3 ร— 3 = 9. The square root of any perfect square is always an integer.
To simplify the square root of a fraction, apply the quotient property of radicals: โˆš(a/b) = โˆša / โˆšb. Simplify the numerator and denominator separately, and if necessary, rationalize the denominator to remove any radical symbols.
No, the square root of 2 is an irrational number, which was first proven by the Pythagoreans. Its decimal representation (1.41421356...) continues infinitely without repeating patterns, and it cannot be expressed as a simple fraction.
The principal square root is the non-negative square root of a non-negative real number. While xยฒ = 9 has two solutions (+3 and -3), the principal square root of 9 is strictly the positive value +3.
Because 0 is the only number that, when multiplied by itself, yields 0 (0 ร— 0 = 0). Thus, โˆš0 = 0.