5.1 Simplifying and Operating with Rational Expressions
Key Takeaways
- A rational expression is in simplest form when its numerator and denominator share no common polynomial factors other than 1 or -1.
- Domain restrictions must always be determined from the unsimplified denominator prior to dividing out common factors.
- Dividing rational expressions requires multiplying by the reciprocal and tracking domain exclusions across the first denominator, the second denominator, and the divisor's numerator.
- Adding and subtracting rational expressions with unlike denominators requires constructing the Least Common Denominator (LCD) and strictly distributing negative signs across all terms of subtracted numerators.
- Opposite binomial factors of the form (a - b) and (b - a) simplify to -1 because (b - a) = -(a - b).
5.1 Simplifying and Operating with Rational Expressions
[!NOTE] Curricular Context & Standards Alignment: The tested standard is AII-A.APR.6 - rewrite simple rational expressions in different forms. NYSED’s instructional note calls rewriting simple rational expressions through inspection a fluency expectation for Algebra II, and the June 2026 examination used exactly this skill in Part I (rewriting a cubic over a linear divisor in quotient-plus-remainder form) and in Part II (simplifying a rational expression in simplest form). The closure property of rational expressions under the four operations, formerly A-APR.7, is a plus standard under the Next Generation standards; the operations are covered here because they are the machinery you need for AII-A.REI.2 rational equations in Section 5.2.
A rational expression is defined as the quotient of two polynomials, written in the canonical algebraic form: Because division by zero is strictly undefined in mathematics, a rational expression exists only for real numbers $x$ for which the denominator polynomial $Q(x)$ is nonzero.
1. Domain Restrictions and Simplifying Rational Expressions
Simplifying a rational expression means reducing it to an equivalent expression in lowest terms by factoring both the numerator and denominator completely and dividing out any common polynomial factors.
The Domain Restriction Mandate
A frequent conceptual pitfall on the Regents examination is identifying domain restrictions after canceling common terms. You must always identify domain restrictions from the unsimplified denominator before any common factors are divided out.
[!IMPORTANT] Domain Rule: If a value $x = c$ causes the original denominator to equal zero ($Q(c) = 0$), that value is permanently excluded from the domain of the expression. Even if the factor $(x - c)$ divides out completely during simplification, the restriction $x \neq c$ remains in force. On a graph, a canceled factor creates a removable discontinuity (hole) rather than restoring that point to the continuous domain.
Systematic Simplification Workflow
- Factor Completely: Factor the numerator $P(x)$ and denominator $Q(x)$ into irreducible linear and quadratic factors over the integers (using GCF, difference of two squares, trinomial factoring, or grouping).
- Identify Domain Restrictions: Set each distinct factor in the original denominator equal to zero and solve to identify all excluded domain values ($Q(x) \neq 0$).
- Divide Out Common Factors: Cancel common polynomial factors appearing simultaneously in both numerator and denominator using the fundamental identity $\frac{a}{a} = 1$ (for $a \neq 0$).
- Handle Opposite Binomial Factors: Watch for opposite factors of the form $(a - b)$ and $(b - a)$. Factoring out a negative one reveals that $(b - a) = -(a - b)$, which simplifies to negative one:
2. Multiplication and Division of Rational Expressions
Operations on rational expressions parallel the arithmetic algorithms governing numerical fractions.
Multiplication of Rational Expressions
To multiply rational expressions, multiply numerators together and denominators together:
- Strategic Efficiency: Do not expand polynomials into standard form before simplifying. Factor every numerator and denominator completely first, record domain restrictions where $B(x) \neq 0$ and $D(x) \neq 0$, and divide out common factors across all terms before writing the product.
Division and Multi-Stage Domain Restrictions
Dividing by a rational expression requires multiplying by the reciprocal of the divisor:
[!CAUTION] The Multi-Stage Division Restriction: In a division problem, division by zero can occur at three distinct locations. To earn full credit on Regents constructed-response items, you must exclude values that make:
- The first denominator zero: $B(x) = 0$
- The second denominator zero: $D(x) = 0$
- The inverted divisor denominator (original second numerator) zero: $C(x) = 0$
The domain of the quotient excludes all roots satisfying $B(x) = 0$, $D(x) = 0$, or $C(x) = 0$.
3. Addition and Subtraction with Unlike Denominators
Adding or subtracting rational expressions requires constructing a Least Common Denominator (LCD), which is the polynomial of lowest degree and smallest integer coefficients divisible by each original denominator.
Step-by-Step Procedure for Addition and Subtraction
- Factor All Denominators: Completely factor each denominator into prime linear and quadratic factors.
- Construct the LCD: Form the product containing each unique factor that appears in any denominator, raised to its highest power occurring in any single denominator.
- Build Equivalent Fractions: Multiply the numerator and denominator of each term by the missing factors needed to match the LCD (multiplying by a strategic form of 1).
- Combine Numerators: Add or subtract the numerators over the common LCD.
- Distribute Subtraction: When subtracting, place parentheses around the entire second numerator and distribute the negative sign to every term.
- Simplify the Result: Combine like terms in the numerator, factor the resulting polynomial, and divide out any common factors shared with the LCD.
4. Rational Operations Reference Guide
| Operation | General Algebraic Form | Necessary Procedural Steps | Critical Domain Restriction Rules |
|---|---|---|---|
| Simplification | $\frac{P(x)}{Q(x)}$ | Factor numerator & denominator; cancel common factors | Set original denominator $Q(x) \neq 0$ before canceling |
| Multiplication | $\frac{A(x)}{B(x)} \cdot \frac{C(x)}{D(x)}$ | Factor all polynomials; divide out common factors across numerators and denominators | Exclude values where $B(x) = 0$ or $D(x) = 0$ |
| Division | $\frac{A(x)}{B(x)} \div \frac{C(x)}{D(x)}$ | Invert divisor to $\frac{D(x)}{C(x)}$; factor completely; cancel common factors | Exclude values where $B(x) = 0$, $D(x) = 0$, OR $C(x) = 0$ |
| Addition / Subtraction | $\frac{A(x)}{B(x)} \pm \frac{C(x)}{D(x)}$ | Factor denominators; construct LCD; rescale numerators; distribute negatives | Exclude values where $B(x) = 0$ or $D(x) = 0$ |
5. Worked Regents-Style Examples
Example 1: Simplifying with Domain Restrictions
Problem: Simplify $\frac{2x^2 - 8}{x^2 + 5x + 6}$ and state all domain restrictions.
- Step 1: Factor completely:
- Step 2: Determine domain restrictions from the original denominator:
- Step 3: Divide out the common binomial factor $(x + 2)$:
Example 2: Division and Multi-Stage Restrictions
Problem: Perform the indicated operation and express in simplest form: $\frac{x^2 - 9}{x^2 + 4x + 4} \div \frac{2x - 6}{x^2 - 4}$.
- Step 1: Factor all four polynomial components:
- Step 2: Determine all domain restrictions:
- First denominator: $(x + 2)^2 = 0 \implies x \neq -2$
- Second denominator: $(x - 2)(x + 2) = 0 \implies x \neq 2, -2$
- Second numerator (inverted divisor): $2(x - 3) = 0 \implies x \neq 3$
- Combined domain restrictions: $x \neq -2, ; 2, ; 3$
- Step 3: Multiply by the reciprocal and divide out common factors:
Example 3: Subtraction with Unlike Denominators
Problem: Express the difference as a single rational expression in simplest form: $\frac{3}{x^2 - 1} - \frac{2}{x^2 + x}$.
- Step 1: Factor denominators to identify the LCD:
- Step 2: Rewrite each fraction using the LCD:
- Step 3: Distribute the negative sign across the second numerator and combine: Domain restrictions: $x \neq 0, ; 1, ; -1$.
Which expression represents $\frac{2x^2 - 18}{x^2 - 2x - 15}$ in simplest form, along with its complete domain restrictions?
For what values of $x$ is the quotient $\frac{x^2 - 16}{x + 2} \div \frac{x - 4}{x^2 - 4}$ undefined?
What is the simplified difference of the rational expressions $\frac{x + 1}{x - 3} - \frac{x - 2}{x + 4}$?