Read: Add and Subtract Rational Expressions
Learning Objectives
- Identify the domain of a sum or difference of rational expressions
- Identify the least dcommon denominator of two rational expressions
- Add and subtract rational expressions using a greatest common denominator
Adding Rational Expressions
To find the LCD of two rational expressions, we factor the expressions and multiply all of the distinct factors. For instance, given the rational expressions[latex]\large\frac{6}{\left(x+3\right)\left(x+4\right)},\text{ and }\frac{9x}{\left(x+4\right)\left(x+5\right)}[/latex]
The LCD would be [latex]\left(x+3\right)\left(x+4\right)\left(x+5\right)[/latex].
To find the LCD, we count the greatest number of times a factor appears in each denominator, and make sure it is represented in the LCD that many times. For example, in [latex]\large\frac{6}{\left(x+3\right)\left(x+4\right)}[/latex], [latex]\left(x+3\right)[/latex] is represented once and [latex]\left(x+4\right)[/latex] is represented once, so they both appear exactly once in the LCD. In [latex]\large\frac{9x}{\left(x+4\right)\left(x+5\right)}[/latex], [latex]\left(x+4\right)[/latex] appears once, and [latex]\left(x+5\right)[/latex] appears once. We have already accounted for [latex]\left(x+4\right)[/latex], so the LCD just needs one factor of [latex]\left(x+5\right)[/latex] to be complete. Once we find the LCD, we need to multiply each expression by the form of [latex]1[/latex] that will change the denominator to the LCD. What do we mean by " the form of [latex]1[/latex]"? [latex]\frac{x+5}{x+5}=1[/latex] so multiplying an expression by it will not change it's value. For example, we would need to multiply the expression [latex]\large\frac{6}{\left(x+3\right)\left(x+4\right)}[/latex] by [latex]\frac{x+5}{x+5}[/latex] and the expression [latex]\frac{9x}{\left(x+4\right)\left(x+5\right)}[/latex] by [latex]\frac{x+3}{x+3}[/latex]. Hopefully this process will become clear after you practice it yourself. As you look through the examples on this page, try to identify the LCD before you look at the answers. Also, try figuring out which "form of 1" you will need to multiply each expression by so that it has the LCD.Example
Add the rational expressions: [latex]\frac{5}{x}+\frac{6}{y}[/latex], and define the domain. State the sum in simplest form.Answer: First, let's define the domain of each term. Since we have x and y in the denominators, we can say [latex]x\ne0 ,\text{ and }y\ne0[/latex]. Now we have to find the LCD. Since x appears once and y appears once, 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.
The domain is [latex]x\ne0, y\ne0[/latex]
Answer
[latex-display]\frac{5}{x}+\frac{6}{y}=\frac{(6x+5y)}{xy}[/latex], [latex]x\ne0 ,\text{ and }y\ne0[/latex-display]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 [latex]1[/latex], and multiplying an expression by [latex]1[/latex] gives the original expression. Here is one more example of adding rational expressions, but in this case, the expressions have denominators with multi-term polynomials. First, we will factor, then find the LCD. Note that [latex]x^2-4[/latex] is a difference of squares and can be factored using special products.Example
Simplify[latex]\frac{2{{x}^{2}}}{{{x}^{2}}-4}+\frac{x}{x-2}[/latex], and give the domain. State the result in simplest form.Answer: Find the least common multiple by factoring each denominator. Multiply each factor the maximum number of times it appears in a single factorization. Remember that x cannot be [latex]2[/latex] or [latex]-2[/latex] because the denominators would be [latex]0[/latex]. [latex]\left(x+2\right)[/latex] appears a maximum of one time, as does [latex]\left(x–2\right)[/latex]. This means the LCM is [latex]\left(x+2\right)\left(x–2\right)[/latex].
[latex]\begin{array}{l}x^{2}-4=\left(x+2\right)\left(x-2\right)\\\,\,x-2=x-2\\\,\,x+2=x+2\\\,\,\text{LCM}=\left(x+2\right)\left(x-2\right)\end{array}[/latex]
The LCM becomes the common denominator. Multiply each expression by the equivalent of [latex]1[/latex] that will give it the common denominator.[latex]\begin{array}{r}\frac{2{{x}^{2}}}{{{x}^{2}}-4}=\frac{2{{x}^{2}}}{(x+2)(x-2)}\\\frac{x}{x-2}\cdot \frac{x+2}{x+2}=\frac{x(x+2)}{(x+2)(x-2)}\end{array}[/latex]
Rewrite the original problem with the common denominator. It makes sense to keep the denominator in factored form in order to check for common factors.[latex] \displaystyle \frac{2{{x}^{2}}}{(x+2)(x-2)}+\frac{x(x+2)}{(x+2)(x-2)}[/latex]
Combine the numerators.[latex] \begin{array}{c}\frac{2{{x}^{2}}+x(x+2)}{(x+2)(x-2)}\\\\\frac{2{{x}^{2}}+{{x}^{2}}+2x}{(x+2)(x-2)}\end{array}[/latex]
Check for simplest form. Since neither [latex]\left(x+2\right)[/latex] nor [latex]\left(x-2\right)[/latex] is a factor of [latex]3{{x}^{2}}+2x[/latex], this expression is in simplest form.[latex]\frac{3{{x}^{2}}+2x}{(x+2)(x-2)}[/latex]
Answer
[latex-display] \displaystyle \frac{2{{x}^{2}}}{{{x}^{2}}-4}+\frac{x}{x-2}=\frac{3{{x}^{2}}+2x}{(x+2)(x-2)}[/latex] [latex] \displaystyle x\ne 2,-2[/latex-display]Subtracting Rational Expressions
To subtract rational expressions, follow the same process you use to add rational expressions. You will need to be careful with signs, though.Example
Subtract[latex]\frac{2}{t+1}-\frac{t-2}{{{t}^{2}}-t-2}[/latex], define the domain. State the difference in simplest form.Answer: Find the LCD of each expression. [latex]t+1[/latex] cannot be factored any further, but [latex]{{t}^{2}}-t-2[/latex] can be. Note that t cannot be [latex]-1[/latex] or [latex]2[/latex] because the denominators would be [latex]0[/latex].
[latex]\begin{array}{c}t+1=t+1\\t^{2}-t-2=\left(t-2\right)\left(t+1\right)\end{array}[/latex]
Find the least common multiple. [latex]t+1[/latex] appears exactly once in both of the expressions, so it will appear once in the least common denominator. [latex]t–2[/latex] also appears once. This means that [latex]\left(t-2\right)\left(t+1\right)[/latex] is the least common multiple. In this case, it is easier to leave the common multiple in terms of the factors, so you will not multiply it out. Use the least common multiple for your new common denominator, it will be the LCD.[latex]\begin{array}{c}t+1=t+1\\t^{2}-t-2=\left(t-2\right)\left(t+1\right)\\\text{LCM}:\left(t+1\right)\left(t-1\right)\end{array}[/latex]
Compare each original denominator and the new common denominator. Now rewrite the rational expressions to each have the common denominator of [latex]\left(t+1\right)\left(t–2\right)[/latex]. You need to multiply [latex]t+1[/latex] by [latex]t–2[/latex] to get the LCD, so multiply the entire rational expression by [latex] \displaystyle \frac{t-2}{t-2}[/latex]. The second expression already has a denominator of [latex]\left(t+1\right)\left(t–2\right)[/latex], so you do not need to multiply it by anything.[latex] \begin{array}{c}\frac{2}{t+1}\cdot \frac{t-2}{t-2}=\frac{2(t-2)}{(t+1)(t-2)}\\\\\,\,\,\frac{t-2}{{{t}^{2}}-t-2}=\frac{t-2}{(t+1)(t-2)}\end{array}[/latex]
Then rewrite the subtraction problem with the common denominator.[latex] \frac{2\left(t-2\right)}{\left(t+1\right)\left(t-2\right)}-\frac{t-2}{\left(t+1\right)\left(t-2\right)}[/latex]
Subtract the numerators and simplify. Remember that parentheses need to be included around the second [latex]\left(t–2\right)[/latex] in the numerator because the whole quantity is subtracted. Otherwise you would be subtracting just the [latex]t[/latex].[latex] \begin{array}{c}\frac{2(t-2)-(t-2)}{(t+1)(t-2)}\\\\\frac{2t-4-t+2}{(t+1)(t-2)}\\\\\frac{t-2}{(t+1)(t-2)}\end{array}[/latex]
The numerator and denominator have a common factor of [latex]t–2[/latex], so the rational expression can be simplified.[latex]\large\begin{array}{c}\frac{\cancel{t-2}}{(t+1)\cancel{(t-2)}}\\\\=\frac{1}{t+1}\end{array}[/latex]
Answer
[latex-display] \displaystyle \frac{2}{t+1}-\frac{t-2}{{{t}^{2}}-t-2}=\frac{1}{t+1}[/latex], [latex]t\ne -1,2[/latex-display]Example
Subtract the rational expressions: [latex]\frac{6}{{x}^{2}+4x+4}-\frac{2}{{x}^{2}-4}[/latex], and define the domain. State the difference in simplest form.Answer: Note that the denominator of the first expression is a perfect square trinomial, and the denominator of the second expression is a difference of squares so they can be factored using special products. [latex-display]\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-display]
The domain is [latex]x\ne-2,2[/latex]
Answer
[latex-display]\frac{6}{{x}^{2}+4x+4}-\frac{2}{{x}^{2}-4}=\frac{4(x-4)}{(x+2)^2(x-2)}[/latex], [latex]x\ne-2,2[/latex-display]Analysis of the solution
In the last example, the LCD was [latex]\left(x+2\right)^2\left(x-2\right)[/latex]. The reason we need to include [latex]\left(x+2\right)[/latex] two times is because it appears two times in the expression [latex]\frac{6}{{x}^{2}+4x+4}[/latex]. The video that follows contains an example of subtracting rational expressions. https://www.youtube.com/watch?v=MMlNtCrkakI&feature=youtu.beLicenses & Attributions
CC licensed content, Original
- Screenshot: Caution. Provided by: Lumen Learning License: CC BY: Attribution.
- Image: What do they have in common?. Provided by: Lumen Learning License: CC BY: Attribution.
- Revision and Adaptation. Provided by: Lumen Learning License: CC BY: Attribution.
- Ex: Add Rational Expressions with Unlike Denominators. Authored by: James Sousa (Mathispower4u.com) for Lumen Learning. License: CC BY: Attribution.
- Subtract Rational Expressions with Unlike Denominators and Give the Domain. Authored by: James Sousa (Mathispower4u.com) for Lumen Learning. License: CC BY: Attribution.
- Subtract Rational Expressions with Unlike Denominators and Give the Domain. Authored by: James Sousa (Mathispower4u.com) for Lumen Learning. License: CC BY: Attribution.
CC licensed content, Shared previously
- Unit 15: Rational Expressions, from Developmental Math: An Open Program. Provided by: Lumen Learning License: CC BY: Attribution.