next up previous
Next: Arithmetic Progressions Up: No Title Previous: Level Payment Problem (C)

Rationalizing Expressions (C)

The formula for summing a geometric progression can be used to rewrite expressions containing the difference of two roots of the same order.

For example, we have for $a \geq 0$ and $b\geq 0$

\begin{displaymath}
a-b = (\sqrt{a}-\sqrt{b})(\sqrt{a} + \sqrt{b})\end{displaymath}

so, for example,

\begin{displaymath}
\begin{array}
{rcl}
\displaystyle{\frac{\sqrt{x+h}-\sqrt{x}}...
 ... & = &
\displaystyle{\frac{1}{\sqrt{x+h}+\sqrt{x}}}.\end{array}\end{displaymath}

Another example is

\begin{displaymath}
a-b = (\sqrt[3]{a}-\sqrt[3]{b})\times((\sqrt[3]{a})^2 + 
\sqrt[3]{a}\sqrt[3]{b} + (\sqrt[3]{b})^2)\end{displaymath}

so

\begin{displaymath}
\begin{array}
{rcl}
\displaystyle{\frac{\sqrt[3]{x+h}-\sqrt[...
 ...]{x+h})^2+\sqrt[3]{x+h}\sqrt[3]{x}+(\sqrt[3]{x})^2}}\end{array}\end{displaymath}



Eric S Key
5/8/2001