Rational Algebraic Expressions Reviewer


What Are Rational Algebraic Expressions?

A rational algebraic expression is a fraction where the numerator and/or denominator contain variables. Think of it like a regular fraction, but with algebra instead of just numbers.

Examples of Rational Expressions

Important: Domain Restrictions

We can NEVER divide by zero. This means we must identify what values make the denominator equal to zero—these are not allowed.

Finding Domain Restrictions

For 5/(x - 2):

The denominator is zero when x - 2 = 0, so x = 2.

Domain restriction: x ≠ 2


For (x + 1)/((x - 3)(x + 5)):

The denominator is zero when x = 3 or x = -5.

Domain restrictions: x ≠ 3 and x ≠ -5


Simplifying Rational Expressions

Before we do any operations, we should simplify rational expressions by canceling common factors.

Steps to Simplify

  1. Factor the numerator completely
  2. Factor the denominator completely
  3. Cancel common factors
  4. Write the simplified expression

Simplifying Rational Expressions

Simplify (x2 - 1)/(x + 1)

Step 1: Factor the numerator: x2 - 1 = (x + 1)(x - 1)

Step 2: Denominator is already factored: (x + 1)

Step 3: Cancel the common factor (x + 1):

((x + 1)(x - 1))/(x + 1) = x - 1

Step 4: Simplified expression: x - 1 (where x ≠ -1)

Note: We still need to remember x ≠ -1 even though it cancels!

More Complex Simplification

Simplify (6x2 + 12x)/(2x)

Step 1: Factor numerator: 6x2 + 12x = 6x(x + 2)

Step 2: Factor denominator: 2x = 2x

Step 3: Cancel common factors:

(6x(x + 2))/(2x) = (3(x + 2))/1 = 3(x + 2) = 3x + 6

Step 4: Simplified: 3x + 6 (where x ≠ 0)

Practice Problem

Simplify each rational expression. State domain restrictions.

  1. (x + 3)/(x2 + 6x + 9)
  2. (2x2 - 8)/(2x - 4)
  3. (x2 - 4)/(x2 - 5x + 6)

Multiplying Rational Expressions

Multiplying rational expressions works just like multiplying fractions: multiply numerators together and denominators together.

Steps to Multiply

  1. Factor all numerators and denominators completely
  2. Write as one fraction (numerators × numerators, denominators × denominators)
  3. Cancel common factors
  4. Simplify

Formula: A/B × C/D = (A × C)/(B × D) (where B ≠ 0 and D ≠ 0)

Simple Multiplication

Multiply 3/x × x2/6

Step 1: Already factored

Step 2: (3 × x2)/(x × 6) = (3x2)/(6x)

Step 3: Cancel common factors (3 and x):

(3x2)/(6x) = x/2

Step 4: Answer: x/2 (where x ≠ 0)

Multiplication with Polynomials

Multiply ((x + 2)/(x - 3)) × ((x2 - 9)/(x2 - 4))

Step 1: Factor everything:

Step 2: Write as one fraction:

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

Step 3: Cancel (x + 2) and (x - 3):

(x + 3)/(x - 2)

Step 4: Answer: (x + 3)/(x - 2) (where x ≠ 2, -2, 3)

Practice Problem

Multiply each pair of rational expressions. Simplify completely.

  1. 5/a2 × a3/10
  2. ((x - 1)/(x + 4)) × ((x + 4)/(x - 1))
  3. ((x2 - 1)/(x + 3)) × ((x + 3)/(x - 1))

Dividing Rational Expressions

Dividing rational expressions uses a special trick: flip the second fraction and multiply instead.

Steps to Divide

  1. Keep the first fraction as is
  2. Change ÷ to ×
  3. Flip (take the reciprocal of) the second fraction
  4. Follow the multiplication steps: factor, combine, cancel, simplify

Formula: A/B ÷ C/D = A/B × D/C (where B ≠ 0, C ≠ 0, D ≠ 0)

Simple Division

Divide 4/x ÷ 2/x3

Step 1-2: Keep first, flip second:

4/x × x3/2

Step 3: Combine:

(4 × x3)/(x × 2) = (4x3)/(2x)

Step 4: Simplify (cancel 2 and x):

2x2 (where x ≠ 0)

Division with Polynomials

Divide ((x2 - 1)/(x + 2)) ÷ ((x - 1)/(3x + 6))

Step 1-2: Flip and change to multiply:

((x2 - 1)/(x + 2)) × ((3x + 6)/(x - 1))

Step 3: Factor everything:

((x - 1)(x + 1))/(x + 2) × (3(x + 2))/(x - 1)

Step 4: Cancel (x - 1) and (x + 2):

3(x + 1) = 3x + 3 (where x ≠ -2, 1)

Practice Problem

Divide each pair of rational expressions. Simplify completely.

  1. 6/a ÷ 3/a2
  2. ((x + 5)/(x - 2)) ÷ ((x + 5)/(x + 3))
  3. ((x2 - 4)/(x + 1)) ÷ ((x - 2)/(2x + 2))

Adding Rational Expressions

