Rationalizing a Denominator or Numerator
The binomials of the form $\sqrt{A}+\sqrt{B}$ and $\sqrt{A}-\sqrt{B}$ are called conjugates of each other. For example,
$\sqrt{2}+\sqrt{5}\qquad\text{and}\quad \sqrt{2}-\sqrt{5},$or
$\sqrt{3x+5}+\sqrt{2x+7}\quad\text{and}\quad \sqrt{3x+5}-\sqrt{2x+7}$are conjugates of each other. Because conjugates are the sum and difference of the same two terms, their product is the difference of the squares of these terms (see Section: Special Product Formulas); that is,
$ (\sqrt{A}-\sqrt{B})(\sqrt{A}+\sqrt{B})=(\sqrt{A})^{2}-(\sqrt{B})^{2}=A-B. $Quick Reference
| Denominator form | Multiply by | Result |
|---|---|---|
| $\sqrt{A} \pm \sqrt{B}$ | $\sqrt{A} \mp \sqrt{B}$ | $A - B$ |
| $C\sqrt{A} \pm D\sqrt{B}$ | $C\sqrt{A} \mp D\sqrt{B}$ | $C^{2}A - D^{2}B$ |
| $\sqrt[3]{A} + \sqrt[3]{B}$ | $\sqrt[3]{A^{2}} - \sqrt[3]{AB} + \sqrt[3]{B^{2}}$ | $A + B$ |
| $\sqrt[3]{A} - \sqrt[3]{B}$ | $\sqrt[3]{A^{2}} + \sqrt[3]{AB} + \sqrt[3]{B^{2}}$ | $A - B$ |
- Remark that $C\sqrt{A}-D\sqrt{B}$ and $C\sqrt{A}+D\sqrt{B}$ are conjugates of each other.
- If the denominator of a fraction is of the form $\sqrt{A}-\sqrt{B}$ (or $C\sqrt{A}-D\sqrt{B}$), we can rationalize the denominator by multiplying the numerator and denominator of the fraction by the conjugate $\sqrt{A}+\sqrt{B}$ (or $C\sqrt{A}+D\sqrt{B}$). For example,
Similarly:
- If the denominator of a fraction is $\sqrt[3]{A}+\sqrt[3]{B}$, we multiply the numerator and denominator of the fraction by $\sqrt[3]{A^{2}}-\sqrt[3]{AB}+\sqrt[3]{B^{2}}$ and use the Sum of Cubes formula to get a denominator of $A+B$. (See Section: Special Product Formulas for the special product formulas).
- If the denominator of a fraction is $\sqrt[3]{A}-\sqrt[3]{B}$, we multiply the numerator and denominator of the fraction by $\sqrt[3]{A^{2}}+\sqrt[3]{AB}+\sqrt[3]{B^{2}}$ and use the Difference of Cubes formula to get a denominator of $A-B$. (See Section: Special Product Formulas for the special product formulas). For example:
Example 1. Remove the square roots in the denominator:
$ \frac{1}{\sqrt{x+3}+\sqrt{x-2}} $Solution
We multiply top and bottom by $\sqrt{x+3}-\sqrt{x-2}$, and use $(A-B)(A+B)=A^{2}-B^{2}$ with $A=\sqrt{x+3}$ and $B=\sqrt{x-2}$: $ \begin{aligned} \frac{1}{\sqrt{x+3}+\sqrt{x-2}} & =\frac{1}{\sqrt{x+3}+\sqrt{x-2}}\cdot\frac{\sqrt{x+3}-\sqrt{x-2}}{\sqrt{x+3}-\sqrt{x-2}} \\[6pt] & =\frac{\sqrt{x+3}-\sqrt{x-2}}{(\sqrt{x+3})^{2}-(\sqrt{x-2})^{2}} \\[6pt] & =\frac{\sqrt{x+3}-\sqrt{x-2}}{x+3-(x-2)} \\[6pt] & =\frac{1}{5}\left(\sqrt{x+3}-\sqrt{x-2}\right) \end{aligned} $
Sometimes we need to rationalize the numerator. This process is similar to rationalizing the denominator.
Example 2. Rationalize the numerator of $\dfrac{\sqrt{9+h}-3}{h}$.