Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Rational Expressions
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-rational-expressions

How to Solve: Rational Expressions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Rational Expressions

(For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script)


Introduction

"Mastering rational expressions unlocks real-world problems—like calculating medication dosages, optimizing fuel efficiency, or even adjusting recipes—where fractions of variables matter. On your exam, they’re worth 10-15% of your score, and one small mistake can cost you full marks. Today, you’ll learn the exact steps to solve them without errors."


What You Need To Know First

Before diving into rational expressions, ensure you’re solid on: 1. Factoring polynomials (GCF, difference of squares, trinomials, grouping). 2. Simplifying fractions (canceling common factors, reducing to lowest terms). 3. Finding the domain (values that make the denominator zero are excluded).

If any of these feel shaky, pause and review them first—rational expressions build on these skills!


Key Vocabulary

Term Plain-English Definition Quick Example
Rational Expression A fraction where the numerator and/or denominator is a polynomial. (\frac{x+2}{x-3})
Domain All real numbers except those that make the denominator zero. For (\frac{5}{x+1}), domain: (x \neq -1).
Simplest Form A rational expression with no common factors in the numerator and denominator. (\frac{x(x+2)}{x(x-1)} = \frac{x+2}{x-1}) (after canceling (x)).
Excluded Value A number that makes the denominator zero (and is not allowed). For (\frac{3}{x-4}), (x = 4) is excluded.
Common Denominator The smallest expression that both denominators divide into evenly. For (\frac{1}{x}) and (\frac{1}{x+1}), common denominator: (x(x+1)).
Complex Fraction A fraction where the numerator, denominator, or both contain another fraction. (\frac{\frac{1}{x} + 2}{3 - \frac{1}{x}})

Formulas To Know

Formula What It Means Memorize?
(\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}) Multiply numerators, multiply denominators. MEMORIZE THIS
(\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c}) Dividing is the same as multiplying by the reciprocal. MEMORIZE THIS
(\frac{a}{c} + \frac{b}{c} = \frac{a+b}{c}) Add numerators if denominators are the same. MEMORIZE THIS
(\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}) Cross-multiply to add fractions with different denominators. MEMORIZE THIS
(\frac{a}{b} = \frac{a \cdot k}{b \cdot k}) (where (k \neq 0)) Multiplying numerator and denominator by the same non-zero value doesn’t change the fraction. Given on exam sheet

Step-by-Step Method

How to Simplify a Rational Expression

  1. Factor the numerator and denominator completely.
  2. Identify excluded values (set denominator = 0 and solve).
  3. Cancel common factors in the numerator and denominator.
  4. Write the simplified expression and note excluded values.

How to Multiply Rational Expressions

  1. Factor all numerators and denominators.
  2. Multiply numerators together and denominators together.
  3. Cancel common factors across the fraction.
  4. Simplify and state excluded values (from original denominators).

How to Divide Rational Expressions

  1. Rewrite division as multiplication by the reciprocal.
  2. Follow the multiplication steps (factor, multiply, cancel, simplify).
  3. State excluded values (from all denominators in the original problem).

How to Add/Subtract Rational Expressions

  1. Find the least common denominator (LCD) of all fractions.
  2. Rewrite each fraction with the LCD as the new denominator.
  3. Combine numerators over the LCD.
  4. Simplify the numerator (factor and cancel if possible).
  5. State excluded values (from the LCD).

Worked Examples

Example 1 – Basic: Simplifying a Rational Expression

Problem: Simplify (\frac{x^2 - 9}{x^2 - 6x + 9}) and state excluded values.

Step-by-Step Solution: 1. Factor numerator and denominator:
- Numerator: (x^2 - 9 = (x+3)(x-3)) (difference of squares).
- Denominator: (x^2 - 6x + 9 = (x-3)^2) (perfect square trinomial). 2. Rewrite the expression:
(\frac{(x+3)(x-3)}{(x-3)(x-3)}) 3. Cancel common factors:
- ((x-3)) cancels once (not completely—one remains in the denominator).
- Simplified: (\frac{x+3}{x-3}) 4. Find excluded values:
- Set denominator = 0: (x-3 = 0 \Rightarrow x = 3).
- Excluded value: (x \neq 3).

Final Answer: (\frac{x+3}{x-3}), (x \neq 3).

What we did and why: - Factoring first lets us cancel common terms. - Excluded values must be stated—even if they disappear after simplifying.


Example 2 – Medium: Multiplying Rational Expressions

Problem: Multiply (\frac{x^2 - 4}{x+2} \cdot \frac{x+3}{x^2 - x - 6}). Simplify and state excluded values.

