Rationalize the Denominator Calculator

Rationalizing the denominator is a fundamental algebra skill required in every level of mathematics — from middle-school simplification exercises to university-level calculus, physics, and engineering. When a fraction has a square root, cube root, or other irrational expression in its denominator, it is considered unsimplified. This calculator eliminates that radical instantly using the correct method for each case: multiplying by the square root itself (monomial case), multiplying by the conjugate (binomial case), or multiplying by the appropriate radical power (cube root case). Every result includes the full rationalized form and a decimal approximation so you can verify your answer.

Quick Answer — How to Rationalize the Denominator
Simple root (a/√b): multiply top & bottom by √b → result: a√b / b
Binomial (a/(p ± √q)): multiply by conjugate (p ∓ √q) → uses (p+√q)(p−√q) = p²−q
Cube root (a/∛b): multiply top & bottom by ∛(b²) → result: a·∛(b²) / b
Pick the type of denominator you have in the tabs below — step-by-step working shown under each result.
▼ Choose the type of denominator

Rationalize a fraction where the denominator is a plain square root: a / √b. Multiply numerator and denominator by √b to clear the radical.

Numerator (a):
Denominator radical (b, inside √):
b must be > 0

Rationalize a fraction where the denominator is a coefficient times a square root: a / (c√b). Multiply numerator and denominator by √b; the coefficient c stays in the denominator.

Numerator (a):
Denominator coefficient (c):
c ≠ 0
Radical value (b, inside √):
b > 0

Rationalize a binomial denominator of the form a / (p + √q) or a / (p − √q). Multiply by the conjugate using the difference of squares identity: (p + √q)(p − √q) = p² − q.

Numerator (a):
Rational part of denominator (p):
Radical value (q, inside √):
q > 0
Sign in denominator:

Rationalize a fraction with a cube root denominator: a / ∛b. Multiply numerator and denominator by ∛(b²) so that ∛b × ∛(b²) = ∛(b³) = b, a rational number.

Numerator (a):
Denominator cube root value (b):
b ≠ 0

Enter the denominator value (as a decimal or whole number) and this tool will check whether it is already rational — meaning no further rationalization is needed. It also identifies common perfect squares and cubes.

Denominator value to check:
Rationalized Result:

What Is Rationalizing the Denominator?

Rationalizing the denominator is the process of rewriting a fraction so that its denominator contains only rational numbers — no square roots, cube roots, or any other irrational expressions. A fraction is said to have an irrational denominator (or a surd denominator) when the bottom of the fraction contains a radical such as √2, √5, ∛3, or expressions like (1 + √2). Standard mathematical practice — and virtually every exam rubric worldwide — requires that final answers be written with rationalized denominators.

The core technique involves multiplying both the numerator and the denominator by a strategically chosen expression called the rationalizing factor. Because we multiply by a form of 1 (the same expression on top and bottom), the value of the fraction does not change — only its form becomes simpler and more standard.

  • Rationalizing does not change the value of the fraction — it only changes how it looks
  • The rationalizing factor is always chosen to make the denominator's radical disappear
  • For square roots, multiply by the same square root; for cube roots, multiply by the root squared
  • For binomial denominators containing a square root, multiply by the conjugate
  • The result always has the irrational part moved to the numerator, never left in the denominator

Why Do We Rationalize the Denominator?

Students often wonder: if √3/3 and 1/√3 represent the same value, why does it matter which form we use? There are several compelling mathematical and practical reasons:

  • Ease of comparison: √3/3 and 2√3/3 are easy to add together (their denominators match), whereas 1/√3 and 2/√3 require an extra conversion step to work with.
  • Computational history: Before electronic calculators, dividing by a decimal approximation of √3 (≈ 1.732) was tedious and error-prone. Dividing by the whole number 3 was trivial. Rationalization made arithmetic feasible.
  • Standard form in exams: Virtually every standardized test, university exam, and textbook expects answers in rationalized form. Leaving a radical in the denominator is treated as an incomplete simplification and often marked incorrect.
  • Cleaner further simplification: When adding, subtracting, or differentiating fractions, having a rational denominator makes finding a common denominator straightforward. Irrational denominators complicate every subsequent step.
  • Exact arithmetic: In fields like computer algebra, cryptography, and exact numerical computation, rationalized expressions propagate through calculations without accumulating floating-point rounding errors.

