ALGEBRA 2 • RATIONAL EXPRESSIONS

Operating with Rational Expressions

Learn to add, subtract, multiply, and divide fractions that contain variables, just like you do with regular fractions.

Historical Context & Motivation

Fractions have been part of mathematics for thousands of years. Ancient civilizations needed fractions to divide land, measure grain, and track the stars. As algebra grew, mathematicians realized they could put polynomials (expressions like x² + 3x + 2) into fractions just as easily as whole numbers. These polynomial fractions — called rational expressions — became essential tools for solving equations and modeling the real world.

~1650 BCE
Egyptian Fractions
The Rhind Papyrus shows Egyptians using unit fractions (fractions with 1 on top) to divide bread and beer among workers. They understood that fractions follow predictable rules.
~300 BCE
Greek Ratios
Euclid studied ratios and proportions in his work Elements, developing rules for comparing and combining them. These ideas laid the groundwork for algebraic fractions.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote one of the first algebra textbooks. He showed how to manipulate expressions with unknowns, including dividing one expression by another.
1600s
Symbolic Algebra Matures
Mathematicians like Descartes and Newton began writing fractions with polynomial numerators and denominators using modern notation. Rational expressions became central to calculus and physics.
2010
Common Core Standard HSA-APR.B.7
The Common Core State Standards formally require high school students to understand that rational expressions behave just like rational numbers — they are closed under addition, subtraction, multiplication, and division. This standard is part of the high school Algebra strand (HSA-APR.B.7) and is addressed in Algebra 2 or Precalculus, after students have mastered polynomial factoring.

The key question this lesson answers is: Can we add, subtract, multiply, and divide fractions containing variables using the same rules we already know for number fractions? The answer is yes — and mastering this skill opens the door to solving complex equations in algebra, physics, and engineering.

Core Principles & Definitions

A rational expression is any fraction whose numerator and denominator are polynomials. For example, (x + 1)/(x − 2) is a rational expression. Think of it as a regular fraction — like 3/5 — except the numbers have been replaced by expressions containing variables. This topic is part of Algebra 2 (CCSS.HSA-APR.B.7) and builds directly on polynomial factoring skills developed earlier in the course. Before diving into operations, you need four foundational ideas.

1

What "Rational" Means

The word "rational" comes from "ratio." A rational expression is a ratio (fraction) of two polynomials: P(x)/Q(x), where Q(x) ≠ 0.
2

Domain Restrictions

You can never divide by zero. Any value of x that makes the denominator equal zero is excluded from the domain. Always state these restrictions.
3

Simplifying First

Just like you reduce 6/8 to 3/4, you should factor and cancel common factors in the numerator and denominator of a rational expression before performing operations.
4

Closure Property

When you add, subtract, multiply, or divide two rational expressions (never dividing by zero), the result is always another rational expression. This is called being "closed" under those operations — the same way that adding or multiplying two fractions always yields another fraction.
KEY TAKEAWAY
Rational expressions work exactly like the fractions you already know. Imagine regular fractions are like riding a bicycle on flat ground — you know the rules for combining them. Rational expressions are like riding the same bicycle up a hill: the terrain looks different (there are variables), but the pedaling technique (the rules) stays exactly the same. Same denominator? Add the tops. Different denominators? Find a common one first.

Visual Explanation — The Fraction Analogy

The diagram below shows the direct parallel between operations on regular fractions (rational numbers) and operations on rational expressions. Each row shows one operation: multiply, divide, add, and subtract. On the left side you see the familiar number-fraction version, and on the right you see the same rule applied to polynomial fractions.

Each row shows one arithmetic operation. The left column uses number fractions you already know; the right column applies the identical rule to rational expressions. Notice how the steps match perfectly.

Study the diagram row by row. For multiplication, you multiply straight across — tops times tops and bottoms times bottoms. For division, you flip the second fraction and multiply. For addition and subtraction, you need a common denominator before you can combine the numerators. The only new twist with rational expressions is that you must factor polynomials to find the least common denominator (LCD) and to simplify your final answer.

Mathematical Framework — The Four Operations

Below are the formal rules for each operation. In every formula, P, Q, R, and S represent polynomials, and no denominator equals zero.

MULTIPLICATION
P/Q × R/S = (P × R) / (Q × S)
Multiply the numerators together and multiply the denominators together. Then factor and cancel any common factors. Tip: cancel common factors before multiplying to keep numbers small.
DIVISION
P/Q ÷ R/S = P/Q × S/R = (P × S) / (Q × R)
Multiply by the reciprocal (the flipped version) of the divisor. R ≠ 0 is required, so note the extra domain restriction.
ADDITION (SAME DENOMINATOR)
P/Q + R/Q = (P + R) / Q
When denominators match, simply add the numerators and keep the common denominator. Simplify the result by factoring.
ADDITION / SUBTRACTION (DIFFERENT DENOMINATORS)
P/Q ± R/S = (P × S ± R × Q) / (Q × S)
Find the least common denominator (LCD) by factoring Q and S. Rewrite each fraction over the LCD, combine numerators, and simplify. When subtracting, distribute the negative sign to every term in the second numerator.
Watch Out!
The most common mistake is forgetting to distribute the negative sign during subtraction. For example, when computing A/(x) − (x + 3)/(x), the second numerator becomes −x − 3, not −x + 3. Always use parentheses around the entire numerator you are subtracting, then distribute.

