Adding and Subtracting Rational Expressions

This lesson focuses on adding and subtracting rational expressions with unlike denominators. The primary goal is to obtain common denominators before combining the fractions. Here are the detailed steps and examples provided:

General Approach:
  1. Before combining fractions, it is essential to get common denominators.

  2. The least common multiple (LCM) of the denominators can be used as the common denominator. Alternatively, you can simply multiply the denominators together, though this might require more simplification later.

Examples:
  1. Example 1: 5x+3x2\frac{5}{x} + \frac{3}{x^2}

    • Problem: Add 5x\frac{5}{x} and 3x2\frac{3}{x^2}.

    • Step 1: Identify the common denominator. The denominators are xx and x2x^2. The common denominator needed is x2x^2.

    • Step 2: Adjust the first fraction. To make the denominator of the first fraction (5x\frac{5}{x}) equal to x2x^2, multiply it by xx\frac{x}{x}. This results in 5xxx=5xx2\frac{5 \cdot x}{x \cdot x} = \frac{5x}{x^2}.

    • Step 3: Rewrite the expression. The expression now becomes 5xx2+3x2\frac{5x}{x^2} + \frac{3}{x^2}.

    • Step 4: Combine the fractions. Since the denominators are the same, add the numerators: 5x+3x2\frac{5x + 3}{x^2}.

    • Answer: The simplified sum is 5x+3x2\frac{5x + 3}{x^2}.

  2. Example 2: x34x+23\frac{x - 3}{4} - \frac{x + 2}{3}

    • Problem: Subtract x+23\frac{x + 2}{3} from x34\frac{x - 3}{4}.

    • Step 1: Identify the common denominator. The denominators are 44 and 33. The LCM of 44 and 33 is 12.

    • Step 2: Adjust the first fraction. Multiply the first fraction (x34\frac{x - 3}{4}) by 33\frac{3}{3}. This gives 3(x3)43=3(x3)12\frac{3(x - 3)}{4 \cdot 3} = \frac{3(x - 3)}{12}.

    • Step 3: Adjust the second fraction. Multiply the second fraction (x+23\frac{x + 2}{3}) by 44\frac{4}{4}. This gives 4(x+2)34=4(x+2)12\frac{4(x + 2)}{3 \cdot 4} = \frac{4(x + 2)}{12}.

    • Step 4: Distribute in the numerators.

      • First numerator: 3(x3)=3x93(x - 3) = 3x - 9.

      • Second numerator: 4(x+2)=4x+84(x + 2) = 4x + 8.

    • Step 5: Rewrite the expression. The expression now is 3x9124x+812\frac{3x - 9}{12} - \frac{4x + 8}{12}.

    • Step 6: Combine the fractions. Write as a single fraction, being careful to distribute the negative sign to both terms in the second numerator:
      (3x9)(4x+8)12\frac{(3x - 9) - (4x + 8)}{12} becomes 3x94x812\frac{3x - 9 - 4x - 8}{12}.

    • Step 7: Combine like terms in the numerator.

      • Combine xx terms: 3x4x=x3x - 4x = -x.

      • Combine constant terms: 98=17-9 - 8 = -17.

    • Answer: The simplified difference is x1712\frac{-x - 17}{12}.

    • Alternative Formatting: You can factor out a negative sign from the numerator: (x+17)12\frac{-(x + 17)}{12}. The negative sign can also be placed in front of the fraction: x+1712-\frac{x + 17}{12}.

  3. Example 3: 4x2+5x+2\frac{4}{x - 2} + \frac{5}{x + 2}

    • Problem: Add 4x2\frac{4}{x - 2} and 5x+2\frac{5}{x + 2}.

    • Step 1: Identify the common denominator. The denominators are (x2)(x - 2) and (x+2)(x + 2). Multiply these two unique denominators to get the common denominator: (x2)(x+2)(x - 2)(x + 2).

    • Step 2: Adjust the first fraction. Multiply the first fraction (4x2\frac{4}{x - 2}) by x+2x+2\frac{x + 2}{x + 2}. This gives 4(x+2)(x2)(x+2)\frac{4(x + 2)}{(x - 2)(x + 2)}.

    • Step 3: Adjust the second fraction. Multiply the second fraction (5x+2\frac{5}{x + 2}) by x2x2\frac{x - 2}{x - 2}. This gives 5(x2)(x2)(x+2)\frac{5(x - 2)}{(x - 2)(x + 2)}.

    • Step 4: Distribute in the numerators.

      • First numerator: 4(x+2)=4x+84(x + 2) = 4x + 8.

      • Second numerator: 5(x2)=5x105(x - 2) = 5x - 10.

    • Step 5: Simplify the common denominator (optional but good practice). The common denominator (x2)(x+2)(x - 2)(x + 2) is a difference of squares, which simplifies to x24x^2 - 4.

    • Step 6: Combine the numerators. Since the denominators are now the same, add the numerators:
      (4x+8)+(5x10)(4x + 8) + (5x - 10).

    • Step 7: Combine like terms.

      • Combine xx terms: 4x+5x=9x4x + 5x = 9x.

      • Combine constant terms: 8+(10)=28 + (-10) = -2.

    • Answer: The simplified sum is 9x2x24\frac{9x - 2}{x^2 - 4}. This can also be written as 9x2(x2)(x+2)\frac{9x - 2}{(x - 2)(x + 2)}.

  4. Example 4: xx2+9x+204x2+7x+12\frac{x}{x^2 + 9x + 20} - \frac{4}{x^2 + 7x + 12}

    • Problem: Subtract 4x2+7x+12\frac{4}{x^2 + 7x + 12} from xx2+9x+20\frac{x}{x^2 + 9x + 20}.

    • Step 1: Factor completely the denominators.

      • For x2+9x+20x^2 + 9x + 20: Find two numbers that multiply to 2020 and add to 99. These are 44 and 55. So, x2+9x+20=(x+4)(x+5)x^2 + 9x + 20 = (x + 4)(x + 5).

      • For x2+7x+12x^2 + 7x + 12: Find two numbers that multiply to 1212 and add to 77. These are 33 and 44. So, x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4).

    • Step 2: Rewrite the expression with factored denominators.
      x(x+4)(x+5)4(x+3)(x+4)\frac{x}{(x + 4)(x + 5)} - \frac{4}{(x + 3)(x + 4)}.

    • Step 3: Identify the common denominator. Both fractions already share the factor (x+4)(x + 4). To form the LCM, multiply all unique factors together:

      • The common denominator will be (x+3)(x+4)(x+5)(x + 3)(x + 4)(x + 5).

    • Step 4: Adjust each fraction to have the common denominator.

      • First fraction (x(x+4)(x+5)\frac{x}{(x + 4)(x + 5)}): Multiply by (x+3)(x+3)\frac{(x + 3)}{(x + 3)}. This gives x(x+3)(x+3)(x+4)(x+5)\frac{x(x + 3)}{(x + 3)(x + 4)(x + 5)}.

      • Second fraction (4(x+3)(x+4)\frac{4}{(x + 3)(x + 4)}): Multiply by (x+5)(x+5)\frac{(x + 5)}{(x + 5)}. This gives 4(x+5)(x+3)(x+4)(x+5)\frac{4(x + 5)}{(x + 3)(x + 4)(x + 5)}.

    • Step 5: Distribute in the numerators.

      • First numerator: x(x+3)=x2+3xx(x + 3) = x^2 + 3x.

      • Second numerator: Remember the negative sign from the subtraction. 4(x+5)=4x20-4(x + 5) = -4x - 20.

    • Step 6: Combine the numerators. Write as a single fraction over the common denominator:
      (x2+3x)+(4x20)(x+3)(x+4)(x+5)=x2+3x4x20(x+3)(x+4)(x+5)\frac{(x^2 + 3x) + (-4x - 20)}{(x + 3)(x + 4)(x + 5)} = \frac{x^2 + 3x - 4x - 20}{(x + 3)(x + 4)(x + 5)}.

    • Step 7: Combine like terms in the numerator.

      • Combine xx terms: 3x4x=x3x - 4x = -x.

      • The numerator becomes x2x20x^2 - x - 20.

    • Step 8: Further Factorization of the Numerator (if possible).

      • Can x2x20x^2 - x - 20 be factored? Find two numbers that multiply to 20-20 and add to 1-1. These numbers are 5-5 and 44.

      • So, the numerator factors to (x5)(x+4)(x - 5)(x + 4).

    • Step 9: Rewrite the expression with the factored numerator.
      (x5)(x+4)(x+3)(x+4)(x+5)\frac{(x - 5)(x + 4)}{(x + 3)(x + 4)(x + 5)}.

    • Step 10: Cancellation. Notice that (x+4)(x + 4) is a common factor in both the numerator and the denominator. Cancel out (x+4)(x + 4).

    • Final Answer: The simplified expression is x5(x+3)(x+5)\frac{x - 5}{(x + 3)(x + 5)}.

  5. Example 5: x2x4+74x\frac{x^2}{x - 4} + \frac{7}{4 - x}

    • Problem: Add x2x4\frac{x^2}{x - 4} and 74x\frac{7}{4 - x}.

    • Step 1: Recognize special case: Denominators are opposites. The denominators (x4)(x - 4) and (4x)(4 - x) are opposites.

    • Step 2: Obtain a common denominator by factoring out -1. Factor out 1-1 from one of the denominators. For example, from (4x)(4 - x):
      4x=1(x4)4 - x = -1(x - 4).

    • Step 3: Rewrite the second fraction. Substitute the factored denominator into the second fraction:
      71(x4)\frac{7}{-1(x - 4)}.

    • Step 4: Move the negative sign. Move the negative sign from the denominator to the numerator (or in front of the fraction):
      7x4\frac{-7}{x - 4}.

    • Step 5: Rewrite the entire expression. The expression now becomes x2x47x4\frac{x^2}{x - 4} - \frac{7}{x - 4}.

    • Step 6: Combine the fractions. Since the denominators are now the same, combine the numerators:
      x27x4\frac{x^2 - 7}{x - 4}.

    • Answer: The simplified sum is x27x4\frac{x^2 - 7}{x - 4}.

  6. Example 6: 5x+2+2x+13x1\frac{5}{x + 2} + \frac{2}{x + 1} - \frac{3}{x - 1}

    • Problem: Add and subtract three rational expressions.

    • Step 1: Identify the common denominator. Multiply all three unique denominators to get the common denominator:
      (x+2)(x+1)(x1)(x + 2)(x + 1)(x - 1).

    • Step 2: Adjust each fraction to have the common denominator. (Multiply each fraction by the other two denominators' factors).

      • First fraction (5x+2\frac{5}{x + 2}): Multiply by (x+1)(x1)(x+1)(x1)\frac{(x + 1)(x - 1)}{(x + 1)(x - 1)}.

      • Second fraction (2x+1\frac{2}{x + 1}): Multiply by (x+2)(x1)(x+2)(x1)\frac{(x + 2)(x - 1)}{(x + 2)(x - 1)}.

      • Third fraction (3x1\frac{3}{x - 1}): Multiply by (x+2)(x+1)(x+2)(x+1)\frac{(x + 2)(x + 1)}{(x + 2)(x + 1)}.

    • Step 3: Expand each numerator.

      • For the first numerator: 5imes((x+1)(x1))5 imes ((x + 1)(x - 1)). First, FOIL (x+1)(x1)(x + 1)(x - 1) to get x21x^2 - 1. Then distribute 55: 5(x21)=5x255(x^2 - 1) = 5x^2 - 5.

      • For the second numerator: 2imes((x+2)(x1))2 imes ((x + 2)(x - 1)). First, FOIL (x+2)(x1)(x + 2)(x - 1) to get x2+x2x^2 + x - 2. Then distribute 22: 2(x2+x2)=+2x2+2x42(x^2 + x - 2) = +2x^2 + 2x - 4.

      • For the third numerator: Remember the negative sign. 3imes((x+2)(x+1))-3 imes ((x + 2)(x + 1)). First, FOIL (x+2)(x+1)(x + 2)(x + 1) to get x2+3x+2x^2 + 3x + 2. Then distribute 3-3: 3(x2+3x+2)=3x29x6-3(x^2 + 3x + 2) = -3x^2 - 9x - 6.

    • Step 4: Combine all expanded numerator terms over the common denominator.
      (5x25)+(2x2+2x4)+(3x29x6)(x+2)(x+1)(x1)\frac{(5x^2 - 5) + (2x^2 + 2x - 4) + (-3x^2 - 9x - 6)}{(x + 2)(x + 1)(x - 1)}.

    • Step 5: Combine like terms in the numerator.

      • Combine x2x^2 terms: 5x2+2x23x2=4x25x^2 + 2x^2 - 3x^2 = 4x^2.

      • Combine xx terms: 2x9x=7x2x - 9x = -7x.

      • Combine constant terms: 546=15-5 - 4 - 6 = -15.

    • Step 6: State the combined numerator. The combined numerator is 4x27x154x^2 - 7x - 15.

    • Step 7: Attempt to Factor the Numerator.

      • We need to factor 4x27x154x^2 - 7x - 15. Use the AC method: multiply aimesca imes c: 4imes(15)=604 imes (-15) = -60.

      • Find two numbers that multiply to 60-60 and add to 7-7. These numbers are 55 and 12-12 (5imes12=605 imes -12 = -60 and 5+(12)=75 + (-12) = -7).

      • Replace the middle term 7x-7x with 12x+5x-12x + 5x: 4x212x+5x154x^2 - 12x + 5x - 15.

      • Factor by grouping:

        • GC