NOTACAL logo

Simplifying Radicals Calculator

Simplifying Radicals Calculator

Give us your feedback! Was this useful?

Introduction

Simplifying a radical means rewriting a square root in its simplest form by extracting all perfect square factors from under the radical sign. For example, √72 simplifies to 6√2 because 72 = 36 × 2, and √36 = 6 comes out while √2 stays inside. This process — known as prime factorization paired with factor extraction — transforms messy radicals into cleaner expressions that are easier to work with in algebra, geometry, and calculus [libretexts-radicals]. The simplified form a√b is always unique for a given N, meaning that the expression 6√2 is the only correct simplified form of √72 — there is no alternative representation that is equally compact.

Why simplify radicals? Simplified radicals reveal the underlying structure of a number. A radical in simplified form tells you at a glance how many square factors the radicand contains. This matters in practical contexts: when computing distances using the Pythagorean theorem, solving quadratic equations, or simplifying expressions in physics and engineering. Simplified radicals also make addition and multiplication of square roots possible — you cannot combine √2 + √8 until you rewrite √8 as 2√2, giving 3√2.

Beyond computation, recognizing simplified radicals helps develop number sense. The expression 6√2 immediately communicates that the radicand 72 is six times a square-free number (2), which matters when estimating magnitudes or comparing quantities. A student who sees 6√2 and recognizes it as √72 has internalized the relationship between square roots and perfect squares — a key insight that connects arithmetic to algebra [khan-academy-radicals].

The method for simplifying radicals follows directly from the properties of exponents. Since √(a × b) = √a × √b, any square factor inside a radical can be split off and simplified independently. This article walks through the step-by-step process, from prime factorization through final simplification, with worked examples and a reference table for the most common cases.

How to Use

Enter any non-negative integer and the calculator shows its simplified radical form with a complete step-by-step breakdown.

Example 1: √72

Enter 72. The calculator prime factorizes 72 = 2³ × 3². It extracts one 2 from the pair 2² (since √2² = 2) and one 3 from the pair 3² (since √3² = 3). One unpaired 2 remains inside. The result: √72 = 6√2. Decimal approximation: 8.4853.

Checking: (6√2)² = 36 × 2 = 72. The simplification is exact.

Example 2: √64

Enter 64. The prime factorization is 64 = 2⁶. Since the exponent is even (6), every factor pairs perfectly: three pairs of 2. The calculator extracts all three pairs: 2 × 2 × 2 = 8. Nothing remains inside. Result: √64 = 8 — a perfect square with no radical needed.

Example 3: √50

Enter 50. Prime factorization: 50 = 2 × 5². The 5 appears twice (one pair) and comes out of the radical as 5. The 2 appears once and stays inside. Result: √50 = 5√2. Decimal: 7.0711.

Example 4: √180

Enter 180. Prime factorization: 180 = 2² × 3² × 5. The calculator extracts pairs of both 2 (one pair → 2) and 3 (one pair → 3), leaving the unpaired 5 inside. Result: 2 × 3 × √5 = 6√5. Decimal: approximately 13.4164. This example demonstrates multiple extracted factors being multiplied together and illustrates why prime factorization is more systematic than guessing perfect squares — finding the largest perfect square factor of 180 by inspection would require recognizing 36 as a divisor, which many users might miss [wolfram-radical].

The pattern is consistent across all cases: each pair of identical prime factors produces a single factor outside the radical, and any unpaired factors remain inside. This algorithm works for integers of any size, though very large numbers may require extended computation time for the factorization step.

The Formula

The simplification rule is based on two properties of radicals:

a×b=a×b\sqrt{a \times b} = \sqrt{a} \times \sqrt{b}
[mathworld-square-root]
a2=afora0\sqrt{a^2} = a \quad \text{for} \quad a \ge 0

Combined with prime factorization, the algorithm becomes: factor the radicand N into primes, extract every pair of identical primes (each pair becomes a single factor outside the radical), and multiply the remaining unpaired primes back together inside the radical.

