Radical Simplifier

Square roots · cube roots · nth roots · rationalize denominator · radical expressions

Enter a positive integer to simplify its square root by factoring out the largest perfect square.

Try:

What Are Radicals and Why Simplify Them?

A radical is a mathematical expression that involves a root — most commonly a square root (√), cube root (∛), or an nth root. The symbol √ is called a radical sign, the number inside is the radicand, and the small number written above the radical sign (when present) is the index. For a square root, the index is 2 and is typically omitted by convention.

Simplifying radicals means rewriting a radical expression in its most reduced form so that the radicand has no perfect-power factors. For instance, √72 contains a hidden factor of 36 (a perfect square), so it simplifies to √(36 × 2) = 6√2. The number 6√2 is the simplified form because 2 has no perfect-square factors.

You need to simplify radicals in virtually every area of mathematics: solving quadratic equations, computing distances with the Pythagorean theorem, simplifying trigonometric expressions, rationalizing fractions in calculus, and working with irrational numbers in algebra. Engineers use simplified radical forms when computing resonant frequencies, signal amplitudes, and structural load calculations. Simplified radicals are also far easier to combine with other like radicals — just as you would group like terms in algebra.

How to Use This Calculator

  1. Choose a mode from the tabs: Simplify √n, nth Root, Radical Expressions, Rationalize, or Radical ↔ Exponent.
  2. Enter your values in the input fields. All fields accept integers; decimal inputs are rounded where necessary.
  3. Click the action button (Simplify / Calculate / Rationalize / Convert) or press a quick-example button to pre-fill a sample.
  4. Read the step-by-step solution that appears below the inputs. Each step is numbered and explains the rule applied.
  5. The final result is highlighted in the summary card along with a decimal approximation.

Key Simplification Rules

RuleFormulaExample
Product rule√(ab) = √a × √b√12 = √4 × √3 = 2√3
Quotient rule√(a/b) = √a / √b√(9/4) = 3/2
Perfect square factor√(k²·m) = k√m√72 = √(36·2) = 6√2
nth root productⁿ√(ab) = ⁿ√a × ⁿ√b∛54 = ∛(27·2) = 3∛2
Radical exponentⁿ√(xᵐ) = x^(m/n)∛x² = x^(2/3)
Adding like radicalsa√k + b√k = (a+b)√k3√5 + 7√5 = 10√5
Multiplying radicalsa√b × c√d = ac√(bd)2√3 × 4√3 = 8×3 = 24
Rationalize (mono)p/√d = p√d/d1/√2 = √2/2
Rationalize (binom)p/(√a+√b) = p(√a−√b)/(a−b)1/(√3+√2) = √3−√2

Worked Examples

Example 1 — Simplify √72

Find the largest perfect square that divides 72. The divisors of 72 are 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72. The perfect squares among these are 1, 4, 9, 36. The largest is 36.

√72 = √(36 × 2) = √36 × √2 = 6√2

Decimal approximation: 6 × 1.41421… ≈ 8.48528

Example 2 — Simplify ∛54

Find the largest perfect cube that divides 54. Cubes: 1, 8, 27, 64… Divisors of 54: 1, 2, 3, 6, 9, 18, 27, 54. Largest perfect cube factor: 27.

∛54 = ∛(27 × 2) = ∛27 × ∛2 = 3∛2

Decimal approximation: 3 × 1.25992… ≈ 3.77976

Example 3 — Add 2√3 + 5√3

Both terms have the same radicand (3) and the same index (2). They are like radicals and can be combined by adding their coefficients:

2√3 + 5√3 = (2 + 5)√3 = 7√3

Example 4 — Rationalize 1/√5

Multiply numerator and denominator by √5:

1/√5 × (√5/√5) = √5 / (√5 × √5) = √5 / 5 = √5/5

The denominator is now rational (no radical sign). Decimal: ≈ 0.44721

Frequently Asked Questions

Why do we simplify radicals?
Simplifying radicals makes expressions easier to compare, add, and use in further calculations. A simplified radical has no perfect-power factors remaining under the radical sign. For example, 6√2 is far easier to work with than √72 — you can immediately see it is a multiple of √2 and add it to other expressions like 4√2 to get 10√2.
What is rationalization of the denominator?
Rationalization eliminates radicals from the denominator of a fraction. For a monomial denominator like 1/√5, multiply numerator and denominator by √5 to get √5/5. For a binomial denominator like 1/(√3+√2), multiply by the conjugate (√3−√2) to exploit the difference-of-squares identity and eliminate both radicals at once.
What are the first 20 perfect squares?
The first 20 perfect squares are: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400. A number is a perfect square if it can be written as k² for some positive integer k. Recognizing perfect squares is the key to quickly simplifying square roots.
What is the difference between √ (square root) and ∛ (cube root)?
The square root √n asks: what number squared equals n? The cube root ∛n asks: what number cubed equals n? In exponent notation: √n = n^(1/2) and ∛n = n^(1/3). Square roots simplify when the radicand has perfect-square factors (4, 9, 16…); cube roots simplify when the radicand has perfect-cube factors (8, 27, 64…). Square roots of negative numbers are imaginary; cube roots of negative numbers are real.
How do you add or subtract radicals?
You can only combine radicals that share the same index and the same radicand — called like radicals. For example, 3√5 + 7√5 = 10√5. If the radicands differ, first simplify each radical fully. You may find they become like radicals after simplification — for instance, √8 + √18 = 2√2 + 3√2 = 5√2. Unlike radicals such as √2 + √3 cannot be combined into a single radical term.
How do you multiply radicals?
To multiply radicals with the same index, multiply the coefficients together and the radicands together: a√b × c√d = (ac)√(bd). Then simplify the result. For example, 3√2 × 5√8 = 15√16 = 15 × 4 = 60. When multiplying radicals with different indices, first convert to fractional exponent form, apply the exponent rules, then convert back.
What does it mean to convert a radical to exponent form?
A radical ⁿ√(x^m) equals x^(m/n) — the index becomes the denominator and the inner power becomes the numerator of the fractional exponent. So √x = x^(1/2), ∛x² = x^(2/3), and ⁴√x³ = x^(3/4). This conversion is essential in calculus (differentiating radical functions) and in simplifying complex expressions using the laws of exponents.
Can you simplify the square root of a negative number?
No — the square root of a negative number is not a real number. It is an imaginary number: √(−4) = 2i, where i = √(−1). This calculator operates on real numbers only. For complex and imaginary number operations, a dedicated complex-number calculator is needed. Note that odd roots of negative numbers are real: ∛(−8) = −2.