COLLEGE ALGEBRA • RATIONAL EXPRESSIONS & FUNCTIONS

Multiply and Divide Rational Expressions

Master the algebraic techniques for combining polynomial fractions through multiplication and division.

Historical Context & Motivation

The manipulation of ratios and proportions is among the oldest mathematical activities in recorded history. Ancient civilizations needed to partition land, distribute resources, and compute rates of exchange—all tasks that naturally give rise to expressions involving one quantity divided by another. The concept of a rational expression—a ratio of two polynomials—is a direct generalization of the arithmetic fraction, extending the same rules of multiplication and division into the domain of polynomial algebra. Understanding how these ideas evolved provides essential context for appreciating why the procedures we use today are both natural and rigorous.

~1650 BCE
Egyptian & Babylonian Fractions
The Rhind Papyrus and Babylonian clay tablets document systematic procedures for multiplying and dividing numerical fractions, establishing the conceptual foundation that ratios obey their own arithmetic rules.
~300 BCE
Euclid's Ratio Theory
In Book V of the Elements, Euclid formalized the theory of proportions for magnitudes, providing a geometric framework for comparing ratios that would later inform algebraic treatments of fraction operations.
~825 CE
Al-Khwārizmī's Algebraic Synthesis
Al-Khwārizmī's foundational text on algebra unified arithmetic operations with variable quantities, laying the groundwork for treating polynomial expressions as objects that could be combined via multiplication and division.
1591
Viète's Symbolic Algebra
François Viète introduced systematic letter notation for unknowns and parameters, making it possible to write and manipulate rational expressions in the symbolic form we use today.
1800s
Modern Algebra & Formal Ring Theory
The development of abstract algebra formalized the concept of a field of fractions, placing the arithmetic of rational expressions on the same rigorous footing as the arithmetic of rational numbers.

The central question this lesson addresses is both practical and structural: given two rational expressions, how do we multiply or divide them to produce a single simplified rational expression? The answer mirrors the rules you already know for numerical fractions, but it requires the additional skill of factoring polynomials and identifying domain restrictions imposed by variable denominators.

Core Principles & Definitions

A rational expression is any expression that can be written as the quotient P(x)/Q(x), where P(x) and Q(x) are polynomials and Q(x) ≠ 0. Just as the integers give rise to the rational numbers through division, the ring of polynomials gives rise to rational expressions. The operations of multiplication and division on these expressions follow rules that are structurally identical to those governing ordinary fractions, but they require careful attention to factoring and to the values of the variable that would make a denominator zero.

1

Factor Before You Operate

Always factor the numerators and denominators of every rational expression completely before multiplying or dividing. This is the single most important step because it reveals common factors that can be cancelled.
2

Multiply Straight Across

To multiply two rational expressions, multiply the numerators together and the denominators together: (A/B) × (C/D) = (A × C) / (B × D). Cancel common factors across numerators and denominators before forming the product.
3

Division Is Reciprocal Multiplication

To divide by a rational expression, multiply by its reciprocal: (A/B) ÷ (C/D) = (A/B) × (D/C). This converts every division problem into a multiplication problem.
4

State Domain Restrictions

Any value of the variable that makes any denominator in the original expression or any intermediate step equal to zero must be excluded from the domain. These restrictions persist even after cancellation.
5

Simplify to Lowest Terms

After multiplying, cancel all factors common to the numerator and denominator. The final answer should be a rational expression in which the numerator and denominator share no non-constant common factors.
KEY TAKEAWAY
Think of rational expressions as fractions whose numerators and denominators happen to be polynomials. Every rule you know for multiplying and dividing numerical fractions—multiply tops, multiply bottoms, flip the second fraction when dividing—carries over exactly. The only new wrinkle is that you must factor polynomials (rather than just factor integers) to cancel common factors, and you must track which variable values blow up a denominator.

Visual Explanation

Multiplication Workflow

The flowchart above illustrates the five-step workflow for multiplying rational expressions. The example at the bottom traces a concrete product through factoring, cancellation, and the final simplified result with domain restrictions.

