A rational expression is a fraction whose numerator and denominator are polynomials.
Working with them is essentially working with fractions -- but with variables. The same
rules you learned for numeric fractions (common denominators, canceling common factors)
apply here, with one crucial addition: you must watch for values that make the
denominator zero.
Simplifying Rational Expressions
The strategy: factor, then cancel common factors.
Worked Example 1 -- Simplifying
Simplify: (x2 - 9) / (x2 + 5x + 6).
Factor numerator: x2 - 9 = (x - 3)(x + 3).
Factor denominator: x2 + 5x + 6 = (x + 2)(x + 3).
Cancel the common factor (x + 3): result is (x - 3)/(x + 2), with x ≠ -3, x ≠ -2.
Multiplying and Dividing
Multiplying: factor everything, cancel common factors across all numerators and denominators, then multiply what remains.
Dividing: multiply by the reciprocal of the divisor, then proceed as above.
To solve an equation involving rational expressions:
Find the LCD of all denominators in the equation.
Multiply every term on both sides by the LCD to clear all fractions.
Solve the resulting polynomial equation.
Check for extraneous solutions -- any solution that makes a denominator zero must be rejected.
Extraneous Solutions -- Do Not Skip This Step
When you multiply both sides by an expression containing a variable, you may introduce
solutions that are not valid. Always substitute your answers back into the original
equation and verify that no denominator equals zero.
Worked Example 4 -- Solving a Rational Equation
Solve: x/(x - 2) = 4/(x - 2) + 1.
LCD = (x - 2). Multiply every term by (x - 2).
x = 4 + (x - 2).
x = 4 + x - 2 → x = x + 2 → 0 = 2.
This is a contradiction -- there is no solution.
Note: if we had gotten x = 2, we would reject it because x = 2 makes the denominator zero.
Factoring First Saves Time
Always factor every denominator before finding the LCD. This often reveals common factors
that make the LCD smaller and the algebra simpler.