MATH 3 • ALGEBRA & FUNCTIONS

Rewriting Rational Expressions — I can rewrite a rational expression to reveal structure (e.g., decomposition or division) at an introductory level.

Learn to break apart and restructure fractions with polynomials so hidden patterns become visible.

Historical Context & Motivation

Fractions have been a core part of mathematics for thousands of years. Ancient Egyptian scribes, Greek geometers, and Persian algebraists all grappled with dividing one quantity by another. As algebra evolved, mathematicians realized that fractions could contain not just numbers but entire polynomial expressions. These rational expressions — ratios of polynomials — became essential tools for modeling real-world phenomena, from the trajectories of projectiles to the behavior of electrical circuits.

Over time, mathematicians discovered that rewriting a complicated fraction in a simpler form could reveal information that was completely hidden in the original expression. Techniques like polynomial long division and partial fraction decomposition were developed precisely for this purpose. These methods allow us to see horizontal asymptotes on graphs, simplify integration in calculus, and solve engineering problems more efficiently.

~1650 BCE
Egyptian Unit Fractions
The Rhind Papyrus shows Egyptian scribes decomposing fractions into sums of unit fractions (fractions with numerator 1), one of the earliest examples of rewriting fractions to reveal structure.
~300 BCE
Euclid's Division Algorithm
Euclid formalized the idea that any integer division produces a quotient and a remainder. This concept would later extend to polynomial division.
1600s–1700s
Partial Fractions Emerge
Mathematicians like Johann Bernoulli and Gottfried Leibniz developed partial fraction decomposition to break complex rational expressions into simpler pieces for integration.
Modern Era
Digital Signal Processing
Today, engineers rewrite rational expressions to design filters in electronics and telecommunications. The same algebraic techniques from centuries ago power modern technology.

The central question this lesson addresses is: How can we rewrite a rational expression so that its underlying structure — its end behavior, its asymptotes, or its component parts — becomes clear?

Core Principles & Definitions

Before we start rewriting anything, let's nail down the key vocabulary. A rational expression is simply a fraction where the numerator and the denominator are both polynomials. Just like the fraction ⁷⁄₃ is a ratio of two integers, an expression like (x² + 5x + 6) / (x + 2) is a ratio of two polynomials. The goal of rewriting is to transform the expression into an equivalent form that makes certain features easier to read.

1

Rational Expression

A fraction P(x) / Q(x) where P(x) and Q(x) are polynomials and Q(x) ≠ 0. The domain excludes any x-values that make the denominator zero.
2

Polynomial Long Division

A procedure that divides one polynomial by another, producing a polynomial quotient plus a remainder over the original divisor — just like dividing integers.
3

Factoring & Cancellation

When the numerator and denominator share a common factor, you can simplify the expression by canceling, which reveals a simpler equivalent form.
4

Decomposition

Breaking a single complicated fraction into the sum of two or more simpler fractions. Partial fraction decomposition is the most common technique.
5

Equivalent Forms

Two expressions are equivalent if they produce the same output for every input in their shared domain. Rewriting never changes value — only appearance.
KEY TAKEAWAY
Think of a rational expression like a packed suitcase. Everything is inside, but you can't see what you've got. Rewriting is like unpacking — you spread the contents out so you can actually see each item. Polynomial division unpacks a fraction into a polynomial part plus a leftover fraction, while decomposition sorts the contents into separate, simpler containers.

Visual Explanation — Polynomial Division at a Glance

The diagram below shows how polynomial long division works visually. On the left, you see the original rational expression (x² + 5x + 6) / (x + 2). On the right, the result of the division reveals that this fraction equals x + 3, the polynomial quotient, with zero remainder. The key insight is that the numerator factors as (x + 2)(x + 3), and the (x + 2) cancels with the denominator.

The division process on the left shows how (x² + 5x + 6) ÷ (x + 2) is carried out step by step. Because the remainder is 0, the rational expression simplifies to the polynomial x + 3 (with x ≠ −2). The structure revealed tells us the graph is actually a straight line with a hole at x = −2.

Notice how the original expression looks like it might have a vertical asymptote at x = −2, but after rewriting we see it's really a line with a removable discontinuity (a hole). This is exactly why rewriting matters — the structure of the function was hidden inside the original fraction.

Mathematical Framework

There are two primary techniques for rewriting rational expressions at this level: polynomial long division and factoring with cancellation. Both produce equivalent expressions but reveal different kinds of structure. Let's formalize each one.

DIVISION ALGORITHM FOR POLYNOMIALS
P(x) / D(x) = Q(x) + R(x) / D(x)
P(x) = dividend (numerator polynomial), D(x) = divisor (denominator polynomial), Q(x) = quotient polynomial, R(x) = remainder polynomial. The degree of R(x) must be less than the degree of D(x).