The diagram emphasizes that factoring is the pivotal step. Without it, you cannot identify the common factors eligible for cancellation. Notice that the domain restrictions (x ≠ 2, −2, −3) arise from every denominator that appears at any stage of the computation—not just the denominator of the final answer. Even though the simplified result is the constant 1, the function it represents is undefined at three points.

Mathematical Framework

The formal rules governing multiplication and division of rational expressions are direct extensions of the corresponding rules for rational numbers. Let P(x), Q(x), R(x), and S(x) be polynomials with Q(x) ≠ 0 and S(x) ≠ 0 (and R(x) ≠ 0 when it appears in a denominator). The following equations summarize the core operations.

MULTIPLICATION OF RATIONAL EXPRESSIONS
P(x)/Q(x) × R(x)/S(x) = [P(x) · R(x)] / [Q(x) · S(x)]
Multiply numerator by numerator and denominator by denominator, then simplify by cancelling common polynomial factors.
DIVISION OF RATIONAL EXPRESSIONS
P(x)/Q(x) ÷ R(x)/S(x) = P(x)/Q(x) × S(x)/R(x) = [P(x) · S(x)] / [Q(x) · R(x)]
To divide, multiply by the reciprocal of the divisor. The additional restriction R(x) ≠ 0 must be included in the domain.
CANCELLATION PRINCIPLE
[A(x) · C(x)] / [B(x) · C(x)] = A(x) / B(x), C(x) ≠ 0
A common non-zero polynomial factor in the numerator and denominator may be cancelled. The restriction C(x) ≠ 0 is retained in the domain of the simplified expression.
Opposite Factors
A common source of errors involves factors that are negatives of each other. Note that (a − b) = −(b − a). Therefore (a − b)/(b − a) = −1. When you encounter factors of opposite sign in a product or quotient of rational expressions, factor out the −1 explicitly, cancel the resulting common factor, and carry the −1 forward.

The formal justification for these rules rests on the algebraic structure of the field of rational functions, which is constructed from the polynomial ring in exactly the same way the rational numbers are constructed from the integers. In both cases, multiplication is commutative and associative, division is defined as multiplication by the multiplicative inverse, and a fraction is in lowest terms when the greatest common divisor of numerator and denominator is 1 (or a non-zero constant, in the polynomial case).

Detailed Breakdown of the Procedure

Division Workflow with Domain Tracking

This flowchart details the division procedure. The key extra step compared to multiplication is inverting the divisor (flipping the second fraction) before proceeding through the standard factor-cancel-multiply pipeline. Domain restrictions must account for every denominator that appears at any stage, including the original divisor's numerator (which becomes a denominator after inversion).

The diagram above highlights a subtlety that students often overlook: when you invert C/D to form D/C, the polynomial C(x) moves to the denominator and therefore generates additional domain restrictions that were not present in the original problem statement. Specifically, any zero of C(x) must be excluded. This is why the domain of a quotient of rational expressions may be more restrictive than the domain of either expression individually.

Factoring Techniques You Should Have Ready

  • Greatest Common Factor (GCF): Always factor out the GCF first. For example, 3x³ − 6x² = 3x²(x − 2).
  • Difference of Squares: a² − b² = (a − b)(a + b). Example: x² − 9 = (x − 3)(x + 3).
  • Trinomial Factoring: x² + bx + c = (x + m)(x + n) where m + n = b and mn = c. For leading coefficient ≠ 1, use the AC method or trial and error.
  • Sum/Difference of Cubes: a³ ± b³ = (a ± b)(a² ∓ ab + b²). Less common but essential when they arise.
  • Factoring by Grouping: Useful for four-term polynomials. Group terms in pairs, factor each pair, then extract the common binomial factor.

Worked Example

Example 1: Multiplying Two Rational Expressions

Simplify and state domain restrictions: (2x² + 6x) / (x² − 4) × (x² + x − 6) / (4x)