Simple Square Root Denominator: a / √b

FORMULA a / √b = (a × √b) / (√b × √b) = a√b / b

Example 1: Rationalize 5 / √7
Multiply top & bottom by √7: (5 × √7) / (√7 × √7) = 5√7 / 7 ≈ 1.8898

Example 2: Rationalize 3 / √12
Simplify √12 = 2√3 first, then: (3 × 2√3) / (2√3 × 2√3) = 6√3 / 12 = √3 / 2 ≈ 0.8660

Key property used: √b × √b = b (for b ≥ 0)

This is the most common type of rationalization. The rationalizing factor is simply the radical expression in the denominator itself. After multiplying, the denominator becomes the whole number b (since √b × √b = b), and all the radical content moves to the numerator. Remember to simplify the resulting fraction by finding the GCD of the numerator coefficient and b.

Coefficient × Square Root Denominator: a / (c√b)

FORMULA a / (c√b) = (a × √b) / (c × b) = a√b / (cb)

Example: Rationalize 3 / (2√5)
Multiply top & bottom by √5: (3√5) / (2 × 5) = 3√5 / 10 ≈ 0.6708

Simplification check: GCD(3, 10) = 1, so 3√5/10 is fully simplified.

When the denominator has a whole-number coefficient alongside the square root (like 3√2 or 5√7), the technique is the same — multiply by the square root part only. The coefficient c remains in the denominator as a number, multiplied by b after the radical clears. Always check whether the fraction a/(cb) simplifies further by dividing through by the greatest common divisor of a and cb.

Binomial Denominator — The Conjugate Method

FORMULA a / (p + √q) = a(p − √q) / (p² − q)
a / (p − √q) = a(p + √q) / (p² − q)

Example 1: Rationalize 3 / (2 + √5)
Conjugate of (2 + √5) is (2 − √5)
Numerator: 3 × (2 − √5) = 6 − 3√5
Denominator: (2 + √5)(2 − √5) = 4 − 5 = −1
Result: (6 − 3√5) / (−1) = −6 + 3√5 ≈ 0.7082

Example 2: Rationalize 1 / (√3 − 1)
Conjugate: (√3 + 1)
Numerator: 1 × (√3 + 1) = √3 + 1
Denominator: (√3)² − 1² = 3 − 1 = 2
Result: (√3 + 1) / 2 ≈ 1.3660

The conjugate method uses the difference of squares identity: (x + y)(x − y) = x² − y². When the denominator is (p + √q), its conjugate is (p − √q). Multiplying them gives p² − (√q)² = p² − q, which is always a rational number (assuming p and q are rational). This eliminates the radical entirely from the denominator.

A common error is using the wrong sign for the conjugate. Remember: the conjugate flips the sign between the two terms. (a + b) → conjugate is (a − b); (a − b) → conjugate is (a + b). The two terms themselves (a and √b) do not change — only the connecting sign changes.

Cube Root Denominator: a / ∛b

FORMULA a / ∛b = (a × ∛(b²)) / (∛b × ∛(b²)) = a·∛(b²) / b

Key property: ∛b × ∛(b²) = ∛(b³) = b

Example 1: Rationalize 4 / ∛3
Rationalizing factor: ∛(3²) = ∛9
Result: 4∛9 / 3 ≈ 2.8845

Example 2: Rationalize 2 / ∛4
Rationalizing factor: ∛(4²) = ∛16 = ∛(8×2) = 2∛2
Result: 2 × ∛16 / 4 = ∛16 / 2 ≈ 1.2599