Finding the Least Common Denominator (LCD)

The hardest part of adding or subtracting rational expressions is finding the least common denominator. The LCD is the simplest expression that both denominators divide into evenly. Here is the step-by-step process.

  1. Step 1 — Factor each denominator completely. Break every denominator into its prime polynomial factors. For example, x² − 1 factors into (x + 1)(x − 1).
  2. Step 2 — List every unique factor. Write down each distinct factor that appears in any denominator.
  3. Step 3 — Use the highest power of each factor. If a factor appears squared in one denominator and to the first power in another, use the squared version.
  4. Step 4 — Multiply these factors together. The product is your LCD.
📋 Prerequisite Factoring Skills (CCSS.HSA-SSE.B, HSA-APR.B)
The worked example that follows uses two important factoring techniques that are prerequisite knowledge for this Algebra 2 topic. Students should have mastered these through their study of polynomial factoring (CCSS.HSA-SSE.B, HSA-APR.B) before working with rational expressions. Quick review: A difference of squares has the form a² − b² and factors as (a + b)(a − b). For example, x² − 4 = (x + 2)(x − 2). A perfect square trinomial has the form a² + 2ab + b² and factors as (a + b)². For example, x² + 4x + 4 = (x + 2)². If these patterns are not yet fluent, review polynomial factoring before continuing.
This flowchart traces the four-step LCD process for adding 3/(x² − 4) + 5/(x² + 4x + 4). After factoring both denominators, we identify the unique factors (x + 2) and (x − 2), take the highest power of each, and multiply to get the LCD = (x + 2)²(x − 2).

Once you have the LCD, multiply the numerator and denominator of each fraction by whatever factor(s) it is missing. In the example above, the first fraction 3/[(x + 2)(x − 2)] already contains one factor of (x + 2) but needs a second factor of (x + 2) to reach the LCD of (x + 2)²(x − 2), so you multiply top and bottom by (x + 2). The second fraction 5/(x + 2)² is missing (x − 2), so you multiply top and bottom by (x − 2). Then you add the new numerators over the LCD and simplify.

Worked Example — Adding Two Rational Expressions

Let's work through a complete addition problem step by step. This example applies prerequisite Algebra 2 polynomial factoring skills — difference of squares and perfect square trinomials (CCSS.HSA-SSE.B, HSA-APR.B) — in the context of operating with rational expressions (CCSS.HSA-APR.B.7). We will add:

PROBLEM
3/(x² − 4) + 5/(x² + 4x + 4)
Simplify completely and state any domain restrictions.
Adding Rational Expressions with Different Denominators
1
Step 1 — Factor both denominatorsRecall that a difference of squares factors as a² − b² = (a + b)(a − b). So x² − 4 = (x + 2)(x − 2). Recall that a perfect square trinomial factors as a² + 2ab + b² = (a + b)². So x² + 4x + 4 = (x + 2)². Domain restrictions: x ≠ 2 and x ≠ −2 (these values would make a denominator zero).
3/[(x + 2)(x − 2)] + 5/[(x + 2)²]
2
Step 2 — Find the LCDThe unique factors are (x + 2) and (x − 2). The highest power of (x + 2) is 2 (from the second denominator). The highest power of (x − 2) is 1. So the LCD is (x + 2)²(x − 2).
LCD = (x + 2)²(x − 2)
3
Step 3 — Rewrite each fraction over the LCDThe first fraction has denominator (x + 2)(x − 2), which already contains one factor of (x + 2). To reach the LCD of (x + 2)²(x − 2), it needs one additional factor of (x + 2). Multiply its numerator and denominator by (x + 2): 3(x + 2) / [(x + 2)²(x − 2)]. The second fraction has denominator (x + 2)², which is missing (x − 2). Multiply its numerator and denominator by (x − 2): 5(x − 2) / [(x + 2)²(x − 2)].
3(x + 2) / [(x + 2)²(x − 2)] + 5(x − 2) / [(x + 2)²(x − 2)]
4
Step 4 — Combine the numeratorsNow that the denominators are the same, add the numerators: [3(x + 2) + 5(x − 2)] / [(x + 2)²(x − 2)]. Distribute: (3x + 6 + 5x − 10) / [(x + 2)²(x − 2)]. Combine like terms: (8x − 4) / [(x + 2)²(x − 2)].
(8x − 4) / [(x + 2)²(x − 2)]
5
Step 5 — SimplifyFactor the numerator: 8x − 4 = 4(2x − 1). Check whether 4, (2x − 1), or any factor cancels with the denominator. None of them match (x + 2) or (x − 2), so no cancellation is possible.
4(2x − 1) / [(x + 2)²(x − 2)], x ≠ 2, x ≠ −2