If N=p1e1×p2e2××pkek,  then N=p1e1/2×p2e2/2××pkek/2×p1e1mod2×p2e2mod2××pkekmod2\text{If } N = p_1^{e_1} \times p_2^{e_2} \times \cdots \times p_k^{e_k},\; \text{then } \sqrt{N} = p_1^{\lfloor e_1/2 \rfloor} \times p_2^{\lfloor e_2/2 \rfloor} \times \cdots \times p_k^{\lfloor e_k/2 \rfloor} \times \sqrt{p_1^{e_1 \bmod 2} \times p_2^{e_2 \bmod 2} \times \cdots \times p_k^{e_k \bmod 2}}
[wolfram-radical]

For example, with N = 72 = 2³ × 3² the algorithm produces:

72=23×32=23/2×32/2×23mod2=21×31×21=62\sqrt{72} = \sqrt{2^3 \times 3^2} = 2^{\lfloor 3/2 \rfloor} \times 3^{\lfloor 2/2 \rfloor} \times \sqrt{2^{3 \bmod 2}} = 2^1 \times 3^1 \times \sqrt{2^1} = 6\sqrt{2}

The same logic connects to fractional exponents: √N = N^(1/2), and simplifying a radical is equivalent to extracting the integer part of N^(1/2) while leaving the fractional remainder.

Reference Table

The table below shows simplified radical forms for the first ten non-perfect-square integers:

NPrime FactorizationSimplified FormDecimal
22√21.4142
33√31.7321
55√52.2361
62 × 3√62.4495
77√72.6458
82√22.8284
102 × 5√103.1623
122² × 32√33.4641
182 × 3²3√24.2426
202² × 52√54.4721
Decimal approximations of the simplified radical forms for integers 2 through 20. Items labeled with simplified form (prefix) have extractable square factors.

Numbers whose simplified form has a coefficient greater than 1 (like 8 → 2√2) contain at least one perfect square factor. Numbers whose simplified form is just √N (like 2 → √2) are square-free — they have no perfect square factors other than 1. A square-free integer signals that no further simplification is possible [purplemath-radicals].

Practical Tips

Check for perfect squares first. Before factoring, test whether the radicand is a perfect square (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144). If it is, the square root is an integer and no radical is needed. The Root Calculator can help identify these cases quickly. Recognizing perfect squares is a skill that improves with practice — after working with these numbers regularly, you will start to spot them instinctively when examining a radicand.

Break large radicands into smaller factors. If a number like 1008 seems daunting, start by factoring out any obvious small square factor. Since 1008 is even, it is divisible by 4: 1008 = 4 × 252. Now factor 252: it is also divisible by 4 (252 = 4 × 63). So 1008 = 4 × 4 × 63 = 16 × 63 = 16 × 9 × 7 = 144 × 7. Extracting the pairs: √144 × √7 = 12√7. Breaking the problem into smaller steps makes large radicals manageable without full prime factorization [mathworld-square-root].

Look for the largest perfect square factor. Instead of full prime factorization, you can simplify by finding the largest perfect square that divides the radicand. For 72, the largest perfect square factor is 36 (36 × 2 = 72), giving √72 = √36 × √2 = 6√2. This shortcut works well when you recognize the factor.

Use prime factorization for unfamiliar numbers. When the largest perfect square factor is not obvious (try 252 = 36 × 7, or 968 = 484 × 2), fall back on complete prime factorization. The Prime Factorization Calculator handles this step automatically.

Always check your result. Square the simplified form to verify you get the original radicand: (6√2)² = 36 × 2 = 72. This check catches arithmetic errors in the factorization step.

Do not confuse addition with multiplication. √(a + b) is NOT equal to √a + √b. The splitting property works only for multiplication and division inside the radical. The most common mistake students make is applying the product rule to sums.

Watch for absolute values. When simplifying √(x²), the result is |x|, not simply x. The radical symbol √ denotes the principal (non-negative) square root. For purely numerical radicands this is not an issue, but it matters when variables appear under the radical in algebraic contexts.

Memorize common perfect squares for faster simplification. Knowing the squares of numbers 1 through 15 (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225) lets you spot perfect square factors quickly. When you see √98, recognizing that 98 = 49 × 2 gives you √49 × √2 = 7√2 without needing full prime factorization.

Apply the same method to cube roots and higher. While this calculator handles square roots, the same principle extends to any root index. For cube roots, extract triples of identical prime factors instead of pairs. For fourth roots, extract quadruples. The same prime factorization engine powers all root simplifications — only the group size changes.