Cube root rationalization uses the identity that any cube root cubed equals the original number: ∛b × ∛b × ∛b = b. Since we only need the denominator to become b (not b²), we multiply by ∛(b²) — which gives us ∛b × ∛(b²) = ∛(b³) = b. This technique generalizes to all nth roots: to rationalize ⁿ√b in the denominator, multiply by ⁿ√(b^(n−1)).

Quick Reference Table

Use this table to immediately identify the correct rationalization method and formula for any type of radical denominator:

Denominator Form Rationalizing Factor Rationalized Result Example
√b √b a√b / b 1/√5 → √5/5
c√b √b a√b / (cb) 3/(2√5) → 3√5/10
p + √q p − √q a(p−√q) / (p²−q) 1/(2+√3) → (2−√3)/1
p − √q p + √q a(p+√q) / (p²−q) 1/(3−√2) → (3+√2)/7
∛b ∛(b²) a·∛(b²) / b 4/∛3 → 4∛9/3
ⁿ√b ⁿ√(b^(n−1)) a·ⁿ√(b^(n−1)) / b General nth root rule

Common Mistakes to Avoid

MISTAKE 1 — Forgetting to multiply the numerator
You must multiply both top and bottom by the rationalizing factor. Only multiplying the denominator changes the fraction's value. Always apply the same factor to the entire numerator expression, not just the leading term.
MISTAKE 2 — Using the wrong conjugate sign
The conjugate of (a + √b) is (a − √b) — the sign between the terms flips. Do not change the signs within the terms themselves. (3 + √5) → conjugate is (3 − √5), not (−3 − √5) or (−3 + √5).
MISTAKE 3 — Forgetting to simplify after rationalizing
Rationalization is not always the final step. After clearing the radical, check whether the fraction can be reduced further. For example, 6√3 / 12 should be simplified to √3 / 2 by dividing numerator and denominator by 6.
MISTAKE 4 — Applying square root method to cube roots
Multiplying a cube root denominator by the same cube root gives ∛b × ∛b = ∛(b²) — not b. You need to multiply by ∛(b²) to get ∛b × ∛(b²) = ∛(b³) = b. Always match the rationalizing factor to the index of the radical.

Real-Life Applications of Rationalizing the Denominator

  • Physics — wave mechanics: Equations for wave speed, frequency, and amplitude regularly produce expressions like v/√(T/μ) (wave speed in a string). Rationalizing gives a cleaner form for solving and comparing values, particularly in acoustics and optics.
  • Engineering — impedance calculations: In electrical engineering, AC circuit analysis produces complex impedances with radical expressions. Rationalization converts these into standard rectangular form (a + jb) required by simulation software and design tools.
  • Architecture and construction: The diagonal of a unit square is √2. In structural calculations involving diagonals, bracing angles, and pythagorean measurements, rationalizing simplifies the arithmetic significantly when working with fractions of these lengths.
  • Computer graphics and game development: Normal vectors and lighting calculations often involve normalizing vectors with irrational magnitudes. Rationalized forms produce numerically stable computations when operating in shader programs and fixed-precision arithmetic.
  • Finance — option pricing: The Black-Scholes formula and related derivatives pricing models contain square root expressions in denominators. Rationalized forms make the sensitivity calculations (Greeks) cleaner and easier to differentiate symbolically.
  • Chemistry — quantum mechanics: Wave functions and orbital probabilities in quantum chemistry routinely produce expressions such as 1/(a₀)^(3/2) where a₀ is the Bohr radius. Rationalized forms are required for dimensional analysis and comparison between orbitals.
  • Music theory — equal temperament tuning: The frequency ratio between adjacent notes in 12-tone equal temperament is ¹²√2 ≈ 1.05946. Rationalizing related fractions helps in analyzing intervals and constructing tuning approximations.

Glossary