Common Mistakes & How to Avoid Them

Rational expressions follow simple rules, but small errors can derail an entire problem. The table below catalogs the most frequent mistakes students make and how to fix them.

Common errors in rational expression operations
Common MistakeWhy It's WrongCorrect Approach
Canceling terms instead of factors: (x + 3)/(x + 5) → 3/5You can only cancel a common factor of the entire numerator and entire denominator. The x's are added, not multiplied, so they are terms, not factors.Factor the numerator and denominator completely. Only cancel factors that appear in both.
Forgetting to distribute the negative sign when subtracting: A − (B + C) → A − B + CThe minus sign applies to the entire second numerator. Not distributing it changes the sign of only the first term.Write parentheses around the second numerator, then distribute: A − (B + C) = A − B − C.
Using the wrong LCD: multiplying denominators instead of finding the least common oneMultiplying denominators always works, but it creates unnecessarily large expressions that are hard to simplify.Factor denominators first, then build the LCD from the highest power of each unique factor.
Forgetting domain restrictionsEven after simplification, the original excluded values must be stated. The simplified form may hide a "hole" in the graph.Identify restricted values from the original denominators before simplifying, and carry them through to the final answer.
KEY TAKEAWAY
Think of factoring as taking apart a LEGO® set. You can only remove a brick (cancel a factor) if it is a complete, separate piece — not if it is glued into the middle of a larger structure (a term inside a sum). Factor first, then cancel.

Connection to Advanced Topics

Operating with rational expressions is an Algebra 2 skill (CCSS.HSA-APR.B.7) that is a gateway to more advanced topics in subsequent high school courses and beyond. The table below shows how each operation connects to concepts you will encounter in Algebra 2 and Precalculus.

How rational expression skills connect to future courses
Algebra 2 Skill (CCSS.HSA-APR.B.7)Where It Leads
Adding/subtracting rational expressionsSolving rational equations in Algebra 2 — set the combined expression equal to a value, multiply through by the LCD to clear denominators, then solve the resulting polynomial equation.
Multiplying/dividing rational expressionsSimplifying complex fractions (fractions within fractions) in Algebra 2, and working with rates and proportions in applied problem solving.
Finding the LCDUsed to clear denominators when solving rational equations, a core Algebra 2 technique that extends into Precalculus work with rational functions.
Domain restrictionsIdentifying vertical asymptotes and holes on graphs of rational functions — a central topic in Algebra 2 and Precalculus graphing units.
Closure propertyReinforces the structural parallel between rational numbers and rational expressions, and prepares students for abstract reasoning about number systems in future mathematics courses.

Every time you carefully factor, find an LCD, and simplify a rational expression, you are practicing the exact reasoning that powers advanced math. The notation gets more complex, but the underlying logic stays the same. Master these fundamentals now, and future courses will feel like natural extensions — not brand-new material.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words what it means for rational expressions to be "closed under addition." Give an example using specific rational expressions to support your answer.
PROBLEM 2BASIC CALCULATION
Multiply and simplify: (x² − 9)/(x + 4) × (x + 4)/(x + 3). State any domain restrictions.
PROBLEM 3INTERMEDIATE
Subtract and simplify: 2x/(x² − 1) − 1/(x + 1). State any domain restrictions.
PROBLEM 4APPLIED
Two pipes fill a pool. Pipe A fills it in x hours and Pipe B fills it in (x + 2) hours. Write a single rational expression for the fraction of the pool they fill together in one hour. Simplify your expression.
PROBLEM 5CRITICAL THINKING
A student claims that (x² + 2x + 1)/(x² − 1) ÷ (x + 1)/(x − 1) simplifies to 1. Is this correct? Justify your answer by performing the division, and explain any errors the student may have made.

Lesson Summary

A rational expression is a fraction whose numerator and denominator are polynomials. You can multiply rational expressions by multiplying tops × tops and bottoms × bottoms, and divide by flipping the second fraction and multiplying. To add or subtract, find the least common denominator (LCD) by factoring each denominator completely, taking the highest power of every unique factor, and rewriting each fraction over the LCD before combining numerators.

Always factor before canceling — you can only cancel common factors, not terms. Remember to state domain restrictions (values of x that make any original denominator zero). The closure property guarantees that the result of any operation on rational expressions (excluding division by zero) is itself a rational expression — just as combining fractions always yields another fraction. This standard (CCSS.HSA-APR.B.7) is an Algebra 2 standard, and the prerequisite polynomial factoring skills it requires (difference of squares, perfect square trinomials, CCSS.HSA-SSE.B, HSA-APR.B) are developed earlier in the Algebra 2 course sequence before this topic is addressed. These skills serve as the foundation for solving rational equations, graphing rational functions in Algebra 2, and further study in Precalculus.

Varsity Tutors • Algebra 2 • Operating with Rational Expressions