Rational Form- Simplifying Rational Expressions
What Is a Rational Expression?
A rational expression is simply a fraction where both the top and bottom are polynomials. That's it. Nothing fancy. If you can handle fractions, you can handle rational expressions—you just need to know the extra rules that come with variables.
The general form looks like this:
P(x) / Q(x)
Where P and Q are polynomials, and Q(x) ≠ 0. That last part matters—more on that shortly.
Why Simplify Rational Expressions?
You simplify because:
- It makes problems easier to solve
- You'll need it for calculus, algebra, and engineering classes
- Unsimplified answers on tests will cost you points
- It reveals the actual behavior of functions
Teachers don't ask you to simplify out of spite. They ask because it's mathematically correct.
Finding the Domain First
Before you touch anything else, find what values x cannot be. Set the denominator equal to zero and solve.
Example: For (x² - 4) / (x² - x - 6)
Set x² - x - 6 = 0
Factor: (x - 3)(x + 2) = 0
So x ≠ 3 and x ≠ -2
Write this down. Circle it. Put a star next to it. This is your domain restriction, and you will never forget it again.
The Simplification Process
Step 1: Factor Everything
Factor the numerator and denominator completely. Look for:
- Greatest common factors (GCF)
- Difference of squares: a² - b² = (a+b)(a-b)
- Trinomial factoring
- Factoring by grouping
Step 2: Cancel Common Factors
Once everything is factored, cancel any factor that appears in both the numerator and denominator. This is where students lose points—they try to cancel terms instead of factors.
You can only cancel factors, never terms.
Wrong: (x + 3) / x + 3 → cancel the 3s → WRONG
Right: (x + 3)(x - 2) / (x + 3) → cancel (x + 3) → x - 2 ✓
Step 3: State Restrictions
After canceling, note any values that make the original denominator zero. These are still excluded from the domain even if they got "canceled out."
Common Mistakes That Tank Your Answers
- Canceling terms instead of factors: You can only cancel factors that are multiplied, not added or subtracted.
- Forgetting to factor first: You cannot cancel anything if you haven't factored completely.
- Ignoring domain restrictions: Canceled factors don't magically make the original denominator safe.
- Miscanceling: (x + 2) / (2 + x) does not cancel to 0/0. These are equal, so the fraction simplifies to 1.
- Sign errors when canceling: Watch negative signs carefully. (-x + 3) = -(x - 3).
Operations With Rational Expressions
Multiplying Rational Expressions
- Factor all numerators and denominators
- Cancel any common factors across numerators and denominators
- Multiply the remaining numerators together
- Multiply the remaining denominators together
- Simplify if possible
Dividing Rational Expressions
Flip the second fraction (take the reciprocal), then multiply as above. That's the whole process.
Adding and Subtracting Rational Expressions
You need a common denominator. Find the least common denominator (LCD) by factoring each denominator and taking each factor to its highest power.
Then rewrite each fraction with the LCD, combine numerators, and simplify.
Practical How-To: Simplifying a Rational Expression
Let's work through a complete example:
Simplify: (x² - 9) / (x² + 5x + 6)
Step 1: Factor everything
Numerator: x² - 9 = (x + 3)(x - 3) [difference of squares]
Denominator: x² + 5x + 6 = (x + 2)(x + 3) [find two numbers that multiply to 6 and add to 5]
Step 2: Cancel common factors
(x + 3)(x - 3) / (x + 2)(x + 3)
The (x + 3) cancels:
= (x - 3) / (x + 2)
Step 3: State restrictions
From the original denominator: x ≠ -2, x ≠ -3
Final answer: (x - 3) / (x + 2), with x ≠ -2, -3
Factoring Methods Comparison
| Method | What It Looks Like | When to Use It |
|---|---|---|
| GCF | ax² + ay = a(x + y) | Every term shares a common factor |
| Difference of Squares | a² - b² = (a+b)(a-b) | Two perfect squares separated by subtraction |
| Trinomial Factoring | x² + bx + c = (x + m)(x + n) | Three-term quadratic where m+n = b and mn = c |
| Perfect Square Trinomial | a² + 2ab + b² = (a+b)² | First and last terms are perfect squares, middle is twice their product |
| Sum/Diff of Cubes | a³ + b³ = (a+b)(a²-ab+b²) | Two perfect cubes added or subtracted |
| Grouping | ax + ay + bx + by | Four terms with a pattern you can group |
Quick Reference: Simplification Rules
- Always factor completely before canceling
- Only cancel factors, never terms
- Domain restrictions come from the original expression
- After simplifying, check if your answer can be factored further
- If numerator and denominator share a common factor of zero, the whole expression equals zero—unless there's a hole in the graph
When You're Stuck
If you can't factor, check if you're dealing with something that doesn't factor nicely. Some quadratics have no real roots (discriminant < 0). In that case, the rational expression is already in simplest form.
Also verify you're not trying to simplify something that isn't a rational expression. Roots, trigonometric functions, and logarithms change the rules entirely.
That's the whole process. Factor, cancel, state restrictions. Practice with 20 problems and you'll have it locked down.