Rationalizing Denominator – How to Rationalize Denominator with Square Roots and Cube Roots

rationalising-denominator

In middle-school mathematics, the teachers always tell you that if you have radicals on the denominator of a fraction, then it isn't fit to be a final answer – you have to rationalize the denominator, or get rid of all of the radicals in the denominator by moving them to numerator.

Rationalizing the denominator is usually very easy, and can be done quickly using its conjugate. For example, consider
$$\frac{1}{2+\sqrt 2}$$
This denominator can be easily rationalized by using its conjugate:
$$\frac{2-\sqrt 2}{(2+\sqrt 2)(2-\sqrt 2)}$$
$$\frac{2-\sqrt 2}{4-2}$$
$$\frac{2-\sqrt 2}{2}$$

However, I have stumbled upon a new class of denominator-rationalization problems that I can't figure out how to solve. I was thoroughly stumped when I tried to rationalize the denominator of this fraction:
$$\frac{1}{2+\sqrt 2+\sqrt[3]{2}}$$

Can anybody figure out how to rationalize this? Is it even possible?

Or, more interestingly, if anyone suspects that it is not possible, how might one prove something like this?

Best Answer

It's always possible.

You want to multiply top and bottom by $M$ to get that $denominator*M$ has not radical.

As you have figured out: If the denominator is $a + b\sqrt{c}$ you mulitply by the conjugate to get $(a + b\sqrt{c})(a - b\sqrt{c}) = a^2 - b^2*c$.

This will also work with $(\sqrt a + \sqrt b)(\sqrt a - \sqrt b) = a - b$.

So it's the same idea for $a + \sqrt[k] b$. The trick is to realize that $(a + \sqrt[k]b)(a^{k-1} - a^{k-2}\sqrt[k]b + a^{k-3}(\sqrt[k]b)^2-..... \pm a(\sqrt[k]b)^{k-2} \mp (\sqrt[k]b)^{k-1} = a^k \pm b$.

Example: To deradicalize $5 + \sqrt[3]7$ multiply by $5^2 - 5*\sqrt[3]7 + (\sqrt[3]7)^2$ to get $(5 + \sqrt[3]7)(5^2 - 5*\sqrt[3]7 + (\sqrt[3]7)^2) = 5^3 + 5^2\sqrt[3]7 -5^2\sqrt[3]7 - 5*(\sqrt[3]7)^2 + 5*(\sqrt[3]7)^2 + (\sqrt[3]7)^3 = 125 + 7$.

So to deradicalize $(2 + \sqrt 2 + \sqrt[3] 2)$ just deradicalize it term by term.

First let's get rid of the $\sqrt[3]2$ term. So we multiply top and bottom by $(2+\sqrt 2)^2 - (2 +\sqrt 2)*\sqrt[3]2 + (\sqrt[3]2)^2$ to get $(2 + \sqrt 2 + \sqrt[3] 2)*[(2+\sqrt 2)^2 - (2 +\sqrt 2)*\sqrt[3]2 + (\sqrt[3]2)^2] = (2 + \sqrt 2)^3 + 2= 8 + 12 \sqrt 2 + 12\sqrt 2 + 2\sqrt 2 + 2 = 10 + 26\sqrt 2$. Then we multiply that by $10 - 26 \sqrt 2$ to get $(10 + 26\sqrt 2)(10 - 26\sqrt 2) = 100 - 2*26^2$.

So example:

\begin{align} &\frac 1 {2 + \sqrt 2 + \sqrt[3] 2} \\&= \frac {(2 + \sqrt 2)^2 - (2+\sqrt2)\sqrt[3]2 + \sqrt[3]2^2}{(2+\sqrt 2)^3 + 2}\\&= \frac {(4 + 4\sqrt 2 + 2) -2\sqrt[3] 2 - \sqrt 2\sqrt[3]2 + \sqrt[3]2^2}{10 + 26\sqrt 2}\\&= \frac {[(4 + 4\sqrt 2 + 2) -2\sqrt[3] 2 - \sqrt 2\sqrt[3]2 + \sqrt[3]2^2](10 - 26\sqrt{2})}{100 - 2*26^2} \end{align}

Okay... admittedly that is a bear... but it is doable.