Fraction Denominator Rationalizer

Use this Fraction Denominator Rationalizer to enter values, adjust options, and review results in a compact responsive workspace.

Results are calculated automatically as you enter data.

Rationalized result
Expanded denominator
Before
After
Step-by-step explanation

What Is Rationalizing a Denominator?

Rationalizing a denominator means rewriting a fraction so the denominator no longer contains a radical, such as a square root, cube root, or other nth root. The value of the fraction stays the same; only its form changes.

The basic idea is to multiply the fraction by a carefully chosen form of \(1\). Since any nonzero expression divided by itself equals \(1\), multiplying by that expression over itself creates an equivalent fraction:

$$ \frac{N}{D} \times \frac{M}{M} = \frac{NM}{DM} $$

The goal is to choose \(M\) so that \(DM\) becomes rational. A radical may still appear in the numerator, but the denominator is rewritten without the radical.

For example, the denominator in \(\frac{1}{\sqrt{5}}\) contains a square root. Multiplying by \(\frac{\sqrt{5}}{\sqrt{5}}\) gives:

$$ \frac{1}{\sqrt{5}} \times \frac{\sqrt{5}}{\sqrt{5}} = \frac{\sqrt{5}}{5} $$

Both expressions have the same value, but \(\frac{\sqrt{5}}{5}\) has a rational denominator.


Why Rationalizing Denominators Matters

Rationalizing denominators is a standard algebra technique because exact radical expressions are often easier to compare, combine, and check when they are written in a consistent form. In many algebra courses, a radical expression is not considered fully simplified if a radical remains in the denominator.

This process also helps reveal the structure of an expression. For example, a fraction such as \(\frac{1}{2 + \sqrt{3}}\) may look hard to simplify until you multiply by the conjugate \(2 - \sqrt{3}\). After that, the denominator becomes \(4 - 3 = 1\), and the expression becomes much simpler.

Decimals can approximate radical fractions, but rationalized radical forms keep the answer exact. That is especially useful in algebra, precalculus, calculus, and any situation where a rounded decimal could hide the exact relationship between quantities.


Key Terms to Know

  • Radical: A root expression, such as \(\sqrt{7}\), \(\sqrt[3]{7}\), or \(\sqrt[n]{a}\).
  • Radicand: The quantity inside the radical. In \(\sqrt{7}\), the radicand is \(7\).
  • Index: The degree of the root. In \(\sqrt[3]{7}\), the index is \(3\). A square root has index \(2\), usually not written.
  • Rational number: A number that can be written as a ratio of two integers, with a nonzero denominator.
  • Equivalent fractions: Fractions that have the same value, even if they look different.
  • Conjugate: For a two-term expression with a radical, the conjugate changes the sign between the terms. The conjugate of \(a + \sqrt{b}\) is \(a - \sqrt{b}\).
  • Difference of squares: The identity \((x + y)(x - y) = x^2 - y^2\). This is why conjugates remove many square-root denominators.
  • Nth root: A root with index \(n\), such as \(\sqrt[4]{16}\). The expression \(\sqrt[n]{a}\) is a number whose \(n\)th power is \(a\), when that root exists in the real numbers.

How Rationalizing Denominators Works

Every denominator rationalization starts with the same principle: multiply by an expression that equals \(1\) when written over itself. The right multiplier depends on the denominator’s shape.

Single square-root denominator

For a denominator such as \(k\sqrt{a}\), multiply by \(\sqrt{a}\) over itself:

$$ \frac{N}{k\sqrt{a}} \times \frac{\sqrt{a}}{\sqrt{a}} = \frac{N\sqrt{a}}{ka} $$

This works because \(\sqrt{a} \cdot \sqrt{a} = a\) for real square roots with \(a \ge 0\).

Binomial with one square root

For a denominator such as \(a + \sqrt{b}\), multiply by the conjugate \(a - \sqrt{b}\):

$$ \frac{N}{a + \sqrt{b}} \times \frac{a - \sqrt{b}}{a - \sqrt{b}} = \frac{N(a - \sqrt{b})}{a^2 - b} $$

The radical disappears from the denominator because:

$$ (a + \sqrt{b})(a - \sqrt{b}) = a^2 - (\sqrt{b})^2 = a^2 - b $$

The same idea works for \(a - \sqrt{b}\), using the conjugate \(a + \sqrt{b}\).

Two square-root terms

If the denominator is made from two square-root terms, such as \(\sqrt{a} + \sqrt{b}\), use the conjugate pair:

$$ \frac{N}{\sqrt{a} + \sqrt{b}} \times \frac{\sqrt{a} - \sqrt{b}}{\sqrt{a} - \sqrt{b}} = \frac{N(\sqrt{a} - \sqrt{b})}{a - b} $$

This works only when the denominator is a supported two-term radical expression and the new denominator is not zero.

Single nth-root denominator

For a cube root or another nth root, the denominator must be turned into a perfect nth power. If \(r = \sqrt[n]{a}\), then \(r^n = a\). A denominator containing a single \(r\) can be rationalized by multiplying by \(r^{n-1}\):

