Admin 09 Jun 2026 07:22

 

Adding and Subtracting Rational Expressions

Rational expressions are fractions that contain polynomials in the numerator and denominator. Just like with numerical fractions, we can add and subtract rational expressions, but the process requires some special considerations.

Understanding Rational Expressions

A rational expression has the form:

P(x)/Q(x)

Where P(x) and Q(x) are polynomials, and Q(x) 0.

Some examples of rational expressions include:

  • 3/x
  • (x+2)/(x-3)
  • (2x+5x-3)/(x-9)

Adding Rational Expressions

When Denominators Are the Same

When adding rational expressions with the same denominator, we simply add the numerators and keep the common denominator:

(P(x)/D(x)) + (Q(x)/D(x)) = (P(x)+Q(x))/D(x)

Example 1:

Add the rational expressions: (2x)/(x+1) + (5x+3)/(x+1)

Solution:

Step 1: The denominators are the same, so we add the numerators:

(2x + 5x + 3)/(x+1)

Step 2: Simplify the numerator:

(7x + 3)/(x+1)

The result is (7x + 3)/(x+1).

When Denominators Are Different

When adding rational expressions with different denominators, we need to find a common denominator first. This is typically the least common denominator (LCD), which is the least common multiple (LCM) of the individual denominators.

(P(x)/D1(x)) + (Q(x)/D2(x)) = (P(x)L2(x))/(LCD) + (Q(x)L1(x))/(LCD) = (P(x)L2(x) + Q(x)L1(x))/(LCD)

Where LCD = D1(x)D2(x)/GCD(D1(x),D2(x)), L1(x) = LCD/D1(x), and L2(x) = LCD/D2(x).

Example 2:

Add the rational expressions: 1/x + 1/(x+1)

Solution:

Step 1: Find the LCD of x and (x+1). Since they don't share common factors, LCD = x(x+1).

Step 2: Rewrite each fraction with the LCD:

(x+1)/(x(x+1)) + x/(x(x+1))

Step 3: Add the numerators:

(x+1 + x)/(x(x+1))

Step 4: Simplify the numerator:

(2x+1)/(x(x+1))

The result is (2x+1)/(x(x+1)).

Example 3:

Add the rational expressions: (2x)/(x-9) + (1)/(x-3)

Solution:

Step 1: Factor the denominators:

x-9 = (x+3)(x-3)

Step 2: The LCD is (x+3)(x-3).

Step 3: Rewrite each fraction with the LCD:

(2x)/(x-9) + (x+3)/(x-9)

Step 4: Add the numerators:

(2x + x + 3)/(x-9)

Step 5: Simplify the numerator:

(3x + 3)/(x-9)

Step 6: Factor and simplify:

3(x + 1)/(x-9)

The result is 3(x + 1)/(x-9).

Subtracting Rational Expressions

When Denominators Are the Same

When subtracting rational expressions with the same denominator, we subtract the numerators and keep the common denominator. Be careful with signs!

(P(x)/D(x)) - (Q(x)/D(x)) = (P(x)-Q(x))/D(x)

Example 4:

Subtract the rational expressions: (5x)/(2x+1) - (3x+7)/(2x+1)

Solution:

Step 1: The denominators are the same, so we subtract the numerators:

(5x - (3x+7))/(2x+1)

Step 2: Be careful with the negative sign:

(5x - 3x - 7)/(2x+1)

Step 3: Simplify the numerator:

(2x - 7)/(2x+1)

The result is (2x - 7)/(2x+1).

When Denominators Are Different

Just like with addition, when subtracting rational expressions with different denominators, we first find a common denominator, then proceed with subtraction, being vigilant about signs.

(P(x)/D1(x)) - (Q(x)/D2(x)) = (P(x)L2(x) - Q(x)L1(x))/(LCD)

Example 5:

Subtract the rational expressions: 3/(2x) - 1/(x)

Solution:

Step 1: Find the LCD of 2x and x. Since 2x is a multiple of x, LCD = 2x.

Step 2: Rewrite each fraction with the LCD:

3/(2x) - 2/(2x)

Step 3: Subtract the numerators:

(3 - 2)/(2x)

Step 4: Simplify:

1/(2x)

The result is 1/(2x).

Example 6:

Subtract the rational expressions: (4x)/(x-4) - (2)/(x+2)

Solution:

Step 1: Factor the denominators:

x-4 = (x+2)(x-2)

Step 2: The LCD is (x+2)(x-2).

Step 3: Rewrite each fraction with the LCD:

(4x)/(x-4) - 2(x-2)/(x-4)

Step 4: Subtract the numerators:

(4x - 2(x-2))/(x-4)

Step 5: Distribute the negative sign:

(4x - 2x + 4)/(x-4)

Step 6: Simplify the numerator:

(2x + 4)/(x-4)

Step 7: Factor and simplify:

2(x + 2)/(x-4) = 2(x + 2)/((x+2)(x-2))
= 2/(x-2), x -2

The result is 2/(x-2), x -2.

Special Cases and Tips

Note:

When adding or subtracting rational expressions, always check for common factors that can be simplified before or after the operation. This can make the problem much easier.

Finding the LCD:

  1. Factor each denominator completely
  2. For each unique factor, use the highest power that appears in any denominator
  3. The product of these factors is the LCD

Distribution Tips:

  • Always distribute negative signs carefully when subtracting
  • Remember to distribute to all terms in the numerator
  • Check your work by substituting a simple value to verify the result

Undefined Values:

Always note the values of x that make any denominator zero, as these are values for which the expression is undefined.

Important:

When simplifying after an operation, you can only cancel common factors that appear in both the numerator and denominator. You cannot cancel terms.

Practice Problems:

1. Add: (3x)/(x-4) + (2)/(x-2)

2. Subtract: (5)/(x+3) + (2)/(x-2)

3. Add: (x)/(x+2x+1) + (2)/(x+1)

4. Subtract: (4x)/(3x+6) - (2x)/(x+2)

5. Add: (1)/(x-9) + (2)/(x-x-12)

Advanced Techniques

For more complex problems, you may encounter rational expressions with polynomial numerators and denominators of different degrees. The same principles apply:

  1. Find the LCD of all denominators
  2. Convert each expression to have this LCD
  3. Add or subtract numerators as needed
  4. Simplify and factor the result
  5. Cancel any common factors

Sometimes, you may need to complete the square or use other factoring techniques to find common denominators effectively.

Remember that rational expression operations can be applied to solve equations and inequalities involving rational expressions as well. This requires additional steps after addition or subtraction.

With practice, adding and subtracting rational expressions becomes second nature. The key is to be systematic, careful with signs, and always check for simplification opportunities.

Reference Files For Adding And Subtracting Rational Expressions
Screenshoot
File Name
mat2_item_download_2022_09_01_21_22_03.ppt

File Size
1.70 MB

File Type
PPT

File Site
Description
This file is just a reference file for Adding And Subtracting Rational Expressions. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Adding And Subtracting Rational Expressions and Reference File Download Link


admin
Admin
2026-06-09 07:22:16

Adding And Subtracting Fractions With Unlike Denominators and Reference File Download Link


admin
Admin
2026-06-08 06:14:33

Adding And Subtracting Fractions and Reference File Download Link


admin
Admin
2026-06-08 07:06:15

Subtracting Integers and Reference File Download Link


admin
Admin
2026-06-06 09:52:16

Adding Fractions and Reference File Download Link


admin
Admin
2026-06-08 07:24:15