Algebra 2 • Rational Expressions

Rewriting Rational Expressions Using Long Division

Master the art of dividing polynomials to simplify, analyze, and graph rational functions with clarity.

Historical Context & Motivation

The technique of dividing one polynomial by another—what we now call polynomial long division—has roots stretching back millennia. Just as whole-number long division allows us to express an improper fraction like 175 as 3 + 25, polynomial long division lets us rewrite a rational expression such as (x² + 3x + 5) / (x + 1) in a cleaner, more informative form. This process reveals hidden structure: the polynomial "whole part" and a simpler fractional remainder.

~300 BCE
Euclid's Elements codifies the Division Algorithm for integers: given integers a and b, there exist unique q and r such that a = bq + r with 0 ≤ r < b. This principle becomes the template for all division algorithms to come.
9th–12th Century
Persian and Arab mathematicians such as al-Khwārizmī and Omar Khayyám develop systematic methods for manipulating polynomial expressions, laying the algebraic groundwork that makes polynomial division possible.
1600s
René Descartes and Isaac Newton formalize polynomial arithmetic. Descartes introduces modern exponent notation, while Newton develops methods for expanding and dividing polynomial series as part of his work on calculus.
1819
William George Horner publishes an efficient nested evaluation method (Horner's method), closely related to synthetic division—a streamlined cousin of polynomial long division used when dividing by linear factors.
Modern Era
Polynomial long division becomes a standard Algebra 2 and Precalculus topic, essential for finding oblique asymptotes of rational functions, performing partial fraction decomposition in calculus, and simplifying complex rational expressions.

The fundamental question this technique addresses is deceptively simple: When you divide one polynomial by another, what do you get? The answer—a quotient polynomial plus a remainder fraction—unlocks deep insights into how rational functions behave, especially as x grows large. Understanding this division is the gateway to graphing rational functions, finding asymptotes, and preparing expressions for integration in calculus.

Core Principles & Definitions

Before diving into the algorithm itself, we need a firm grasp on several foundational ideas. A rational expression is any expression that can be written as the ratio of two polynomials, P(x) / D(x), where D(x) ≠ 0. When the degree of the numerator P(x) is greater than or equal to the degree of the denominator D(x), we say the rational expression is improper—analogous to an improper fraction like 73 in arithmetic. Polynomial long division is the tool that converts such improper rational expressions into a more useful form.

1

The Division Algorithm for Polynomials

For any polynomials P(x) and D(x) with D(x) ≠ 0, there exist unique polynomials Q(x) (the quotient) and R(x) (the remainder) such that P(x) = D(x) · Q(x) + R(x), where deg(R) < deg(D) or R(x) = 0.
2

Degree of a Polynomial

The degree is the highest power of x with a non-zero coefficient. For example, 3x⁴ − 2x + 7 has degree 4. The division process terminates when the remainder's degree drops below the divisor's degree.
3

Improper vs. Proper Rational Expressions

When deg(P) ≥ deg(D), the expression is improper and can be simplified by long division. When deg(P) < deg(D), the expression is already proper and cannot be divided further.
4

Rewritten Form

After division, we write P(x)/D(x) = Q(x) + R(x)/D(x). The quotient Q(x) describes the polynomial part, and R(x)/D(x) is a proper rational expression—a much simpler remainder fraction.
✦ Key Takeaway
Think of polynomial long division as making change with bills and coins. If you have $17 and each "unit" costs $5, you get 3 whole units (the quotient) with $2 left over (the remainder). Similarly, dividing x² + 3x + 5 by x + 1 gives a polynomial quotient plus a leftover fraction. The quotient tells you the "bulk behavior" of the function, while the remainder captures the small correction that vanishes as x grows large.

Visual Explanation

The diagram below illustrates the relationship between a rational expression and its rewritten form. On the left, we see the original fraction with numerator P(x) stacked over denominator D(x). The long division process breaks this into two distinct pieces shown on the right: a polynomial quotient Q(x) that captures the dominant behavior, and a proper remainder fraction R(x)/D(x) that shrinks toward zero as x grows.

Figure 1 — Polynomial long division decomposes an improper rational expression into a polynomial quotient plus a proper remainder fraction.

This decomposition is not merely algebraic tidying. The quotient Q(x) reveals the end behavior of the rational function. When the degree of P(x) exceeds the degree of D(x) by exactly one, Q(x) is linear, and the graph of the rational function approaches this line—called an oblique (slant) asymptote—as x → ±∞. Meanwhile, the remainder fraction R(x)/D(x) captures the "wobble" near critical points but becomes negligible far from the origin.

The Long Division Method — Step by Step

Polynomial long division mirrors the long division you learned in elementary school for numbers. The key difference is that instead of working with digits and place values, you work with terms and degrees. Here is the systematic process:

The Division Identity
P(x) = D(x) · Q(x) + R(x)
Where deg(R) < deg(D), and equivalently: P(x)/D(x) = Q(x) + R(x)/D(x)

Step 1 — Set up. Write the dividend P(x) and divisor D(x) in descending order of degree. If any powers of x are missing, insert them with a coefficient of zero as placeholders. For example, if dividing x³ + 5 by x + 2, rewrite the dividend as x³ + 0x² + 0x + 5.

Step 2 — Divide the leading terms. Divide the leading term of the current dividend by the leading term of the divisor. This gives the next term of the quotient. For instance, x³ ÷ x = x².

Step 3 — Multiply and subtract. Multiply the entire divisor by the quotient term you just found, write the result beneath the dividend aligned by degree, and subtract it. This eliminates the leading term and produces a new, lower-degree polynomial.

Step 4 — Bring down and repeat. Bring down the next term from the original dividend (if you haven't already), and repeat Steps 2–3 with the new polynomial. Continue until the degree of what remains is strictly less than the degree of the divisor.

Step 5 — Write the result. The terms you accumulated on top form Q(x). Whatever remains at the bottom is R(x). Write the final answer as Q(x) + R(x)/D(x).

Termination Condition
Stop when deg(remainder) < deg(divisor)
The remainder becomes the numerator of the leftover proper fraction.
✦ Key Takeaway
The algorithm is exactly like numeric long division: divide, multiply, subtract, bring down. The only new skill is working with polynomial terms instead of digits. If you can divide 1,247 by 23 using long division, you can divide x³ + 2x² − 5x + 7 by x − 3—the rhythm is identical.

Detailed Breakdown — A Complete Division Walkthrough

Let us perform the division (2x³ + 3x² − x + 7) ÷ (x + 2) in full detail, showing every intermediate step. The diagram below traces the entire process visually.

Figure 2 — Complete walkthrough of (2x³ + 3x² − x + 7) ÷ (x + 2), showing each divide-multiply-subtract cycle in color-coded steps.

Notice how each cycle follows the same three-beat rhythm. In Step 1, we divide 2x³ by x to get 2x², multiply the divisor by 2x² to get 2x³ + 4x², then subtract to eliminate the leading term. In Step 2, we work with the new leading term −x², dividing by x to get −x, multiplying and subtracting again. In Step 3, we handle the remaining x term, divide by x to get 1, and after subtracting we're left with the remainder 5. Since 5 is a constant (degree 0), which is less than the divisor's degree (1), we stop.

Worked Example

Let's work through a complete problem: Rewrite (3x³ − 5x² + 10x − 3) ÷ (3x + 1) using polynomial long division.

Polynomial Long Division: (3x³ − 5x² + 10x − 3) ÷ (3x + 1)
1
Step 1 — Set Up the DivisionWrite the dividend 3x³ − 5x² + 10x − 3 under the division bracket, and place the divisor 3x + 1 to the left. All powers of x are present, so no placeholders are needed.
2
Step 2 — First Division CycleDivide the leading term of the dividend by the leading term of the divisor: 3x³ ÷ 3x = x². Write x² as the first term of the quotient. Multiply: x² × (3x + 1) = 3x³ + x². Subtract from the dividend: (3x³ − 5x²) − (3x³ + x²) = −6x². Bring down the next term: −6x² + 10x.
3
Step 3 — Second Division CycleDivide: −6x² ÷ 3x = −2x. Multiply: −2x × (3x + 1) = −6x² − 2x. Subtract: (−6x² + 10x) − (−6x² − 2x) = 12x. Bring down the last term: 12x − 3.
4
Step 4 — Third Division CycleDivide: 12x ÷ 3x = 4. Multiply: 4 × (3x + 1) = 12x + 4. Subtract: (12x − 3) − (12x + 4) = −7. The remainder is −7, a constant with degree 0, which is less than the divisor's degree 1. We stop.
5
Step 5 — Write the Final ResultThe final answer is:
(3x³ − 5x² + 10x − 3) / (3x + 1) = x² − 2x + 4 + (−7)/(3x + 1)
6
VerificationTo check, multiply (3x + 1)(x² − 2x + 4) + (−7). Expanding: 3x³ − 6x² + 12x + x² − 2x + 4 − 7 = 3x³ − 5x² + 10x − 3. ✓ This matches the original numerator, confirming our answer.

Strengths, Limitations & Comparisons

Polynomial long division is one of several tools for dividing polynomials. Understanding when to use each method—and what trade-offs they carry—is an important part of mathematical fluency.

FeaturePolynomial Long DivisionSynthetic Division
Divisor TypeAny polynomial of any degreeOnly linear divisors of the form (x − c)
SpeedModerate — requires writing out full termsFast — uses only coefficients in a compact table
ComplexityMore writing, but transparent and generalLess writing, but limited applicability
Leading CoefficientWorks for any leading coefficient on the divisorRequires the divisor to have leading coefficient 1
Best Use CaseDividing by quadratic or higher-degree polynomialsQuick evaluation & division by (x − c)
Error VisibilityErrors are easier to spot (full terms visible)Errors can cascade quickly in the coefficient table

A common misconception is that synthetic division can always replace long division. This is not the case. When the divisor is a quadratic like x² + 3 or has a leading coefficient other than 1, such as 2x − 5, polynomial long division is the reliable, general-purpose method. Think of long division as the "Swiss army knife" and synthetic division as a "speed trick" that only works under specific conditions.

✦ Key Takeaway
Polynomial long division is universally applicable to any divisor of any degree. Synthetic division is faster but limited to linear divisors with leading coefficient 1. Learn long division thoroughly first—it is the foundation. Then add synthetic division to your toolkit as a shortcut for the special cases where it applies.

Connections to Advanced Topics

Polynomial long division is far more than a standalone Algebra 2 skill—it is a bridge to several powerful concepts in Precalculus and Calculus. Understanding how this technique connects to more advanced mathematics will help you appreciate its significance and prepare for future coursework.

Oblique (Slant) Asymptotes. When graphing a rational function where the numerator's degree exceeds the denominator's degree by exactly one, polynomial long division reveals the oblique asymptote. The quotient Q(x) is a linear function that the graph approaches as x → ±∞. Without long division, finding this asymptote would be nearly impossible by inspection.

Partial Fraction Decomposition. In Calculus, integrating rational expressions often requires breaking them into simpler fractions. The first step of partial fraction decomposition is performing long division to ensure the rational expression is proper (deg numerator < deg denominator). Long division is the prerequisite gatekeeper.

The Remainder Theorem & Factor Theorem. When you divide P(x) by (x − c), the remainder equals P(c). If P(c) = 0, then (x − c) is a factor. Long division (or its synthetic shortcut) is the tool used to verify factors and completely factor higher-degree polynomials.

ConceptHow Long Division Is UsedCourse Level
Oblique AsymptotesQuotient Q(x) gives the equation of the asymptotePrecalculus
Partial FractionsEnsures the integrand is a proper rational expressionCalculus II
Remainder / Factor TheoremsFinding remainders and verifying polynomial factorsAlgebra 2 / Precalculus
Polynomial Curve FittingAnalyzing the structure of polynomial quotientsNumerical Analysis
Control Theory (Engineering)Simplifying transfer functions (ratios of polynomials in s)College Engineering

In short, mastering polynomial long division now sets you up for smoother sailing in every math course that follows. It is one of those fundamental algorithmic skills—like factoring or solving systems of equations—that keeps reappearing in increasingly sophisticated contexts.

Practice Problems

Work through these five problems in order. Each one increases in difficulty, building from conceptual understanding to multi-step applications. Try each problem on paper before revealing the solution.

PROBLEM 1CONCEPTUAL
Explain in your own words why polynomial long division can only be applied when the degree of the numerator is greater than or equal to the degree of the denominator. What would happen if you tried to divide (x + 3) by (x² + 1)?
PROBLEM 2BASIC CALCULATION
Use polynomial long division to rewrite: (x² + 7x + 12) ÷ (x + 3).
PROBLEM 3INTERMEDIATE
Divide (4x³ − 2x + 6) ÷ (2x − 1) using long division. Be careful with the missing x² term!
PROBLEM 4APPLIED / MULTI-STEP
The function f(x) = (2x³ + x² − 13x + 6) / (x² + x − 6) can be simplified by long division. Find the quotient and remainder, then identify the oblique asymptote of f(x), if one exists.
PROBLEM 5CRITICAL THINKING / SYNTHESIS
A student claims: "If you divide P(x) by D(x) and get a remainder of 0, that means D(x) is a factor of P(x)." Is this always true? Use this claim to determine whether (x² − 4x + 3) is a factor of (x⁴ − 5x³ + 8x² − 4x − 3). If it is not, state the quotient and remainder.

Lesson Summary

Polynomial long division is the process of dividing a polynomial P(x) by another polynomial D(x) to produce a quotient Q(x) and a remainder R(x), satisfying the Division Algorithm: P(x) = D(x) · Q(x) + R(x), where deg(R) < deg(D). This allows us to rewrite any improper rational expression as Q(x) + R(x)/D(x), separating the polynomial "bulk behavior" from a proper remainder fraction that vanishes for large x.

The algorithm follows a repeating cycle of divide the leading terms, multiply the entire divisor by the result, subtract to eliminate the leading term, and bring down the next term—identical in structure to arithmetic long division. Always include zero-coefficient placeholders for missing terms. The quotient reveals oblique asymptotes in graphing, serves as a prerequisite for partial fraction decomposition in calculus, and connects to the Remainder Theorem and Factor Theorem for analyzing polynomial roots. While synthetic division offers a faster alternative for linear divisors, polynomial long division remains the universally applicable, foundational method that every algebra student should master.

Varsity Tutors • Algebra 2 • Rewriting Rational Expressions Using Long Division