$$ \frac{N}{kr} \times \frac{r^{n-1}}{r^{n-1}} = \frac{Nr^{n-1}}{kr^n} = \frac{Nr^{n-1}}{ka} $$

For example, a cube-root denominator needs two more copies of the cube root because \(r \cdot r^2 = r^3\).

Binomial with one nth root

For a denominator such as \(a + r\), where \(r^n = b\), the multiplier is a longer conjugate-style polynomial:

$$ a^{n-1} - a^{n-2}r + a^{n-3}r^2 - \cdots + (-1)^{n-1}r^{n-1} $$

Multiplying by this expression makes the denominator:

$$ a^n - (-r)^n $$

For \(a - r\), the signs in the multiplier are all positive:

$$ (a-r)(a^{n-1} + a^{n-2}r + \cdots + r^{n-1}) = a^n - r^n $$

This is the nth-root version of the same idea behind ordinary conjugates: choose a multiplier so the radical powers combine into a rational expression.


Examples of Rationalizing Denominators in Practice

Example 1: Single square root

Rationalize:

$$ \frac{1}{\sqrt{5}} $$

Multiply by \(\frac{\sqrt{5}}{\sqrt{5}}\):

$$ \frac{1}{\sqrt{5}} \times \frac{\sqrt{5}}{\sqrt{5}} = \frac{\sqrt{5}}{5} $$

The denominator is now \(5\), which is rational.


Example 2: Binomial conjugate

Rationalize:

$$ \frac{3}{1 + \sqrt{2}} $$

The conjugate of \(1 + \sqrt{2}\) is \(1 - \sqrt{2}\):

$$ \frac{3}{1 + \sqrt{2}} \times \frac{1 - \sqrt{2}}{1 - \sqrt{2}} = \frac{3(1 - \sqrt{2})}{1 - 2} $$

Since \(1 - 2 = -1\), move the negative sign into the numerator:

$$ \frac{3(1 - \sqrt{2})}{-1} = 3(\sqrt{2} - 1) $$

So the rationalized result is:

$$ 3\sqrt{2} - 3 $$

Example 3: Cube-root denominator

Rationalize:

$$ \frac{2}{\sqrt[3]{7}} $$

A cube root needs three matching factors under the root. The denominator already has one factor of \(7\), so multiply by \(\sqrt[3]{7^2}\):

$$ \frac{2}{\sqrt[3]{7}} \times \frac{\sqrt[3]{7^2}}{\sqrt[3]{7^2}} = \frac{2\sqrt[3]{49}}{\sqrt[3]{7^3}} $$

Since \(\sqrt[3]{7^3} = 7\), the result is:

$$ \frac{2\sqrt[3]{49}}{7} $$

Example 4: Two square-root terms

Rationalize:

$$ \frac{1}{\sqrt{3} + \sqrt{2}} $$

Use the conjugate \(\sqrt{3} - \sqrt{2}\):

$$ \frac{1}{\sqrt{3} + \sqrt{2}} \times \frac{\sqrt{3} - \sqrt{2}}{\sqrt{3} - \sqrt{2}} = \frac{\sqrt{3} - \sqrt{2}}{3 - 2} $$

Since \(3 - 2 = 1\), the rationalized form is:

$$ \sqrt{3} - \sqrt{2} $$

How to Interpret the Result

A rationalized result is an equivalent expression with the radical removed from the denominator. It does not mean the original fraction was evaluated approximately, and it does not mean all radicals disappear from the expression.

The original fraction shows the expression before rationalization. The rationalized result shows the same value after multiplying by the appropriate radical factor, conjugate, or nth-root multiplier. The step-by-step output identifies the multiplier used, which is often the most important part of understanding the result.

For radical denominators, the displayed result is usually an exact symbolic expression. For an already rational denominator, the result may appear as a numeric quotient instead. Non-integer numeric values may be rounded to a limited number of decimal places, so an exact radical expression and a decimal approximation should not be treated as the same kind of result.

A validation message means the input could not be interpreted as a supported real-number expression, the denominator was zero or too close to zero, or the denominator did not match one of the supported rationalization patterns.


Common Mistakes and Misconceptions

Multiplying only the denominator. To keep a fraction equivalent, multiply both the numerator and denominator by the same nonzero expression.

Using the wrong multiplier for a binomial. For \(a + \sqrt{b}\), multiplying by another \(a + \sqrt{b}\) usually does not remove the radical. Use the conjugate \(a - \sqrt{b}\).

Canceling terms instead of factors. In algebra, common factors can be canceled from products, but terms inside sums cannot be canceled separately. For example, the \(\sqrt{2}\) in \(1 + \sqrt{2}\) is a term, not a factor of the whole denominator.

Assuming every radical expression can be handled the same way. A single square root, a binomial with one radical, and an nth-root denominator require different multipliers.

Entering one full fraction instead of separate parts. Use the numerator field for the numerator and the denominator field for the denominator.

Reversing root arguments. The syntax root(3,7) means the third root of \(7\), or \(\sqrt[3]{7}\). The degree comes first, and the radicand comes second.

