Rationalize Denominator Calculator - Conjugate Method Step-by-Step

rationalize denominator calculator — enter the numerator and denominator terms, then read the rationalized form, conjugate, and new denominator in one place.

Updated: June 16, 2026 • Free Tool

Rationalize Denominator Calculator

Integer coefficient of the numerator. Use 1 for a single radical like sqrt(2).

Radicand under the radical. Use 1 for no radical, so the numerator is just a.

Integer coefficient of the first denominator term c*sqrt(den1B).

Radicand of the first denominator term. Use 1 for a plain integer c and a positive non-square integer for sqrt(d).

Sign between the two denominator terms. The conjugate flips this sign.

Coefficient of the second denominator term. Set to 0 to rationalize a single-term denominator.

Radicand of the second denominator term. Use 1 for a plain integer and a positive non-square integer for sqrt(f).

Results

Rationalized form
0
Original form 0
Conjugate multiplier 0
After multiplying by the conjugate 0
New denominator value 0
GCD simplification 0

What Is a Rationalize Denominator Calculator?

A rationalize denominator calculator rewrites a fraction so that no radical sits in the bottom, by multiplying the fraction by a form of 1 chosen to clear square roots from the denominator.

  • Algebra homework: Rewrite answers like 1/sqrt(3) and 1/(sqrt(2) + sqrt(5)) into the form a*sqrt(b)/c that most textbooks expect.
  • Calculus limits: Clear radicals from the denominator of expressions like (1 - cos x)/sin x so l'Hopital or trig identities apply cleanly.
  • Physics and engineering: Rescale quantities with square roots in the denominator, such as effective resistance formulas.
  • Symbolic math checks: Verify a hand-derived rationalized form against a calculator result before using the expression in a longer derivation.

Rationalizing the denominator multiplies a fraction by a form of 1 so the bottom becomes a rational number while the value does not change. The classic tool is the conjugate of the denominator, the same expression with the sign between its two terms reversed.

For a single-term denominator a*sqrt(b), multiply by sqrt(b)/sqrt(b) so the bottom becomes a*b. For a binomial a*sqrt(b) +/- c*sqrt(d), the conjugate is a*sqrt(b) -/+ c*sqrt(d), and multiplying by the conjugate swaps the radical for a^2*b - c^2*d.

Once the denominator is rational, our Fraction Calculator helps combine the result with other fractions over a common denominator.

How the Rationalize Denominator Formula Works

Write the denominator as one or two terms of the form a*sqrt(b). For a single term the conjugate is sqrt(b); for two terms it is the same expression with the sign flipped. Multiplying by the conjugate uses (x + y)(x - y) = x^2 - y^2 to swap the radical for a rational number.

If denom = c*sqrt(d) + e*sqrt(f), multiply by (c*sqrt(d) - e*sqrt(f)) / (c*sqrt(d) - e*sqrt(f)) so new denom = c^2*d - e^2*f. For a single term c*sqrt(d), multiply by sqrt(d)/sqrt(d) so new denom = c*d.
  • a, b: Coefficient and radicand of the numerator term a*sqrt(b). Use b = 1 for no radical.
  • c, d: Coefficient and radicand of the first denominator term c*sqrt(d). Use d = 1 for no radical.
  • op: Sign between the two denominator terms. The conjugate flips this sign.
  • e, f: Coefficient and radicand of the second denominator term e*sqrt(f). Set e = 0 for the single-term case.

The new denominator is c^2*d - e^2*f for the binomial case, or c*d for the single-term case, always a rational integer. The new numerator is built by distributing the original numerator across the conjugate.

After multiplication, the result is simplified by dividing both the numerator coefficients and the new denominator by their greatest common divisor, keeping the fraction in lowest terms.

Example 1: 1 / (2*sqrt(3))

a = 1, b = 1, c = 2, d = 3, single term (e = 0).

Multiply by sqrt(3)/sqrt(3): numerator becomes sqrt(3); denominator becomes 2*3 = 6.

Rationalized form: sqrt(3) / 6.

The single-term pattern is the most common rationalize-the-denominator problem in early algebra.

Example 2: 1 / (sqrt(3) + sqrt(5))

