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.
x2+3x+2x2−4
Treat them like numerical fractions, but watch the domain: any x that makes the denominator zero is excluded.
Simplifying
Factor top and bottom; cancel common factors.
Example. x2+3x+2x2−4:
(x+1)(x+2)(x−2)(x+2)=x+1x−2,x=−2, −1
Even though (x+2) cancels, we still exclude x=−2 — the original expression isn't defined there.
Multiplying and dividing
Multiply straight across; factor first to cancel.
x−3x+1⋅x2−1x−3=x−3x+1⋅(x−1)(x+1)x−3=x−11
Divide by multiplying by the reciprocal.
ba÷dc=ba⋅cd
Adding and subtracting
You need a common denominator. The least common denominator (LCD) is the simplest one that works.
Example. x2+x+13. LCD: x(x+1).
x(x+1)2(x+1)+x(x+1)3x=x(x+1)5x+2
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 x1+32=1.
Multiply both sides by 3x:
3+2x=3x⟹x=3
Check: x=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.