This formula is the polynomial version of the integer division you learned years ago. When you divide 17 by 5, you get 3 remainder 2, which means 17/5 = 3 + 2/5. The exact same logic applies here: divide the numerator by the denominator, write down the quotient, and express any leftover as a fraction. The quotient Q(x) tells you the end behavior of the function — how it behaves as x gets very large or very small.

FACTORING AND CANCELLATION
P(x) / D(x) = [F(x) × G(x)] / [F(x) × H(x)] = G(x) / H(x), where F(x) ≠ 0
F(x) is the common factor shared by the numerator and denominator. Canceling F(x) simplifies the expression but introduces a restriction: the values of x where F(x) = 0 are excluded from the domain.
PARTIAL FRACTION DECOMPOSITION (PREVIEW)
(2x + 5) / [(x + 1)(x + 3)] = A / (x + 1) + B / (x + 3)
A and B are constants found by solving a system of equations. This technique breaks one complicated fraction into the sum of simpler fractions — extremely useful in calculus and engineering.
💡 When to Use Which Technique
Use factoring and cancellation when the numerator and denominator share common factors. Use polynomial long division when the degree of the numerator is greater than or equal to the degree of the denominator and you want to extract the quotient. Use partial fractions when the denominator factors into distinct linear or quadratic pieces and you need to decompose the expression into a sum.

Detailed Breakdown of Rewriting Techniques

Let's look at what happens when the remainder is not zero. Consider the expression (2x² + 3x + 7) / (x + 1). Because the degree of the numerator (2) is greater than the degree of the denominator (1), we can perform polynomial long division. The result will be a polynomial plus a proper fraction — one where the degree of the numerator is less than the degree of the denominator.

Three columns compare the main rewriting techniques. Factor & Cancel simplifies to a polynomial. Long Division extracts a quotient plus a proper remainder. Decomposition splits one fraction into simpler ones.

Each technique answers a different question. Factoring tells you whether the expression can be simplified. Long division tells you the end behavior of the function by extracting the dominant polynomial part. Decomposition tells you how to break a fraction into smaller, more manageable pieces. In many problems, you'll use more than one of these techniques in sequence.

Comparison of rewriting techniques
TechniqueWhen to UseWhat It Reveals
Factor & CancelNumerator and denominator share a common polynomial factorSimplified form; removable discontinuities (holes)
Long DivisionDegree of numerator ≥ degree of denominatorSlant or polynomial asymptotes; end behavior
Partial FractionsDenominator factors into linear or quadratic pieces; degree of numerator < degree of denominatorSum of simple fractions; useful for calculus integration

Worked Example — Polynomial Long Division with a Remainder

Let's walk through a complete example of rewriting a rational expression using polynomial long division. We'll rewrite (3x² − 5x + 4) / (x − 2) in the form Q(x) + R/(x − 2).

Rewrite (3x² − 5x + 4) / (x − 2) using polynomial long division
1
Step 1 — Set Up the DivisionWrite the dividend 3x² − 5x + 4 under the division symbol and the divisor (x − 2) outside. Make sure the dividend is in descending order of degree and no terms are missing.
Dividend: 3x² − 5x + 4, Divisor: x − 2
2
Step 2 — Divide the Leading TermsDivide the leading term of the dividend (3x²) by the leading term of the divisor (x). This gives 3x² ÷ x = 3x. Write 3x as the first term of the quotient.
First quotient term: 3x
3
Step 3 — Multiply and SubtractMultiply 3x by the entire divisor: 3x × (x − 2) = 3x² − 6x. Subtract this from the dividend: (3x² − 5x + 4) − (3x² − 6x) = x + 4. Be careful with signs when subtracting — this is where most errors happen.
After subtraction: x + 4
4
Step 4 — Repeat the ProcessNow divide the leading term of the new expression (x) by the leading term of the divisor (x). This gives x ÷ x = 1. Write +1 as the next term of the quotient. Then multiply: 1 × (x − 2) = x − 2. Subtract: (x + 4) − (x − 2) = 6.
Second quotient term: +1, Remainder: 6
5
Step 5 — Write the Final AnswerThe quotient is 3x + 1 and the remainder is 6. Since the remainder's degree (0) is less than the divisor's degree (1), we're done. Write the result as the quotient plus the remainder over the divisor.
(3x² − 5x + 4) / (x − 2) = 3x + 1 + 6/(x − 2)
6
Step 6 — Interpret the StructureThe rewritten form tells us that the graph of this rational function has a slant asymptote at y = 3x + 1. As x grows very large (positive or negative), the term 6/(x − 2) approaches 0, and the graph hugs the line y = 3x + 1. There's also a vertical asymptote at x = 2.
Slant asymptote: y = 3x + 1; Vertical asymptote: x = 2
Check Your Work!
You can always verify a division result by multiplying back. Check: (3x + 1)(x − 2) + 6 = 3x² − 6x + x − 2 + 6 = 3x² − 5x + 4 ✓. If the multiplication gives you back the original numerator, your division is correct.