Rationalize
To rewrite a mathematical expression (especially a fraction) so that no irrational numbers appear in the denominator.
Radical
An expression involving a root symbol (√, ∛, etc.). For example, √5, ∛7, and ⁴√11 are all radicals.
Surd
An irrational root that cannot be simplified to a rational number. For example, √2, √3, and ∛5 are surds; √4 = 2 is not a surd because it simplifies to a rational number.
Rationalizing Factor
The expression multiplied to both the numerator and denominator to eliminate the radical from the denominator. It is chosen so that the product of the denominator and the factor is rational.
Conjugate
For a binomial expression (a + b), its conjugate is (a − b). Multiplying a binomial by its conjugate produces a difference of squares: (a + b)(a − b) = a² − b², which eliminates cross terms and (for radical expressions) the square roots.
Difference of Squares
The algebraic identity (x + y)(x − y) = x² − y². When x or y contains a square root, this identity eliminates the radical in the product — the foundation of the conjugate rationalization method.
Irrational Number
A real number that cannot be expressed as a simple fraction p/q where p and q are integers. Square roots of non-perfect-square integers (like √2, √3, √5) are irrational.
Perfect Square
A whole number whose square root is also a whole number. For example, 4, 9, 16, 25, and 36 are perfect squares. √(perfect square) is always rational.
Index of a Radical
The small number written above the radical sign that indicates which root is being taken. In ∛b, the index is 3 (cube root). In ⁴√b, the index is 4 (fourth root). The square root √b has an implied index of 2.

Frequently Asked Questions

Q: What does it mean to rationalize the denominator?

A: Rationalizing the denominator means rewriting a fraction so that its bottom part (denominator) contains only rational numbers — no square roots, cube roots, or other surds. The fraction's value stays the same; only its written form changes. For example, 1/√3 is rationalized to √3/3 by multiplying top and bottom by √3.

Q: How do you rationalize a denominator with a square root?

A: Multiply the numerator and denominator by the same square root. For a/√b: multiply by √b/√b to get (a√b)/(√b × √b) = a√b/b. Example: 5/√7 × √7/√7 = 5√7/7. Always simplify the result by checking if GCD(a, b) > 1.

Q: What is the conjugate, and when do I use it?

A: The conjugate of a two-term expression (binomial) is the same expression with the middle sign flipped: the conjugate of (p + √q) is (p − √q). Use it when the denominator has two terms — a rational part plus or minus a square root. Multiplying (p + √q) by (p − √q) gives p² − q, which is rational. This eliminates the square root from the denominator.

Q: How do you rationalize a cube root in the denominator?

A: Multiply numerator and denominator by ∛(b²). This works because ∛b × ∛(b²) = ∛(b³) = b, a rational number. For a/∛b: result = a·∛(b²)/b. Example: 4/∛3 becomes 4∛9/3, since ∛3 × ∛9 = ∛27 = 3.

Q: Why do we rationalize the denominator instead of the numerator?

A: Mathematical convention — established before calculators — requires that irrational parts be placed in the numerator, where they are easier to work with in addition, subtraction, and further simplification. Irrational denominators complicate finding common denominators and are considered non-standard form. Nearly every exam and textbook worldwide expects rationalized denominators.

Q: What if the denominator simplifies to zero after using the conjugate?

A: If p² − q = 0 (i.e., p = √q), the original denominator was itself zero (p + √q = √q + √q = 2√q ≠ 0 in general, but p − √q = 0), meaning the original fraction is undefined. You cannot rationalize an expression with a zero denominator — the fraction does not exist in real numbers for those values.

Q: Do I need to rationalize the denominator if I'm using a calculator?

A: For numerical answers in applied science, rationalization is not strictly necessary since calculators handle irrational numbers directly. However, for symbolic mathematics, algebra, trigonometry, and any coursework or examination, rationalized form is required. It is also essential for proving identities, simplifying further, and comparing expressions exactly.