We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to keep in mind the properties of fractions listed on page ?? because we will need them along the way. Before we launch into reviewing the basic arithmetic operations of rational expressions, we take a moment to review how to simplify them properly. As with numeric fractions, we ‘cancel common factors,’ not common terms. That is, in order to simplify rational expressions, we first factor the numerator and denominator. For example:

\[ \frac {x^4 + 5x^3}{x^3 - 25x} \neq \frac {x^4 + 5\cancel {x^3}}{\cancel {x^3} - 25x} \]

but, rather

\[ \begin{array}{rclr} \frac {x^4 + 5x^3}{x^3 - 25x} & = & \frac {x^3(x + 5)}{x(x^2-25)} & \text {Factor G.C.F.} \\ & = & \frac {x^3(x + 5)}{x(x-5)(x+5)} & \text {Difference of Squares} \\ & = & \frac {\cancelto {x^2}{x^3}\cancel {(x + 5)}}{\cancel {x}(x-5)\cancel {(x+5)}} & \text {Cancel common factors}\\ & = & \frac {x^2}{x-5} & \\ \end{array}\]

This equivalence holds provided the factors being canceled aren’t \(0\). Since a factor of \(x\) and a factor of \(x+5\) were canceled, \(x \neq 0\) and \(x+5 \neq 0\), so \(x \neq -5\). We usually stipulate this as:

\[ \frac {x^4 + 5x^3}{x^3 - 25x} = \frac {x^2}{x-5}, \qquad \text {provided $x \neq 0$, $x \neq -5$} \]

While we’re talking about common mistakes, please notice that

\[ \frac {5}{x^2+9} \neq \frac {5}{x^2} + \frac {5}{9} \]

Just like their numeric counterparts, you don’t add algebraic fractions by adding denominators of fractions with common numerators - it’s the other way around:

\[ \frac {x^2+9}{5} = \frac {x^2}{5} + \frac {9}{5} \]

It’s time to review the basic arithmetic operations with rational expressions.

Next, we review the solving of equations which involve rational expressions. As with equations involving numeric fractions, our first step in solving equations with algebraic fractions is to clear denominators. In doing so, we run the risk of introducing what are known as extraneous solutions - ‘answers’ which don’t satisfy the original equation. As we illustrate the techniques used to solve these basic equations, see if you can find the step which creates the problem for us.