Strengths & Limitations of Each Approach

Each rewriting technique has its sweet spot. Knowing which method to choose — and when a method won't work — is a practical skill that will save you time and effort on tests and in future math courses.

Factor & Cancel vs. Long Division
FeatureFactor & CancelLong Division
Best forSimplifying expressions where numerator and denominator share factorsAny rational expression where deg(numerator) ≥ deg(denominator)
RevealsSimplified form; holes in the graphSlant/horizontal asymptotes; end behavior
LimitationOnly works when common factors exist; requires factoring skillCan be tedious with high-degree polynomials; doesn't simplify if there's no common factor
Common errorCanceling terms instead of factors (e.g., canceling x from x + 3)Sign errors during subtraction step
PrerequisiteAbility to factor polynomials (GCF, difference of squares, trinomials)Understanding of polynomial degree and leading terms
KEY TAKEAWAY
Choosing a rewriting technique is like choosing a tool from a toolbox. A wrench and a screwdriver are both useful, but they solve different problems. Factoring is your screwdriver — precise and elegant when the pieces fit together. Long division is your wrench — it always works for improper fractions, even when factoring fails. Learn to recognize which tool the problem is asking for.

Connection to Advanced Topics

The techniques you're learning now form the foundation for several important topics you'll encounter in future courses. In precalculus and calculus, rewriting rational expressions is not optional — it's a required step in many procedures. Understanding these connections can motivate why we practice these skills now.

From Math 3 to future courses
This Lesson (Math 3)Future Application
Polynomial long division to find quotient and remainderIn Precalculus, you'll use this to identify slant asymptotes when graphing rational functions
Factoring and canceling to simplify rational expressionsIn Calculus, simplifying before taking limits removes indeterminate forms like 0/0
Partial fraction decomposition (preview)In Calculus II, partial fractions are essential for integrating rational functions
Rewriting to reveal end behaviorIn engineering and physics, identifying dominant terms helps approximate complex models

One particularly exciting extension is synthetic division, a shortcut for dividing by a linear factor (x − c). It uses only the coefficients and is much faster than long division once you learn the pattern. If you continue to AP Calculus, you'll also encounter L'Hôpital's Rule, which evaluates limits of rational expressions — but even then, factoring and simplifying often provides a faster path to the answer.

Practice Problems

Try these five problems to build your confidence with rewriting rational expressions. They increase in difficulty, so take your time and show your work for each step.

PROBLEM 1CONCEPTUAL
Explain in your own words why (x² + 4x + 4) / (x + 2) is not the same function as (x + 2), even though they have the same formula after simplification. What is the difference between the two functions?
PROBLEM 2BASIC CALCULATION
Simplify the rational expression (x² − 16) / (x + 4) by factoring and canceling.
PROBLEM 3INTERMEDIATE
Use polynomial long division to rewrite (2x² + 7x + 3) / (x + 3) in the form Q(x) + R / (x + 3).
PROBLEM 4APPLIED
A company models its average cost per unit as C(x) = (500 + 12x + 0.5x²) / x, where x is the number of units produced. Rewrite C(x) to reveal the structure of the cost function. What does each part of the rewritten form tell you about the costs?
PROBLEM 5CRITICAL THINKING
Consider the rational expression (x³ + 2x² − x − 2) / (x² − 1). Rewrite this expression in simplified form by combining factoring and any other necessary technique. Identify all asymptotes and holes, and explain how the rewritten form reveals each feature.

Lesson Summary

A rational expression is a ratio of two polynomials, and rewriting it in different forms reveals hidden structural information. The three core techniques are factoring and cancellation (which simplifies expressions and exposes holes in graphs), polynomial long division (which extracts a quotient and remainder to reveal slant asymptotes and end behavior), and partial fraction decomposition (which breaks a single fraction into a sum of simpler ones).

The division algorithm states that P(x)/D(x) = Q(x) + R(x)/D(x), where Q(x) is the quotient and R(x) is the remainder. Always check your work by multiplying Q(x) × D(x) + R(x) to verify you recover the original numerator. Remember that canceling requires common factors, not common terms — one of the most important distinctions in algebra. These techniques connect directly to graphing rational functions, evaluating limits, and solving real-world optimization problems in future courses.

Varsity Tutors • Math 3 • Rewriting Rational Expressions