Expecting variables to work. This calculator is for numeric real-valued expressions. Named variables such as \(x\) and \(y\) are not supported as symbolic variables.

Forgetting the real-number restriction. Square roots of negative numbers and even roots of negative numbers are not real-number inputs. Odd roots of negative radicands can be real, but the denominator still has to match a supported form.

Treating rounded decimals as exact. When a numeric quotient is shown as a decimal, it may be rounded. An exact radical expression should be kept in radical form when exactness matters.


When to Use Rationalizing a Denominator

Use denominator rationalization when you need to:

  • Rewrite a radical fraction in a standard simplified form.
  • Remove a square root, cube root, or nth root from the denominator.
  • Check algebra homework involving radical expressions.
  • Compare exact expressions without relying on decimal approximations.
  • Prepare an expression for further symbolic work.
  • Understand which multiplier, conjugate, or nth-root expression makes the denominator rational.

It is most useful when exact form matters. If you only need a quick decimal estimate, rationalizing may not be necessary, but it still helps explain the algebra behind the expression.


Limitations and Things to Keep in Mind

This calculator works with real-number expressions, not complex numbers. It does not support square roots of negative values or even roots of negative values.

The denominator must be finite and nonzero. Values extremely close to zero are treated as zero to avoid unstable or undefined division.

The calculator is not a full symbolic algebra system. It performs exact rationalization for recognized algebraic denominator patterns: rational numbers, single square roots, single cube roots or nth roots, binomials with one radical term, two square-root terms, and supported nth-root binomials.

General expressions with variables, multiple unrelated radical terms, or complicated nested symbolic structure may be mathematically rationalizable but still outside the supported input patterns.

The root degree must be an integer of \(2\) or greater. The expression root(n, value) uses the degree first and the radicand second.

Constants such as pi and e, and functions such as trigonometric, logarithmic, exponential, and absolute-value expressions, are not accepted in the denominator. Rejecting them avoids presenting a rounded numerical transformation as an exact rationalization.

Non-integer numeric results may be rounded to at most eight decimal places. For exact work, focus on the displayed radical expression and the step-by-step rationalization rather than a rounded decimal value.


How to Use This Calculator

  1. Enter the numerator expression in the numerator field.
  2. Enter the denominator expression in the denominator field.
  3. Use supported radical syntax such as sqrt(5), cbrt(7), or root(3,7).
  4. Optionally choose an example preset to fill both fields automatically.
  5. Review the original fraction, rationalized result, and step-by-step explanation.
  6. If a validation message appears, check the syntax, denominator value, root degree, and denominator shape.
  7. Use the clear button to reset both fields.

Exact denominator inputs support integers, decimals, scientific notation, parentheses, the operators +, -, *, /, ^, and the radical functions sqrt, cbrt, and root. The root degree must be an integer and radical radicands must be rational real values. Other supported parser features may be used in the numerator, but not in a denominator that is being rationalized.


Frequently Asked Questions

Does rationalizing the denominator change the value of the fraction?

No. Rationalizing the denominator multiplies the fraction by a form of \(1\), such as \(\frac{\sqrt{5}}{\sqrt{5}}\) or a conjugate over itself. The result is equivalent to the original fraction, but it is written with a rational denominator.


Why does multiplying by the conjugate remove a square root?

A conjugate uses the difference-of-squares identity. When you multiply \((a + \sqrt{b})\) by \((a - \sqrt{b})\), the middle radical terms cancel and the denominator becomes \(a^2 - b\).


Can the numerator still contain a radical after rationalizing?

Yes. Rationalizing a denominator only requires removing the radical from the denominator. The numerator may still contain a radical, as in \(\frac{\sqrt{5}}{5}\).


What does root(3,7) mean?

The expression root(3,7) means \(\sqrt[3]{7}\), the cube root of \(7\). The first argument is the root degree, and the second argument is the radicand.


Why did my expression produce a validation message?

Common reasons include unsupported syntax, a zero denominator, a denominator too close to zero, an even root of a negative number, an unsupported variable, or a denominator form that is outside the calculator’s supported rationalization patterns.


Sources and References

Books and Open Textbooks

  1. Lynn Marecek and Andrea Honeycutt Mathis. Intermediate Algebra 2e. OpenStax, 2020. Relevant sections: 7.1 “Multiply and Divide Rational Expressions,” 8.5 “Divide Radical Expressions,” and Chapter 8 Key Terms. https://openstax.org/books/intermediate-algebra-2e/pages/8-5-divide-radical-expressions
  2. Jay Abramson. College Algebra 2e. OpenStax, 2021. Relevant section: 1.3 “Radicals and Rational Exponents,” especially rationalizing denominators and nth roots. https://openstax.org/books/college-algebra-2e/pages/1-3-radicals-and-rational-exponents
  3. Domenic Spilotro, MSc. Fanshawe Pre-Health Sciences Mathematics 2. Fanshawe College Pressbooks, 2023. Relevant section: 3.5 “Divide Radical Expressions,” especially rationalizing higher-root denominators. https://ecampusontario.pressbooks.pub/prehealthsciencesmath2/chapter/divide-radical-expressions/