Adding and Subtracting Rational Expressions

Adding and subtracting rational expressions works just like adding and subtracting numerical fractions. To add fractions, we need to find a common denominator. Let’s look at an example of fraction addition.

[latex]\begin{array}{ccc}\hfill \frac{5}{24}+\frac{1}{40}& =& \frac{25}{120}+\frac{3}{120}\hfill \\ & =& \frac{28}{120}\hfill \\ & =& \frac{7}{30}\hfill \end{array}[/latex]

We have to rewrite the fractions so they share a common denominator before we are able to add. We must do the same thing when adding or subtracting rational expressions.

The easiest common denominator to use will be the least common denominator, or LCD. The LCD is the smallest multiple that the denominators have in common. To find the LCD of two rational expressions, we factor the expressions and multiply all of the distinct factors. For instance, if the factored denominators were [latex]\left(x+3\right)\left(x+4\right)[/latex] and [latex]\left(x+4\right)\left(x+5\right)[/latex], then the LCD would be [latex]\left(x+3\right)\left(x+4\right)\left(x+5\right)[/latex].

Once we find the LCD, we need to multiply each expression by the form of 1 that will change the denominator to the LCD. We would need to multiply the expression with a denominator of [latex]\left(x+3\right)\left(x+4\right)[/latex] by [latex]\frac{x+5}{x+5}[/latex] and the expression with a denominator of [latex]\left(x+4\right)\left(x+5\right)[/latex] by [latex]\frac{x+3}{x+3}[/latex].

How To: Given two rational expressions, add or subtract them.

  1. Factor the numerator and denominator.
  2. Find the LCD of the expressions.
  3. Multiply the expressions by a form of 1 that changes the denominators to the LCD.
  4. Add or subtract the numerators.
  5. Simplify.

Example 4: Adding Rational Expressions

Add the rational expressions:

[latex]\frac{5}{x}+\frac{6}{y}[/latex]

Solution

First, we have to find the LCD. In this case, the LCD will be [latex]xy[/latex]. We then multiply each expression by the appropriate form of 1 to obtain [latex]xy[/latex] as the denominator for each fraction.

[latex]\begin{array}{l}\frac{5}{x}\cdot \frac{y}{y}+\frac{6}{y}\cdot \frac{x}{x}\\ \frac{5y}{xy}+\frac{6x}{xy}\end{array}[/latex]

Now that the expressions have the same denominator, we simply add the numerators to find the sum.

[latex]\frac{6x+5y}{xy}[/latex]

Analysis of the Solution

Multiplying by [latex]\frac{y}{y}[/latex] or [latex]\frac{x}{x}[/latex] does not change the value of the original expression because any number divided by itself is 1, and multiplying an expression by 1 gives the original expression.

Example 5: Subtracting Rational Expressions

Subtract the rational expressions:

[latex]\frac{6}{{x}^{2}+4x+4}-\frac{2}{{x}^{2}-4}[/latex]

Solution

[latex]\begin{array}{cc}\frac{6}{{\left(x+2\right)}^{2}}-\frac{2}{\left(x+2\right)\left(x - 2\right)}\hfill & \text{Factor}.\hfill \\ \frac{6}{{\left(x+2\right)}^{2}}\cdot \frac{x - 2}{x - 2}-\frac{2}{\left(x+2\right)\left(x - 2\right)}\cdot \frac{x+2}{x+2}\hfill & \text{Multiply each fraction to get LCD as denominator}.\hfill \\ \frac{6\left(x - 2\right)}{{\left(x+2\right)}^{2}\left(x - 2\right)}-\frac{2\left(x+2\right)}{{\left(x+2\right)}^{2}\left(x - 2\right)}\hfill & \text{Multiply}.\hfill \\ \frac{6x - 12-\left(2x+4\right)}{{\left(x+2\right)}^{2}\left(x - 2\right)}\hfill & \text{Apply distributive property}.\hfill \\ \frac{4x - 16}{{\left(x+2\right)}^{2}\left(x - 2\right)}\hfill & \text{Subtract}.\hfill \\ \frac{4\left(x - 4\right)}{{\left(x+2\right)}^{2}\left(x - 2\right)}\hfill & \text{Simplify}.\hfill \end{array}[/latex]

Q & A

Do we have to use the LCD to add or subtract rational expressions?

No. Any common denominator will work, but it is easiest to use the LCD.

Try It 4

Subtract the rational expressions: [latex]\frac{3}{x+5}-\frac{1}{x - 3}[/latex].

Solution