Step-by-Step Solution: 1. Factor all numerators and denominators:
- (\frac{(x+2)(x-2)}{x+2} \cdot \frac{x+3}{(x-3)(x+2)}) 2. Multiply numerators and denominators:
(\frac{(x+2)(x-2)(x+3)}{(x+2)(x-3)(x+2)}) 3. Cancel common factors:
- ((x+2)) cancels once (one remains in the denominator).
- Simplified: (\frac{(x-2)(x+3)}{(x-3)(x+2)}) 4. Find excluded values:
- Original denominators: (x+2 = 0 \Rightarrow x = -2)
- (x^2 - x - 6 = 0 \Rightarrow x = 3, x = -2)
- Excluded values: (x \neq -2, 3).

Final Answer: (\frac{(x-2)(x+3)}{(x-3)(x+2)}), (x \neq -2, 3).

What we did and why: - Factoring before multiplying prevents messy polynomials. - Excluded values come from original denominators—even if they cancel later.


Example 3 – Exam Style: Adding Rational Expressions

Problem: Add (\frac{3}{x+1} + \frac{2}{x-1}). Simplify and state excluded values.

Step-by-Step Solution: 1. Find the LCD:
- Denominators: (x+1) and (x-1).
- LCD: ((x+1)(x-1)). 2. Rewrite each fraction with the LCD:
(\frac{3(x-1)}{(x+1)(x-1)} + \frac{2(x+1)}{(x+1)(x-1)}) 3. Combine numerators:
(\frac{3(x-1) + 2(x+1)}{(x+1)(x-1)}) 4. Expand and simplify the numerator:
- (3x - 3 + 2x + 2 = 5x - 1)
- Simplified: (\frac{5x - 1}{(x+1)(x-1)}) 5. Factor numerator (if possible):
- (5x - 1) doesn’t factor further. 6. Find excluded values:
- (x+1 = 0 \Rightarrow x = -1)
- (x-1 = 0 \Rightarrow x = 1)
- Excluded values: (x \neq -1, 1).

Final Answer: (\frac{5x - 1}{(x+1)(x-1)}), (x \neq -1, 1).

What we did and why: - The LCD ensures we can combine the fractions. - Always expand and simplify the numerator—don’t leave it factored unless it cancels.


Common Mistakes

Mistake Why It Happens Correct Approach
Canceling terms, not factors Students cancel (x) in (\frac{x+2}{x+3}) to get (\frac{2}{3}). Only cancel factors (e.g., (\frac{x(x+2)}{x(x-1)} = \frac{x+2}{x-1})).
Ignoring excluded values Forgetting to state (x \neq 3) for (\frac{x+1}{x-3}). Always set original denominators = 0 and solve for excluded values.
Not factoring first Multiplying (\frac{x^2 - 4}{x} \cdot \frac{x}{x+2}) without factoring (x^2 - 4). Always factor before multiplying/dividing to simplify easily.
Adding denominators Writing (\frac{1}{x} + \frac{1}{y} = \frac{1}{x+y}). Denominators multiply when adding fractions with different denominators.
Forgetting to flip when dividing Dividing (\frac{a}{b} \div \frac{c}{d}) as (\frac{a}{b} \cdot \frac{c}{d}). Division = multiply by the reciprocal: (\frac{a}{b} \cdot \frac{d}{c}).

Exam Traps

Trap How to Spot It How to Avoid It
Hidden excluded values A problem simplifies to (\frac{x+2}{x-3}), but the original had ((x-3)^2). Check all original denominators for excluded values—even if they cancel.
Complex fractions disguised as simple A problem like (\frac{\frac{1}{x} + 1}{2 - \frac{1}{x}}) looks easy but isn’t. Rewrite complex fractions as single fractions before simplifying.
Tricky factoring A denominator like (x^2 + 5x + 6) factors to ((x+2)(x+3)), but students miss it. Always double-check factoring—especially with trinomials.

1-Minute Recap

"Alright, let’s lock this in. Rational expressions are just fractions with polynomials. Here’s your 3-step battle plan for the exam:

  1. Simplify first: Factor everything, cancel common factors, and always note excluded values.
  2. Multiply/divide: Flip for division, factor, multiply, then cancel.
  3. Add/subtract: Find the LCD, rewrite, combine, and simplify.

Watch out for: - Canceling terms instead of factors. - Forgetting excluded values (they’re easy marks!). - Not factoring first—it makes everything harder.

On exam day, write down the steps before you start. Factor, cancel, simplify, and state excluded values. You’ve got this!



ADVERTISEMENT