a = 1, b = 1, c = 1, d = 3, op = +, e = 1, f = 5.

Conjugate is (sqrt(3) - sqrt(5)). New denominator is 3 - 5 = -2. New numerator is sqrt(3) - sqrt(5).

Rationalized form: (sqrt(5) - sqrt(3)) / 2.

The negative new denominator flips both numerator signs, keeping the denominator positive.

According to Khan Academy, multiplying by the conjugate uses the difference-of-squares identity a^2 - b^2 = (a+b)(a-b) to clear radicals from a binomial denominator in one step.

After rationalizing, the result is often combined with another fraction by multiplication, and our Multiplying Fractions Calculator handles that next step in the same a/b input form.

Key Concepts Behind Rationalizing the Denominator

Four ideas drive every rationalize-the-denominator calculation. Knowing them makes it easier to read the calculator's output and check that the work is correct.

Conjugate of a Binomial

For a denominator of the form a*sqrt(b) + c*sqrt(d), the conjugate is a*sqrt(b) - c*sqrt(d). The conjugate shares the same square terms with the original, which is what makes the difference-of-squares identity work.

Difference of Two Squares

Multiplying (a + b) by (a - b) gives a^2 - b^2, a rational number when a and b are radicals. That is why the conjugate trick clears radicals in one step.

Single-Term Shortcut

When the denominator is c*sqrt(d), the conjugate is sqrt(d). Multiplying by sqrt(d)/sqrt(d) gives the rational denominator c*d, the only step needed for the most common textbook problem.

GCD Simplification

After rationalization, the new denominator is an integer and the numerator is a sum of radical terms. Dividing both by their greatest common divisor keeps the result in lowest terms.

The same identity covers the single-term case with b set to zero: (a)(a) = a^2. Both branches share the same machinery, so a single calculator handles every rationalize-the-denominator problem that uses a square-root radical.

The rationalized form is an equivalent fraction of the input, so the Equivalent Fractions Calculator confirms the value has not changed.

How to Use the Rationalize Denominator Calculator

The form mirrors the structure of a symbolic fraction. Type the numerator term, the first denominator term, pick the sign between two denominator terms, and add an optional second denominator term.

  1. 1 Type the numerator coefficient a: Enter the integer coefficient in front of the radical in the numerator. Use 1 when the numerator is a single radical like sqrt(2).
  2. 2 Type the numerator radicand b: Enter the radicand under the radical. Use 1 to mean no radical, so the numerator is just the integer a.
  3. 3 Type the first denominator coefficient c: Enter the integer coefficient of the first denominator term c*sqrt(den1B).
  4. 4 Type the first denominator radicand d: Enter the radicand of the first denominator term. Use 1 for a plain integer c and a positive non-square integer for sqrt(d).
  5. 5 Pick the sign between denominator terms: Choose + or - from the operator menu. The calculator will use the opposite sign for the conjugate.
  6. 6 Add the second denominator term or skip it: Set the second coefficient to 0 for a single-term denominator. Otherwise enter the second coefficient and radicand for a binomial like 1/(sqrt(3) + sqrt(5)).

Try a = 1, b = 1, c = 1, d = 3, op = +, e = 1, f = 5 to see 1/(sqrt(3) + sqrt(5)) rationalized step by step. The result panel shows the original form, the conjugate, the intermediate, and the simplified (sqrt(5) - sqrt(3))/2.

For the decimal value of the rationalized form, use the Root Calculator on any radicand that can be simplified.

Benefits of Using This Rationalize Denominator Calculator

A focused rationalize-the-denominator tool handles both branches in one place, with the work shown symbolically so each step can be checked.

  • Handles single-term and binomial cases: Works for 1/(a*sqrt(b)) and 1/(a*sqrt(b) +/- c*sqrt(d)) without switching forms.
  • Shows the conjugate multiplier: Displays the exact conjugate used, so you can copy it onto paper.
  • Surfaces the new denominator value: Returns the integer new denominator separately, so you can verify the size of the final fraction.
  • Reduces the final fraction: Divides numerator and new denominator by their GCD, keeping the result in lowest terms.
  • Handles negative new denominators: Multiplies both by -1 when the new denominator is negative, so the result is always written with a positive denominator.
  • Displays the intermediate step: Shows the fraction after the conjugate is distributed but before the final simplification.