Limitations

The calculator handles only non-negative integers. It does not simplify radicals involving variables, negative radicands (which produce imaginary numbers), or higher-order roots (cube roots, fourth roots, etc.). For those cases, the Root Calculator provides decimal approximations across any root index.

The prime factorization step becomes computationally expensive for very large numbers (above 10 million). Because the algorithm tests divisibility up to √N, large prime factors near √N require many iterations. The calculator returns results promptly for numbers up to approximately 1 million.

The simplification assumes the principal (non-negative) square root. If your context requires both positive and negative roots (such as when solving x² = 72, where x = ±6√2), remember to include the ± sign manually.

Frequently Asked Questions

What does it mean to simplify a radical?
Simplifying a radical means rewriting √N in the form a√b where a is the largest integer such that a² divides N, and b has no perfect square factors. The simplified form reveals how many square factors the radicand contains and makes arithmetic operations like addition and multiplication of radicals possible.
How do you simplify √72?
Factor 72 into 2³ × 3². Extract one 2 from the 2² pair and one 3 from the 3² pair. One unpaired 2 remains inside. Result: √72 = 6√2. Verify: (6√2)² = 36 × 2 = 72.
What is the simplest radical form of √50?
50 = 2 × 5². The pair of 5s becomes 5 outside. The 2 stays inside. Simplified: √50 = 5√2, approximately 7.0711.
Can you simplify √8?
Yes. 8 = 2³. One pair of 2s gives 2 outside. One unpaired 2 stays inside. Result: √8 = 2√2, approximately 2.8284. Without simplification, √8 = 2.8284 looks like an arbitrary decimal; the simplified form 2√2 reveals its structure.
What is a perfect square?
A perfect square is a number that equals some integer squared. Examples: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144. The square root of a perfect square is always an integer.
When is a radical already in simplest form?
A radical is in simplest form when the radicand has no perfect square factors other than 1. For example, √2, √3, √5, √6, √7, √10, √11, √13 are already simplified because their radicands are square-free (they have no repeated prime factors).
What is the difference between coefficient and radicand?
In the simplified radical a√b, the coefficient a is the integer outside the radical (the product of extracted perfect square roots), and the radicand b is the number inside the radical (the product of remaining unpaired primes). In 6√2, 6 is the coefficient and 2 is the radicand.
How do you add radicals?
Radicals can only be added when they have the same radicand. Simplify each radical first, then combine coefficients. For example, √8 + √2 = 2√2 + √2 = 3√2. If the radicands differ after simplification, the radicals cannot be combined further.
What is a square-free number?
A square-free number has no repeated prime factors — every prime factor appears exactly once. Examples: 2, 3, 5, 6, 7, 10, 11, 13, 14, 15. The square root of a square-free number cannot be simplified (it stays as √N).
How does prime factorization help simplify radicals?
Prime factorization breaks the radicand into its prime building blocks. This reveals every pair of identical primes, each of which can be extracted as a single factor outside the radical. Without prime factorization, you would need to guess the largest perfect square factor — which works for simple cases but fails for unfamiliar numbers.
What is the difference between √a × √b and √(a × b)?
They are the same. The property √(a × b) = √a × √b holds for all non-negative a and b. This is the fundamental rule that makes simplification possible: because √72 = √(36 × 2) = √36 × √2 = 6√2. However, note that √(a + b) does NOT equal √a + √b — addition inside a radical cannot be split.
Can you simplify √0?
Yes. √0 = 0. Zero is a perfect square (0² = 0), and its square root is simply 0 with no simplification needed.

References

  1. [1]Square Root - Wolfram MathWorld
  2. [2]Simplifying Square Roots - Khan Academy
  3. [3]Simplifying Radicals - Purplemath
  4. [4]Simplifying Radical Expressions - LibreTexts Mathematics
  5. [5]Square Root - Encyclopedia Britannica
  6. [6]Number and Operations - National Council of Teachers of Mathematics
  7. [7]Radical - Wolfram MathWorld

Last updated: July 30, 2026

1b

UnByte — Independent Software Engineering

Every calculator references authoritative sources — Editorial policy