Skip to main content

Rationalize Denominator Calculator

Solve rationalize denominator problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.

Share this calculator

Formula

a/sqrt(b) = a*sqrt(b)/b; a/(c+sqrt(d)) = a(c-sqrt(d))/(c^2-d)

For simple radical denominators, multiply top and bottom by the radical. For binomial denominators containing radicals, multiply by the conjugate. The conjugate of (a + sqrt(b)) is (a - sqrt(b)), and their product equals a^2 - b by the difference of squares identity.

Worked Examples

Example 1: Rationalizing 5 / sqrt(3)

Problem: Rationalize the denominator of the fraction 5 divided by the square root of 3.

Solution: Original: 5 / sqrt(3)\nMultiply by sqrt(3)/sqrt(3):\n= (5 * sqrt(3)) / (sqrt(3) * sqrt(3))\n= 5*sqrt(3) / 3\n\nVerification:\n5 / sqrt(3) = 5 / 1.73205 = 2.88675\n5*sqrt(3) / 3 = 5 * 1.73205 / 3 = 8.66025 / 3 = 2.88675

Result: 5/sqrt(3) = 5*sqrt(3)/3 = 2.88675

Example 2: Rationalizing with Conjugate: 6 / (2 + sqrt(5))

Problem: Rationalize the denominator of 6 / (2 + sqrt(5)) using the conjugate method.

Solution: Conjugate of (2 + sqrt(5)) is (2 - sqrt(5))\nMultiply top and bottom:\n= 6(2 - sqrt(5)) / ((2 + sqrt(5))(2 - sqrt(5)))\n= (12 - 6*sqrt(5)) / (4 - 5)\n= (12 - 6*sqrt(5)) / (-1)\n= -12 + 6*sqrt(5)\n= 6*sqrt(5) - 12\n\nVerification:\n6 / (2 + 2.23607) = 6 / 4.23607 = 1.41640\n6*2.23607 - 12 = 13.41640 - 12 = 1.41640

Result: 6/(2+sqrt(5)) = 6*sqrt(5) - 12 = 1.41640

Frequently Asked Questions

What does it mean to rationalize the denominator?

Rationalizing the denominator is the process of eliminating irrational numbers (specifically radical expressions) from the denominator of a fraction. The goal is to transform the expression so the denominator contains only rational numbers (integers or fractions), while the overall value of the expression remains unchanged. For example, the fraction 1 divided by the square root of 2 becomes the square root of 2 divided by 2 after rationalization. This is achieved by multiplying both the numerator and denominator by a carefully chosen expression that eliminates the radical from the denominator. The technique does not change the value of the fraction since you are effectively multiplying by 1 in a different form. Rationalization is a standard procedure in algebra and is expected in most mathematical contexts when presenting final answers.

How do you rationalize a simple radical denominator?

To rationalize a denominator containing a single square root, multiply both the numerator and denominator by that same square root. For the expression a divided by the square root of b, multiply top and bottom by the square root of b: the result is a times the square root of b divided by b, since the square root of b times itself equals b. For example, 5 divided by the square root of 3 becomes 5 times the square root of 3 divided by 3. For higher-index radicals, multiply by the appropriate power to create a perfect power in the denominator. To rationalize 1 divided by the cube root of 4, multiply by the cube root of 2 over itself, giving the cube root of 2 divided by the cube root of 8, which simplifies to the cube root of 2 divided by 2. After rationalizing, always simplify by finding common factors between the numerator coefficient and the denominator.

Why is rationalizing the denominator considered standard form?

The convention of rationalizing denominators dates back to the era before calculators when dividing by an irrational number was computationally difficult. Dividing by 1.41421 (the square root of 2) required extensive long division, while dividing by 2 was trivial. Today, the convention persists for several practical reasons. First, rationalized form makes it easier to compare and combine fractions. The sum of 1/sqrt(2) and 1/sqrt(3) is hard to compute in that form, but sqrt(2)/2 + sqrt(3)/3 = (3*sqrt(2) + 2*sqrt(3))/6, which is much clearer. Second, rationalized form often reveals simplifications that are not obvious otherwise. Third, it provides a unique standard form, preventing the same value from appearing in multiple different representations. Most textbooks, standardized tests, and mathematical publications expect rationalized denominators in final answers.

How do you rationalize denominators with cube roots or higher roots?

For cube roots, you need to create a perfect cube in the denominator. To rationalize 1 divided by the cube root of a, multiply by the cube root of a squared over itself: the denominator becomes the cube root of a cubed, which equals a. For example, 1 divided by the cube root of 5 becomes the cube root of 25 divided by 5. For the cube root of 4 in the denominator, multiply by the cube root of 2 to get the cube root of 8 = 2 in the denominator. For fourth roots, you need a perfect fourth power: multiply 1/fourth_root(3) by fourth_root(27)/fourth_root(27) to get fourth_root(27)/3. The general rule for the nth root of a^k in the denominator is to multiply by the nth root of a^(n-k) to complete the perfect nth power. This technique extends naturally to any root index, though the expressions become more complex as the index increases.

What happens when the denominator has two different radicals?

When the denominator contains two different square root terms, like the square root of 2 plus the square root of 3, multiply by the conjugate (the square root of 2 minus the square root of 3). The denominator becomes 2 - 3 = -1 by the difference of squares. For the expression 1 divided by (sqrt(5) + sqrt(3)), multiply by (sqrt(5) - sqrt(3)) to get (sqrt(5) - sqrt(3)) divided by (5 - 3) = (sqrt(5) - sqrt(3))/2. If the denominator combines a rational and irrational part with different radicals, like 2 + sqrt(3) + sqrt(5), you may need to rationalize in multiple steps: first eliminate one radical, then deal with the remaining one. For denominators like sqrt(2) + sqrt(3) + sqrt(5), the process requires grouping two terms together, rationalizing with their conjugate, and then rationalizing any remaining radical in a second step.

Can every denominator with radicals be rationalized?

Yes, any denominator containing radicals over the rational numbers can theoretically be rationalized, though the process may be complex. For square roots, the conjugate method always works. For higher roots, multiplying by appropriate powers always produces a rational denominator. For sums of cube roots like the cube root of 2 plus the cube root of 3, the rationalization factor uses the identity a^3 + b^3 = (a + b)(a^2 - ab + b^2), where a and b are the cube roots. You multiply by (cbrt(4) - cbrt(6) + cbrt(9)) to eliminate both cube roots from the denominator. For expressions involving nested radicals or radicals of different indices, the rationalization may require converting to a common index first. The mathematical guarantee comes from the theory of algebraic numbers and field extensions, which proves that the minimal polynomial of any algebraic number has rational coefficients.

References