Multiplication Example
1
Step 1 — Factor every polynomialFactor each numerator and denominator completely. Numerator 1: 2x² + 6x = 2x(x + 3). Denominator 1: x² − 4 = (x − 2)(x + 2). Numerator 2: x² + x − 6 = (x + 3)(x − 2). Denominator 2: 4x (already factored).
[2x(x + 3)] / [(x − 2)(x + 2)] × [(x + 3)(x − 2)] / [4x]
2
Step 2 — State domain restrictionsSet each denominator factor not equal to zero. From (x − 2): x ≠ 2. From (x + 2): x ≠ −2. From 4x: x ≠ 0.
Domain: x ≠ −2, 0, 2
3
Step 3 — Cancel common factorsWrite as a single fraction: [2x(x + 3)(x + 3)(x − 2)] / [(x − 2)(x + 2)(4x)]. Cancel x with x, (x − 2) with (x − 2), and simplify the coefficient 2/4 = 1/2.
[(x + 3)²] / [2(x + 2)]
4
Step 4 — Write the final answerCombine the simplified expression with the domain restrictions.
(x + 3)² / [2(x + 2)], x ≠ −2, 0, 2

Example 2: Dividing Two Rational Expressions

Simplify and state domain restrictions: (x² − 9) / (x² + 4x + 4) ÷ (x² + x − 12) / (x² + 5x + 6)

Division Example
1
Step 1 — Rewrite as multiplication by the reciprocalInvert the second fraction and change the operation to multiplication.
(x² − 9) / (x² + 4x + 4) × (x² + 5x + 6) / (x² + x − 12)
2
Step 2 — Factor everythingx² − 9 = (x − 3)(x + 3). x² + 4x + 4 = (x + 2)². x² + 5x + 6 = (x + 2)(x + 3). x² + x − 12 = (x + 4)(x − 3).
[(x − 3)(x + 3)] / [(x + 2)²] × [(x + 2)(x + 3)] / [(x + 4)(x − 3)]
3
Step 3 — State domain restrictionsDenominators at every stage: (x + 2)² → x ≠ −2; (x + 4)(x − 3) → x ≠ −4, x ≠ 3. Also, the original divisor's numerator x² + x − 12 = (x + 4)(x − 3) → already covered. Check the original divisor denominator x² + 5x + 6 = (x + 2)(x + 3) → x ≠ −3 in addition.
Domain: x ≠ −4, −3, −2, 3
4
Step 4 — Cancel and simplifyCancel (x − 3) from numerator and denominator. Cancel one (x + 2) from the denominator's square with (x + 2) in the numerator.
(x + 3)² / [(x + 2)(x + 4)]
5
Step 5 — Write the final answerCombine the simplified expression with all domain restrictions.
(x + 3)² / [(x + 2)(x + 4)], x ≠ −4, −3, −2, 3

Common Errors & How to Avoid Them

Five most frequent errors when multiplying or dividing rational expressions
Common ErrorWhy It's WrongCorrect Approach
Cancelling terms instead of factorsYou cannot cancel x² from (x² + 3)/x² because x² + 3 is a sum, not a product. Only factors—entire multiplicative pieces—may be cancelled.Factor numerator and denominator completely first. Cancel only factors that appear as entire multiplicative units in both.
Forgetting to flip the divisorWriting (A/B) ÷ (C/D) = (A × C)/(B × D) treats division as multiplication, yielding the wrong result.Always invert the second fraction: (A/B) ÷ (C/D) = (A/B) × (D/C).
Omitting domain restrictionsCancelling a factor like (x − 3) from numerator and denominator does not restore x = 3 to the domain. The original expression was undefined there.Record restrictions before cancelling and include them in your final answer.
Mishandling opposite factorsTreating (a − b) and (b − a) as identical leads to a sign error. They differ by a factor of −1.Write (b − a) = −(a − b), cancel the common (a − b), and carry the −1.
Incomplete factoringStopping at a partial factorization (e.g., x(x² − 4) instead of x(x − 2)(x + 2)) means you miss cancellable factors.Factor each polynomial down to irreducible (over the integers) factors before attempting cancellation.
KEY TAKEAWAY
Multiplying and dividing rational expressions is fundamentally about factoring and bookkeeping. The algebraic manipulations mirror ordinary fraction arithmetic, but the real challenge lies in completely factoring polynomials and meticulously tracking every domain restriction. If you discipline yourself to factor first, state restrictions second, and cancel third, you will avoid the vast majority of errors.

