How to Rationalize a Fraction with Roots?

Rationalizing a fraction with roots is a technique used to eliminate the roots (square roots, cube roots, etc.) from the denominator of a fraction. This process makes the fraction easier to work with in further calculations.

Basic Concept

When you have a fraction where the denominator contains a root, such as $frac{a}{sqrt{b}}$, you multiply both the numerator and the denominator by the root that is in the denominator. This process removes the root from the denominator.

Example 1: Simple Square Root

Consider the fraction $frac{3}{sqrt{2}}$. To rationalize this, you multiply both the numerator and the denominator by $sqrt{2}$:

$frac{3}{sqrt{2}} times frac{sqrt{2}}{sqrt{2}} = frac{3sqrt{2}}{2}$

Now, the denominator is a rational number (2).

Example 2: More Complex Denominator

If the denominator is more complex, such as $frac{5}{2 + sqrt{3}}$, you need to use the conjugate of the denominator. The conjugate of $2 + sqrt{3}$ is $2 – sqrt{3}$. Multiply both the numerator and the denominator by this conjugate:

$frac{5}{2 + sqrt{3}} times frac{2 – sqrt{3}}{2 – sqrt{3}} = frac{5(2 – sqrt{3})}{(2 + sqrt{3})(2 – sqrt{3})}$

The denominator simplifies using the difference of squares formula, $(a + b)(a – b) = a^2 – b^2$:

$(2 + sqrt{3})(2 – sqrt{3}) = 2^2 – (sqrt{3})^2 = 4 – 3 = 1$

So the fraction becomes:

$frac{5(2 – sqrt{3})}{1} = 10 – 5sqrt{3}$

Example 3: Cube Roots

For cube roots, such as $frac{1}{sqrt[3]{4}}$, multiply by the cube root of the denominator squared:

$frac{1}{sqrt[3]{4}} times frac{sqrt[3]{16}}{sqrt[3]{16}} = frac{sqrt[3]{16}}{4}$

Conclusion

Rationalizing the denominator is a useful technique in algebra to simplify expressions and make further calculations easier. By multiplying by the appropriate conjugate or root, you can transform a fraction into a more manageable form.

Citations

  1. 1. Khan Academy – Rationalizing Denominators
  2. 2. Math is Fun – Rationalizing the Denominator
  3. 3. Purplemath – Rationalizing Denominators