Algebra
Worked Examples
Rational Expressions
Part 1: Addition and Subtraction
Consider simplifying the following rational expression: $$ \frac{1}{x+1}-\frac{2}{(x+1)^2}+\frac{3}{x^2-1} $$ Let’s begin by recalling our approach with expressions that only involve numbers. We know that in order to add or subtract two fractions, we must first have a common denominator. Below is a common property to help achieve that goal: $$\frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd}$$ Although this property guarantees that we get a common denominator, we may or may not have found the Least Common Denominator (LCD). So let’s take a moment to explore how to find it since LCDs have the potential to drastically simplify our computations later on.Consider the following difference: $\frac{11}{12}-\frac{7}{10}$
Using the above property, we have: $$\begin{align}\frac{11}{12} - \frac{7}{10} &= \frac{11(10)-7(12)}{12(10)} \\ &= \frac{110-84}{120} \\ &= \frac{26}{120} \\ &= \frac{13}{60} \end{align}$$ Notice that $120$ is twice as large as the reduced denominator of $60$! If you found it obvious that the LCD was $60$, note that the LCD is not always so easy to identify. So, below is a systematic approach to finding it.
Step 1. Factor each denominator (i.e. express each denominator as a product of its prime factors).
 For example:
$$ 12 = 2^2\cdot 3\qquad \qquad \qquad 10 = 2 \cdot 5 $$
Step 2: Construct the LCD by multiplying together the highest power of each prime that appears among the denominators. $$\textrm{LCD } = 2^2\cdot 3 \cdot 5 = 60$$ Step 3: Multiply each fraction’s numerator and denominator by the prime factors missing in its denominator and simplify the expression. $$\frac{11(5)-7(2\cdot 3)}{60} = \frac{55-42}{60}=\frac{13}{60}$$ Now, because variables are just numbers in disguise, let’s use this numerical example to direct our approach for the rational expression first proposed: $$ \frac{1}{x+1}-\frac{2}{(x+1)^2}+\frac{3}{x^2-1} $$ Step 1: Factor the denominators
Denominator 1: $ \quad x+1$ | (already fully factored) |
Denominator 2: $\quad (x+1)^2$ | (already fully factored) |
Denominator 3: $ \quad x+1 = (x+1)(x-1)$ | (Difference of Squares; requires factoring) |
LCD: $(x+1)^2(x-1)$
Step 3:
$$\begin{align*} \frac{1\cdot (x+1)(x-1) - 2\cdot (x-1) + 3\cdot (x+1)}{(x+1)^2(x-1)} &= \frac{x^2-1-2x+2+3x+3}{(x+1)^2(x-1)} \\ &= \frac{x^2+x+4}{(x+1)^2(x-1)} \end{align*}$$