MATH 3 • ALGEBRA & FUNCTIONS

Rational Expression Operations — I can add, subtract, multiply, and divide rational expressions and simplify results with correct restrictions.

Master the four operations on algebraic fractions and learn why restrictions keep your math valid.

Historical Context & Motivation

Long before modern algebra existed, mathematicians struggled with the same question: how do you work with quantities that involve division by expressions that could be zero? The concept of a rational expression — a fraction whose numerator and denominator are polynomials — grew out of centuries of mathematical discovery. Ancient civilizations developed basic fraction arithmetic, but it took the invention of symbolic algebra to extend those ideas to expressions containing variables.

~1650 BCE
Egyptian Fraction Arithmetic
The Rhind Papyrus shows Egyptians adding and decomposing fractions using unit fractions (fractions with numerator 1), laying groundwork for fraction operations.
~300 BCE
Euclid's Ratio Theory
In Elements, Euclid formalized ratios and proportions, establishing rules for comparing and combining quantities — a geometric precursor to algebraic fractions.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote the first systematic algebra text, introducing methods for solving equations that implicitly involved rational expressions.
1591
Viète's Symbolic Notation
François Viète introduced letters for unknowns and constants, making it possible to write and manipulate general rational expressions like (a + b) / c for the first time.
1800s–Today
Modern Algebra & Applications
Rational expressions became essential tools in calculus, physics, and engineering — from modeling electrical circuits to describing rates of chemical reactions.

Today, working with rational expressions is a core algebra skill. The central challenge remains: how do you add, subtract, multiply, and divide these algebraic fractions while keeping track of values that would make a denominator zero? That question drives everything in this lesson.

Core Principles & Definitions

Before diving into operations, you need a solid grasp of what rational expressions are and the rules that govern them. Think of these principles as the "ground rules" — they apply to every problem you'll encounter.

1

Rational Expression

A fraction of the form P(x) / Q(x), where P and Q are polynomials and Q(x) ≠ 0. Examples: (x + 3) / (x − 1) and 5 / (x² − 4).
2

Restrictions (Excluded Values)

Any value of the variable that makes a denominator equal to zero must be excluded from the domain. Set each denominator equal to zero and solve to find restrictions.
3

Simplifying by Factoring

Factor the numerator and denominator completely, then cancel common factors. The restrictions from the original expression still apply even after cancellation.
4

Least Common Denominator (LCD)

To add or subtract rational expressions with different denominators, find the LCD — the simplest expression that each denominator divides into evenly.
5

Keep-Change-Flip for Division

Dividing by a rational expression is the same as multiplying by its reciprocal. Flip the second fraction and multiply, then simplify.
KEY TAKEAWAY
Rational expressions work exactly like numeric fractions — you find common denominators to add, you multiply straight across, and you simplify by canceling common factors. The only new twist is tracking restrictions. Think of it like a speed limit sign: even if you change the road (simplify), the speed limit (restriction) that was posted earlier still applies.

Visual Overview of All Four Operations

The diagram below presents a visual roadmap for all four operations on rational expressions. Each operation follows a distinct pathway, but they all share two common bookend steps: factor everything first, and state your restrictions at the end.

All four operations share the same first step (factor) and final steps (cancel common factors, then state restrictions). Multiplication and division go straight across; addition and subtraction require finding a least common denominator (LCD) first.

Notice how multiplication and division are simpler paths — you never need a common denominator. For addition and subtraction, the LCD step is the crucial extra ingredient. Regardless of the operation, the final step is always the same: simplify by canceling and state every restriction from every denominator you encountered along the way.

Mathematical Framework

Here are the formal rules for each operation. In every formula below, A, B, C, and D represent polynomial expressions, and all denominators are assumed to be nonzero.

