Skip to content
OmniCalcX

Everyday

Square Root Calculator

Calculate square, cube, and nth roots with step-by-step solutions

Calculator
OmnicalcX
Square Root
√72 = 8.485281374239
Simplified Radical Form
6√2
Decimal Approximation
8.485281374239

Step-by-Step Solution

  1. 1.Calculate the square root of 72
  2. 2.Expression: √72
  3. 3.Rewrite as exponent: 72^(1/2)
  4. 4.Find the largest perfect square power factor of 72
  5. 5.72 = 36 × 2
  6. 6.√(72) = √(36 × 2)
  7. 7.√36 = 6
  8. 8.Simplified radical form: 6√2
  9. 9.Decimal approximation: 8.485281374239

How to Use This Square Root Calculator

This square root calculator makes it easy to find the square root, cube root, or any nth root of a positive number. It provides three output formats: the exact decimal value, the simplified radical form, and a detailed step-by-step breakdown of the calculation process.

Steps:

  1. Select the root type: Square Root (√), Cube Root (³√), or Nth Root (ⁿ√)
  2. Enter a positive number as the radicand
  3. If using Nth Root mode, specify the root index (e.g., 4 for fourth root, 5 for fifth root)
  4. View the result with the simplified radical form and detailed calculation steps

The calculator automatically simplifies radicals to their simplest form. For example, entering 72 in Square Root mode will display the result as 6√2 instead of √72, along with a full explanation of how this simplification was achieved.

What Are Square Roots?

The square root of a number x is a value that, when multiplied by itself, equals x. Mathematically, if y = √x, then y × y = x. For example, the square root of 49 is 7 because 7 × 7 = 49. Every positive real number has exactly two square roots: one positive (the principal square root) and one negative. When we write √x, we refer to the principal (non-negative) square root.

Square roots are among the most fundamental operations in mathematics. They appear in geometry when calculating the diagonal of a rectangle using the Pythagorean theorem (a² + b² = c²), in physics when computing the magnitude of vectors, in statistics when determining the standard deviation (σ = √(Σ(xᵢ - μ)² / n)), and in finance when calculating volatility measures. The square root symbol √ is called a radical sign, and the number inside it is called the radicand.

Some common square roots worth memorizing include: √1 = 1, √4 = 2, √9 = 3, √16 = 4, √25 = 5, √36 = 6, √49 = 7, √64 = 8, √81 = 9, and √100 = 10. Numbers like √2, √3, and √5 are irrational numbers, meaning their decimal expansions continue forever without repeating.

Cube Roots and Higher-Order Roots

While the square root asks "what number times itself equals x?", the cube root asks "what number times itself times itself equals x?" The cube root of 27 is 3 because 3 × 3 × 3 = 27. Unlike square roots, cube roots can be taken of negative numbers: ³√(-8) = -2, since (-2) × (-2) × (-2) = -8.

Higher-order roots follow the same pattern. The fourth root asks what number multiplied by itself four times equals the radicand. The fifth root asks for five factors, and so on. In general, the nth root of x is a number y such that yⁿ = x. This is written as ⁿ√x or equivalently as x^(1/n).

Root TypeNotationExampleVerification
Square root√x = x^(1/2)√144 = 1212 × 12 = 144
Cube root³√x = x^(1/3)³√27 = 33 × 3 × 3 = 27
Fourth root⁴√x = x^(1/4)⁴√16 = 22 ⁴ = 16
Fifth root⁵√x = x^(1/5)⁵√32 = 22⁵ = 32

Cube roots are especially common in engineering and physics. The volume of a cube with side length s is s³, so finding the side length from the volume requires taking the cube root. Similarly, the relationship between the mass and radius of a sphere involves cube roots, as does the conversion between flow rate and pipe diameter in fluid dynamics.

Simplified Radical Form

Simplified radical form is the standard way to express roots in mathematics. A radical √n is considered simplified when the radicand has no perfect square factors (other than 1). For example, √72 is not simplified because 72 = 36 × 2, and 36 is a perfect square. The simplified form is √(36 × 2) = √36 × √2 = 6√2.

The process works as follows: factor the radicand and identify the largest perfect square (or perfect nth power for higher roots) that divides it evenly. Then separate the radical into the product of two radicals: one containing the perfect power and the other containing the remaining factor. The perfect power evaluates to a whole number, which becomes the coefficient outside the radical.