Adding fractions with variables works the same as adding numeric fractions. We need a common denominator.

Case 1: Same Denominator

When denominators are identical, just add the numerators.

Formula: A/C + B/C = (A + B)/C

Adding with Same Denominator

Add x/(x + 1) + 3/(x + 1)

Since both have denominator (x + 1):

(x + 3)/(x + 1) (where x ≠ -1)

Case 2: Different Denominators

When denominators are different, find the least common denominator (LCD).

Steps:

  1. Factor all denominators
  2. Find the LCD (use all factors that appear, using highest powers)
  3. Rewrite each fraction with the LCD
  4. Add the numerators
  5. Simplify if possible

Different Denominators - Simple

Add 1/(2x) + 3/(4x)

Step 1-2: Factor denominators and find LCD:

Step 3: Rewrite with LCD:

Step 4: Add:

2/(4x) + 3/(4x) = 5/(4x) (where x ≠ 0)

Different Denominators - Polynomial

Add 2/(x - 1) + 3/(x + 2)

Step 1: Denominators already factored

Step 2: LCD = (x - 1)(x + 2)

Step 3: Rewrite each fraction:

Step 4: Add numerators:

((2x + 4) + (3x - 3))/((x - 1)(x + 2)) = (5x + 1)/((x - 1)(x + 2))

Step 5: Cannot simplify further

Answer: (5x + 1)/((x - 1)(x + 2)) (where x ≠ 1, -2)

Practice Problem

Add each pair of rational expressions. Simplify completely.

  1. 2/x + 5/x
  2. 1/(3x) + 1/(6x)
  3. 2/(x + 1) + 1/(x - 1)

Subtracting Rational Expressions

Subtracting rational expressions works the same as adding, except we subtract the numerators instead.

Key Point: Distribute the Negative

When subtracting, be careful to distribute the negative sign to all terms in the second numerator.

Formula: A/C - B/C = (A - B)/C

Subtracting - Same Denominator

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

((x + 2) - 3)/x = (x - 1)/x (where x ≠ 0)

Subtracting - Different Denominators

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

Step 1-2: LCD = (x + 1)(x + 2)

Step 3: Rewrite:

Step 4: Subtract (distribute the negative!):

((x2 + 2x) - (2x + 2))/((x + 1)(x + 2)) = (x2 - 2)/((x + 1)(x + 2))

Answer: (x2 - 2)/((x + 1)(x + 2)) (where x ≠ -1, -2)

Practice Problem

Subtract each pair of rational expressions. Simplify completely.

  1. 5/x - 2/x
  2. 3/(2a) - 1/(4a)
  3. x/(x + 3) - 1/x

Complete Operations: Strategy Summary

When working with rational expressions:

  1. Always simplify first if possible
  2. Identify what operation you're doing
  3. For multiplication/division: Factor everything, multiply/divide, cancel common factors
  4. For addition/subtraction: Find LCD, rewrite fractions, combine, simplify
  5. Always state domain restrictions (values that make denominator zero)

Complex Mixed Operations

Simplify (((x2 - 1))/(x + 2)) × ((x + 2)/(x - 1)) + 1/(x + 1)

Step 1: Do multiplication first (order of operations):

Factor: ((x - 1)(x + 1))/(x + 2) × (x + 2)/(x - 1)

Cancel (x - 1) and (x + 2): (x + 1)

Step 2: Now add: (x + 1) + 1/(x + 1)

Rewrite x + 1 = ((x + 1)2)/(x + 1)

(((x + 1)2 + 1))/(x + 1) = (x2 + 2x + 2)/(x + 1)

Answer: (x2 + 2x + 2)/(x + 1) (where x ≠ -1, -2)


Review Problems

Directions: Simplify each expression. State domain restrictions and show all work.

  1. Simplify: (x2 - 4)/(x + 2)
  2. Multiply: 3x/4 × 8/x2
  3. Divide: ((a + 1)/(a - 2)) ÷ ((a + 1)/(a + 3))
  4. Add: 2/x + 3/x
  5. Subtract: 5/(a + 1) - 2/(a + 1)
  6. Multiply: ((x2 - 9)/(x + 2)) × ((x + 2)/(x - 3))
  7. Divide: ((x2 - 1)/(2x)) ÷ ((x + 1)/4)
  8. Add: 1/(2x) + 3/(4x)
  9. Subtract: x/(x + 1) - 1/x
  10. Multiply then Add: x/2 × 4/x + 1/x

Answer Key

  1. x - 2 (where x ≠ -2)
  2. 6/x (where x ≠ 0)
  3. (a + 3)/(a - 2) (where a ≠ -1, 2, -3)
  4. 5/x (where x ≠ 0)
  5. 3/(a + 1) (where a ≠ -1)
  6. (x + 3) (where x ≠ -2, 3)
  7. 2(x - 1) (where x ≠ 0, -1)
  8. 5/(4x) (where x ≠ 0)
  9. (x - 1)/x (where x ≠ 0, -1)
  10. 2 + 1/x = (2x + 1)/x (where x ≠ 0)