MULTIPLICATION
(A / B) × (C / D) = (A × C) / (B × D)
Multiply numerator by numerator and denominator by denominator. Factor and cancel before multiplying to keep things manageable.
DIVISION
(A / B) ÷ (C / D) = (A / B) × (D / C) = (A × D) / (B × C)
Multiply by the reciprocal of the divisor. The restriction C ≠ 0 is added (in addition to B ≠ 0 and D ≠ 0) because the original expression also has D as a denominator and C as a denominator after flipping.
ADDITION (SAME DENOMINATOR)
(A / B) + (C / B) = (A + C) / B
When denominators match, simply add the numerators and keep the common denominator.
SUBTRACTION (DIFFERENT DENOMINATORS)
(A / B) − (C / D) = (A × D − C × B) / (B × D) [or use LCD]
Find the LCD of B and D, rewrite each fraction with that LCD, then subtract numerators. Be sure to distribute the negative sign across the entire second numerator.
⚠️ Watch the Negative Sign!
The number-one mistake students make in subtraction is forgetting to distribute the negative sign to every term in the second numerator. For example, when subtracting (3x + 2), you must write −3x − 2, not −3x + 2.

Finding and Stating Restrictions

A restriction (or excluded value) is any value of the variable that would make any denominator in the problem equal to zero. You must identify restrictions from the original, unsimplified expression — even factors that cancel out still create restrictions. This is because the original expression is undefined at those values, and simplifying doesn't change the domain.

Even though (x − 3) cancels from the expression, plugging x = 3 into the original expression gives 0/0, which is undefined. That's why x = 3 must remain a restriction.
Restrictions from the denominator (x − 3)(x + 2)
Denominator FactorSet = 0Restriction
(x − 3)x − 3 = 0x ≠ 3
(x + 2)x + 2 = 0x ≠ −2

Worked Example: Adding Rational Expressions

Let's work through a complete addition problem step by step. We'll add two rational expressions with different denominators, find the LCD, combine, simplify, and state all restrictions.

Add and Simplify: 3 / (x² − 4) + 2 / (x + 2)
1
Step 1 — Factor All DenominatorsThe first denominator is a difference of squares: x² − 4 = (x + 2)(x − 2). The second denominator is already linear: (x + 2). So our two fractions are 3 / [(x + 2)(x − 2)] and 2 / (x + 2).
3 / [(x + 2)(x − 2)] + 2 / (x + 2)
2
Step 2 — Identify RestrictionsSet each unique denominator factor equal to zero. From (x + 2): x ≠ −2. From (x − 2): x ≠ 2. Record these now — they won't change.
Restrictions: x ≠ −2, x ≠ 2
3
Step 3 — Find the LCDThe LCD must contain each factor at its highest power. The first denominator has (x + 2) and (x − 2). The second has (x + 2). So the LCD is (x + 2)(x − 2).
LCD = (x + 2)(x − 2)
4
Step 4 — Rewrite Each Fraction with the LCDThe first fraction already has the LCD. The second fraction needs to be multiplied top and bottom by (x − 2): [2 × (x − 2)] / [(x + 2)(x − 2)] = (2x − 4) / [(x + 2)(x − 2)].
3 / [(x+2)(x−2)] + (2x − 4) / [(x+2)(x−2)]
5
Step 5 — Add Numerators and SimplifyCombine the numerators over the common denominator: (3 + 2x − 4) / [(x + 2)(x − 2)] = (2x − 1) / [(x + 2)(x − 2)]. Check if the numerator factors further — (2x − 1) does not share a factor with either (x + 2) or (x − 2), so we're done simplifying.
(2x − 1) / [(x + 2)(x − 2)], x ≠ −2, x ≠ 2
💡 Pro Tip
Always try to factor and cancel before you multiply things out. Keeping expressions in factored form makes it much easier to spot common factors, and it saves you from having to factor a larger polynomial later.

Common Errors & How to Avoid Them

Even strong algebra students make predictable mistakes with rational expressions. The table below compares common errors with the correct approaches. Study these carefully — recognizing the pattern of a mistake is the fastest way to avoid it.

