James's Math Hub
Algebra 2

Lesson 4 / 5 · 12 min read

Rational Expressions

Simplify, combine, and solve — and don't forget the domain.

What is a rational expression?

A rational expression is a fraction whose top and bottom are polynomials.

x24x2+3x+2\dfrac{x^2 - 4}{x^2 + 3x + 2}

Treat them like numerical fractions, but watch the domain: any xx that makes the denominator zero is excluded.

Simplifying

Factor top and bottom; cancel common factors.

Example. x24x2+3x+2\dfrac{x^2 - 4}{x^2 + 3x + 2}:

(x2)(x+2)(x+1)(x+2)=x2x+1,x2, 1\dfrac{(x-2)(x+2)}{(x+1)(x+2)} = \dfrac{x - 2}{x + 1}, \quad x \neq -2,\ -1

Even though (x+2)(x+2) cancels, we still exclude x=2x = -2 — the original expression isn't defined there.

Multiplying and dividing

Multiply straight across; factor first to cancel.

x+1x3x3x21=x+1x3x3(x1)(x+1)=1x1\dfrac{x + 1}{x - 3} \cdot \dfrac{x - 3}{x^2 - 1} = \dfrac{x + 1}{x - 3} \cdot \dfrac{x - 3}{(x-1)(x+1)} = \dfrac{1}{x - 1}

Divide by multiplying by the reciprocal.

ab÷cd=abdc\dfrac{a}{b} \div \dfrac{c}{d} = \dfrac{a}{b} \cdot \dfrac{d}{c}

Adding and subtracting

You need a common denominator. The least common denominator (LCD) is the simplest one that works.

Example. 2x+3x+1\dfrac{2}{x} + \dfrac{3}{x + 1}. LCD: x(x+1)x(x + 1).

2(x+1)x(x+1)+3xx(x+1)=5x+2x(x+1)\dfrac{2(x+1)}{x(x+1)} + \dfrac{3x}{x(x+1)} = \dfrac{5x + 2}{x(x+1)}

Solving rational equations

Multiply both sides by the LCD to clear fractions. Then check that no candidate solution is excluded by the domain.

Example. Solve 1x+23=1\dfrac{1}{x} + \dfrac{2}{3} = 1.

Multiply both sides by 3x3x:

3+2x=3x    x=33 + 2x = 3x \implies x = 3

Check: x=3x = 3 doesn't make any denominator zero, so it's valid.

Extraneous solution warning. Multiplying by the LCD can introduce a value that doesn't satisfy the original equation. Always check.

Key takeaways

  • Factor top and bottom; cancel common factors.
  • Multiply straight across; divide by flipping the second fraction.
  • Adding/subtracting needs a common denominator (the LCD).
  • Note the domain: anything making a denominator zero is excluded.
  • Check solutions of rational equations — some can be extraneous.