Examples of simplification:

  • √72 = √(36 × 2) = 6√2
  • √200 = √(100 × 2) = 10√2
  • √48 = √(16 × 3) = 4√3
  • √180 = √(36 × 5) = 6√5
  • ³√54 = ³√(27 × 2) = 3³√2
  • ⁴√96 = ⁴√(16 × 6) = 2⁴√6

Simplified radical form is important in algebra, geometry, and trigonometry. When working with exact values (rather than decimal approximations), simplified radicals are the preferred notation because they preserve mathematical precision and make patterns easier to recognize.

Properties of Roots

Roots obey several important mathematical properties that make them useful in algebraic manipulation. Understanding these properties allows you to simplify expressions, solve equations, and work with radicals more effectively.

Product Rule: √(a × b) = √a × √b. For example, √(4 × 9) = √4 × √9 = 2 × 3 = 6. This rule extends to all nth roots and is the foundation of radical simplification.

Quotient Rule: √(a / b) = √a / √b. For example, √(75 / 3) = √75 / √3 = 5√3 / √3 = 5. This property is useful for rationalizing denominators and simplifying fractions under radicals.

Power of a Root: (√a)² = a, for a ≥ 0. The square root and squaring operations are inverses of each other. Similarly, (³√a)³ = a for all real a, including negative values.

Rational Exponents: Any root can be written as a fractional exponent. The nth root of x equals x^(1/n). This allows you to apply all the standard exponent rules to roots. For example, x^(1/2) × x^(1/2) = x^(1/2 + 1/2) = x¹ = x, confirming that √x × √x = x.

Nesting: √(√x) = x^(1/4), the fourth root of x. Nested radicals can always be converted to a single root with a multiplied index: the mth root of the nth root of x is the (m × n)th root of x.

Frequently Asked Questions

What is the square root of a negative number?

The square root of a negative number is not a real number. For example, √(-4) has no real solution because no real number squared equals a negative number. In advanced mathematics, we use imaginary numbers: √(-4) = 2i, where i is the imaginary unit defined as i² = -1. This calculator currently supports only real number inputs and results.

How do you simplify √72?

To simplify √72, factor 72 to find its largest perfect square factor: 72 = 36 × 2. Since 36 is a perfect square (6 × 6 = 36), we can write √72 = √(36 × 2) = √36 × √2 = 6√2. The simplified radical form of √72 is 6√2.

What is the difference between a square root and a cube root?

A square root of x is a number y such that y × y = x (or y² = x). A cube root of x is a number y such that y × y × y = x (or y³ = x). The key difference is that square roots are only defined for non-negative numbers in the real number system, while cube roots are defined for all real numbers, including negative ones. For example, √(-8) is undefined in real numbers, but ³√(-8) = -2.

Can the square root of a number be a fraction or decimal?

Yes. For example, √2 ≈ 1.41421356, and √3 ≈ 1.73205081. These are irrational numbers, meaning their decimal expansions never terminate or repeat. Some roots do produce rational results: √0.25 = 0.5, because 0.5 × 0.5 = 0.25. Whether a root is rational depends on whether the radicand is a perfect power of the root index.

How do I calculate the nth root by hand?

For perfect powers, factor the number and look for repeated factors. For example, to find the cube root of 216, factor it as 216 = 6 × 6 × 6 = 6³, so ³√216 = 6. For non-perfect powers, you can use estimation methods. Start with a guess and refine it. For √50, you know 7² = 49 and 8² = 64, so the answer is between 7 and 8, closer to 7. The exact value is approximately 7.071. This calculator handles all of this instantly.

Why is simplified radical form important?

Simplified radical form preserves exact mathematical precision. While √72 ≈ 8.485, writing 6√2 is exact and communicates more information. In algebra and geometry, working with simplified radicals makes it easier to spot patterns, combine like terms (e.g., 3√2 + 5√2 = 8√2), and verify answers. Most math courses and textbooks require answers in simplified radical form rather than decimal approximations.

What is the relationship between roots and exponents?

Roots and exponents are inverse operations. The nth root of x is equivalent to x raised to the power of 1/n: ⁿ√x = x^(1/n). This relationship allows all exponent rules to apply to roots. For instance, the product rule xᵀ × xⁿ = x^(m+n) means that √x × ³√x = x^(1/2) × x^(1/3) = x^(5/6). This fractional exponent notation is widely used in calculus, differential equations, and scientific computing.

This tool provides estimates for informational purposes only. Results may vary based on individual circumstances.