Top errors in rational expression operations
Common ErrorWhy It's WrongCorrect Approach
Canceling terms instead of factors: (x + 3) / (x + 5) → 3/5You can only cancel factors that multiply the entire numerator and denominator, not individual terms that are added.Factor first, then cancel only common factors. (x + 3)/(x + 5) cannot be simplified further.
Forgetting to distribute the negative when subtracting: a − (b + c) → a − b + cThe subtraction sign must distribute to every term in the second numerator.Write it as a − b − c. Use parentheses and distribute carefully.
Dropping restrictions after simplifyingThe domain is determined by the original expression; simplification doesn't change where it's undefined.State all restrictions from every denominator that appeared at any point in the problem.
Adding numerators without a common denominator: a/b + c/d → (a+c)/(b+d)This rule doesn't exist! You can only add fractions that share the same denominator.Find the LCD, rewrite each fraction, then add numerators over the LCD.
KEY TAKEAWAY
Think of canceling like reducing a fraction: you can cancel 6/8 to 3/4 because 6 = 2 × 3 and 8 = 2 × 4, and you divide both by the common factor of 2. You would never cancel the 3 in 3 + 5 with the 3 in 3 + 7 — those 3s are terms, not factors. The same rule applies to variables: only cancel factors, never terms.

Connections to Advanced Topics

The skills you're building now — factoring, finding common denominators, tracking restrictions — are the exact same skills you'll use in more advanced math courses. The table below shows how each skill extends.

How this lesson connects to future topics
Skill from This LessonWhere It Appears Next
Finding restrictions (excluded values)Domain analysis of functions; vertical asymptotes in graphing rational functions
Adding rational expressions with LCDSolving rational equations by multiplying both sides by the LCD
Multiplying and dividing rational expressionsSimplifying complex fractions; partial fraction decomposition in calculus
Factoring polynomialsFundamental Theorem of Algebra; polynomial long division; calculus limits

In precalculus and calculus, you'll graph rational functions and analyze their behavior near the values you're now learning to exclude. The vertical asymptotes of a rational function occur at exactly the restrictions that remain in the simplified form, while holes in the graph occur at restrictions that corresponded to canceled factors. So the work you're doing now is literally building the foundation for graphing these functions later.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the expression (x − 5) / (x² − 25), when simplified to 1 / (x + 5), still has the restriction x ≠ 5 even though (x − 5) no longer appears in the simplified form.
PROBLEM 2BASIC CALCULATION
Multiply and simplify. State all restrictions. [(x + 4) / (x − 1)] × [(x² − 1) / (x² + 5x + 4)]
PROBLEM 3INTERMEDIATE
Subtract and simplify. State all restrictions. [x / (x + 3)] − [2 / (x − 1)]
PROBLEM 4APPLIED
Two machines fill bottles at rates of x / (x + 2) bottles per minute and 3 / (x + 2) bottles per minute, respectively. Write and simplify a single rational expression for their combined rate. If x = 4, what is the combined rate?
PROBLEM 5CRITICAL THINKING
Divide and simplify. State all restrictions. [(x² − 4x + 3) / (x² − 9)] ÷ [(x² − 1) / (x² + 6x + 9)]

Lesson Summary

A rational expression is a fraction of polynomials, and operating on them mirrors numeric fraction arithmetic. To multiply, factor everything, cancel common factors, and multiply straight across. To divide, flip the divisor and multiply. To add or subtract, find the least common denominator (LCD), rewrite each fraction, combine numerators, and simplify. When subtracting, distribute the negative sign across the entire second numerator.

Throughout every operation, you must identify and state all restrictions — values that make any denominator zero. These restrictions come from the original unsimplified expression, and they remain even after common factors are canceled. The golden rule: factor first, cancel factors (never terms), and always state your restrictions.

Varsity Tutors • Math 3 • Rational Expression Operations