Connection to Advanced Topics

The ability to multiply and divide rational expressions is not an isolated skill; it connects forward to several important topics in college mathematics and applied fields. In calculus, you will manipulate rational expressions when computing limits of indeterminate forms, performing partial fraction decomposition for integration, and simplifying derivatives obtained via the quotient rule. In linear algebra, rational functions appear in transfer functions and eigenvalue problems. In engineering and the sciences, differential equations frequently produce rational function solutions whose simplification requires exactly the techniques developed here.

How this lesson's skills connect to more advanced mathematics
This LessonAdvanced Extension
Multiplying/dividing rational expressionsAdding/subtracting rational expressions (requires common denominators)
Domain restrictions from zero denominatorsVertical asymptotes and holes in rational functions graphing
Cancelling common polynomial factorsPartial fraction decomposition (reverse process of combining)
Opposite factor recognition: (a − b) = −(b − a)Simplifying complex fractions and rational equations
Polynomial factoring as prerequisiteIrreducibility over ℚ, factor theorem, and polynomial division

The distinction between a removable discontinuity (hole) and a vertical asymptote in a rational function hinges directly on whether a zero of the denominator also appears in the numerator—that is, on whether the factor cancels. When you simplify a product or quotient of rational expressions and cancel a factor (x − a), the graph has a hole at x = a. When the factor remains in the denominator after simplification, the graph has a vertical asymptote there. Mastery of the multiplication and division techniques in this lesson is therefore essential preparation for graphing rational functions.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the expression (x² − 1)/(x − 1), when simplified to x + 1, is not truly equivalent to x + 1 for all real numbers. What distinction must be made, and why does it matter?
PROBLEM 2BASIC CALCULATION
Multiply and simplify. State all domain restrictions. (3x)/(x + 5) × (x² + 7x + 10)/(9x²)
PROBLEM 3INTERMEDIATE
Divide and simplify. State all domain restrictions. (x² − x − 6)/(x² + 2x − 8) ÷ (x² − 9)/(x² + 6x + 8)
PROBLEM 4APPLIED
In electrical engineering, the total impedance Z of two impedances Z₁ and Z₂ in parallel is given by Z = (Z₁ · Z₂)/(Z₁ + Z₂). Suppose Z₁ = (s + 2)/(s² + 1) and Z₂ = (s² + 1)/(s + 3), where s is the complex frequency variable. Find Z in simplified form and state all restrictions on s.
PROBLEM 5CRITICAL THINKING
Let f(x) = (x² − 4x + 3)/(x² − 1) and g(x) = (x² − 2x − 3)/(x² − 6x + 9). Compute h(x) = f(x) ÷ g(x) in simplified form. Then determine whether h(x) has any removable discontinuities (holes). If so, find their coordinates. Finally, prove that h(x) approaches a specific finite value as x → ∞ and identify that value.

Lesson Summary

A rational expression is a ratio of two polynomials. To multiply two rational expressions, factor every numerator and denominator completely, cancel common factors across numerators and denominators, and then multiply the remaining factors straight across. To divide, simply invert the divisor and then multiply. Throughout both operations, every value of the variable that makes any denominator zero at any stage must be excluded from the domain; these domain restrictions persist even after cancellation and correspond to holes or vertical asymptotes in the graph of the resulting rational function.

The key prerequisite skill is polynomial factoring—including GCF extraction, difference of squares, trinomial factoring, and grouping. Watch for opposite factors like (a − b) and (b − a), which differ by a factor of −1. Mastery of these techniques provides the foundation for adding and subtracting rational expressions, solving rational equations, and analyzing the graphs of rational functions in subsequent coursework.

Varsity Tutors • College Algebra • Multiply and Divide Rational Expressions