The hardest part of rationalizing by hand is keeping the signs and the new denominator straight. The calculator names every quantity in the formula, so paper work can be checked against the panel row by row.

For the decimal value of the rationalized form, the Fraction to Decimal Calculator reads off the equivalent decimal in one step.

Factors and Limitations That Affect the Result

Three factors decide what the rationalized form looks like, and two limitations are worth knowing.

Number of denominator terms

A single term uses the multiply-by-sqrt(d) shortcut and gives a denominator of c*d. A binomial uses the conjugate and gives c^2*d - e^2*f, which can be negative and needs an extra sign-flip step.

Whether the radicand is a perfect square

The calculator keeps the radicand symbolic, so sqrt(8) is shown as sqrt(8) and not 2*sqrt(2). Perfect-square radicands may need a manual rewrite.

GCD between numerator and new denominator

A common factor of 2 or more between the numerator coefficient and the new denominator is removed automatically, keeping the rationalized form in lowest terms.

Size of the new denominator

The new denominator c^2*d - e^2*f can grow quickly when both c and d are large, which is why the calculator surfaces the integer value separately.

  • Cube roots and higher-order radicals are not handled; the formula is built for square-root denominators only.
  • The symbolic result keeps radicands in integer form and does not factor out perfect squares such as rewriting sqrt(8) as 2*sqrt(2).

According to Math Is Fun, rationalizing the denominator means removing radicals from the bottom of a fraction by multiplying by a clever form of 1 that keeps the value the same, with the standard trick being to multiply by the conjugate when the denominator is a sum or difference.

According to Wikipedia, rationalising a denominator removes radicals from the bottom of a fraction by multiplying numerator and denominator by a clever form of 1, with the conjugate a*sqrt(b) -/+ c*sqrt(d) used for the binomial case and the new denominator becoming a^2*b - c^2*d.

To combine several rationalized fractions over a common denominator, the Adding Fractions Calculator takes over.

Rationalize denominator calculator showing a fraction with a radical in the denominator and the rationalized form after multiplying by the conjugate
Rationalize denominator calculator showing a fraction with a radical in the denominator and the rationalized form after multiplying by the conjugate

Frequently Asked Questions

Q: What does it mean to rationalize a denominator?

A: Rationalizing a denominator means rewriting a fraction so the bottom has no radicals, by multiplying the fraction by a clever form of 1 that keeps the value the same. The standard tool is the conjugate, which uses the difference-of-squares identity to swap radicals for integers.

Q: How do you rationalize a denominator with one term?

A: For a denominator like 1/(2*sqrt(3)), multiply the fraction by sqrt(3)/sqrt(3). The new denominator becomes 2*3 = 6 and the new numerator is sqrt(3), giving the rationalized form sqrt(3)/6. The single-term case is the simplest branch.

Q: How do you rationalize a denominator with two terms?

A: For 1/(sqrt(3) + sqrt(5)), multiply by the conjugate (sqrt(3) - sqrt(5)) over itself. The new denominator is 3 - 5 = -2, and the new numerator is sqrt(3) - sqrt(5). Multiplying both by -1 gives the standard (sqrt(5) - sqrt(3))/2.

Q: Why is rationalizing the denominator useful?

A: Most textbooks present final answers with the radical in the numerator, which makes the value easier to read and to combine with other fractions. Rationalizing is also a step in calculus limit problems, where removing radicals allows l'Hopital or trig identities to be applied cleanly.

Q: Can you rationalize a denominator that has a cube root?

A: Yes, but the trick is different. For cube roots you multiply by a sum-of-cubes-style factor, not the conjugate, and the result is rarely a single integer. The square-root conjugate used here does not apply, so a dedicated cube-root tool is the practical choice.

Q: Do you always have to rationalize a denominator?

A: No. Rationalizing is a presentation convention rather than a mathematical requirement, and the value of a fraction does not depend on where the radical sits. Many modern textbooks accept either form, and some symbolic math systems leave the radical in the denominator for clarity.