Skip to main content
Daily Math Minute

Unit 1: Polynomial & Rational Functions

Equivalent Representations

Rewriting polynomial and rational expressions in equivalent forms to reveal properties.

Advanced25 min lesson4 min readUpdated August 12, 2026Author not yet attributed

Prerequisites

  • Rational Asymptotes & Holes

The Same Function, Written to Answer a Different Question

Factored form just made a rational function's zeros, holes, and asymptotes visible at a glance — features the expanded form hides completely. Before reading on: is there a form of a rational function's equation that would make its behavior infinitely far from the origin just as visible?

Definition — Equivalent Representation

Two expressions are equivalent representations of the same function if they produce identical outputs for every input in the domain, even though they look algebraically different. Choosing the right representation doesn't change the function — it changes which of its properties are easy to read off.

When a rational function's numerator has a higher degree than its denominator, polynomial long division rewrites it as a polynomial quotient plus a smaller remainder fraction. As |x| grows, that remainder fraction shrinks toward 0 — so the function's long-run behavior matches the quotient exactly, even though the original fraction form never showed that directly.

Worked Example — Dividing to Reveal a Slant Asymptote

Rewrite h(x) = (2x² + 3x − 1)/(x − 1) using polynomial long division. Dividing 2x² + 3x − 1 by x − 1: 2x² ÷ x = 2x, and 2x(x − 1) = 2x² − 2x, leaving a remainder of 5x − 1. Then 5x ÷ x = 5, and 5(x − 1) = 5x − 5, leaving a remainder of 4. So h(x) = 2x + 5 + 4/(x − 1). Check by recombining: (2x + 5)(x − 1) + 4 = 2x² − 2x + 5x − 5 + 4 = 2x² + 3x − 1, matching the original numerator. As x → ±∞, 4/(x − 1) → 0, so h(x) approaches the line y = 2x + 5 — a slant asymptote, visible only after rewriting.
2x2+3x1x1=2x+5+4x1\frac{2x^2+3x-1}{x-1} = 2x + 5 + \frac{4}{x-1}

Worked Example — Factoring to Reveal Zeros

The expanded form x³ − 2x² − 5x + 6 doesn't show its zeros at all. Testing x = 1 gives 1 − 2 − 5 + 6 = 0, so (x − 1) is a factor; dividing leaves x² − x − 6 = (x − 3)(x + 2). So x³ − 2x² − 5x + 6 = (x − 1)(x − 3)(x + 2) — check by expanding: (x − 1)(x − 3) = x² − 4x + 3, and (x² − 4x + 3)(x + 2) = x³ + 2x² − 4x² − 8x + 3x + 6 = x³ − 2x² − 5x + 6, matching. The factored form reveals the zeros x = 1, 3, −2 instantly; the expanded form conceals them.

Graph Visualizer

Domain & range
2
Evaluate a point
  • x^2 = 0

Tip

Before choosing a representation, name what you actually need to see — zeros call for factored form, end behavior of a rational function calls for the quotient-plus-remainder form from long division, and neither form is 'more correct' than the other.

Common Mistakes

  • Assuming a slant asymptote exists for every rational function whose numerator degree is larger.

    A slant asymptote only appears when the numerator's degree exceeds the denominator's by exactly one. A bigger gap produces a curved (not straight) end-behavior model instead.

  • Stopping after the first division step instead of continuing until the remainder's degree is less than the divisor's.

    Long division isn't finished until the remainder's degree is strictly smaller than the divisor's degree — here, continuing past the first partial quotient (2x) was required to reach the true remainder, 4.

Key Takeaways

  • Equivalent representations produce identical outputs everywhere in the domain — they only differ in which properties are easy to see.
  • Polynomial long division rewrites a rational function as a polynomial quotient plus a remainder fraction that vanishes as x → ±∞, revealing horizontal or slant asymptotic behavior.
  • Factored form reveals zeros; expanded form reveals nothing about zeros directly — pick the representation that answers the question you're actually asking.

Summary

This closes Unit 1: degree, leading coefficient, factoring, and equivalent forms together describe everything a polynomial or rational function's graph does. The next unit studies functions that grow by repeated multiplication instead — exponential functions — starting from the sequences they generalize.