Equivalent representations of polynomial and rational expressions — AP Precalculus
1. What Are Equivalent Representations? ★★☆☆☆ ⏱ 3 min
Two expressions are equivalent if they produce the same output for every input in their shared domain. For polynomials and rational expressions, this means we can rewrite the expression in a different form (expanded, factored, decomposed, simplified) that preserves all values and domain rules, even if the algebraic structure looks different. This topic is Topic 1.8 in the AP Precalculus CED, makes up ~7-8% of total exam score, and appears in both multiple-choice and free-response sections.
2. Equivalent Polynomial Forms: Expanding vs Factoring ★★☆☆☆ ⏱ 4 min
Polynomials are most commonly written in two equivalent forms: standard (expanded) form and fully factored form over the reals.
a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0
Fully factored form is written as:
a(x-r_1)(x-r_2)...(x-r_k)
where $r_i$ are real roots, and any remaining factors are irreducible quadratics over the reals. We swap between forms depending on the question: standard form identifies leading coefficient and end behavior, while factored form makes finding roots and x-intercepts trivial. Key factoring steps always start with pulling out the greatest common factor (GCF), then use special products:
- Difference of squares: $a^2 - b^2 = (a-b)(a+b)$
- Sum/difference of cubes: $a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)$
- Factoring quadratics of the form $ax^2 + bx + c$ into two linear binomials
Exam tip: Always factor out the GCF before attempting to factor higher-degree polynomials; stopping at $3(x^3 - x^2 - 6x)$ will be marked as incomplete factoring on the AP exam.
3. Simplifying Rational Expressions and Domain Restrictions ★★★☆☆ ⏱ 4 min
A rational expression is a ratio of two polynomials $\frac{P(x)}{Q(x)}$. When simplifying to an equivalent form, we cancel common factors between the numerator and denominator, but we must preserve the original domain: any input that made the original denominator zero remains excluded, even if it makes the simplified expression defined.
Exam tip: Always find all excluded values from the original denominator before canceling common factors; listing only restrictions from the simplified denominator will lose points on FRQ.
4. Polynomial Division for Improper Rational Forms ★★★☆☆ ⏱ 5 min
An improper rational expression has a numerator with degree greater than or equal to the degree of the denominator. We can rewrite any improper rational expression as an equivalent sum of a polynomial and a proper rational expression (where the degree of the remainder is less than the degree of the denominator) using polynomial long division, or synthetic division for linear divisors of the form $(x - c)$.
This form is used to find slant asymptotes of rational functions and simplify higher-degree polynomials when one root is known.
Exam tip: Synthetic division only works for linear divisors of the form $(x - c)$; always use long division for higher-degree divisors to avoid calculation errors.
5. Partial Fraction Decomposition ★★★★☆ ⏱ 5 min
Partial fraction decomposition rewrites a proper rational expression (degree of numerator < degree of denominator) as an equivalent sum of simpler rational expressions with linear or irreducible quadratic denominators. The process starts with factoring the denominator, then setting up a decomposition with unknown constants, then solving for the constants. This is tested on the AP exam and is a prerequisite for integration in AP Calculus.
For distinct linear factors, the decomposition has one constant term per factor; for repeated linear factors $(ax + b)^n$, you need a term for every power from 1 to $n$.
Exam tip: For a repeated linear factor $(x - a)^n$, do not skip lower-power terms; always include one term for each power from 1 to n.
6. Concept Check ★★★☆☆ ⏱ 2 min
Common Pitfalls
Why: Students assume canceling makes the expressions identical everywhere, forgetting $x=4$ was undefined in the original expression
Why: Students forget difference of squares can be factored further after pulling out the GCF
Why: Students memorize synthetic division as the 'easy division method' without remembering it only works for linear divisors
Why: Students forget repeated linear factors require a term for each exponent up to the repeated power
Why: Students confuse factoring over complex numbers vs factoring over the reals, which is what AP almost always asks for
Why: Students think domain restrictions only apply after canceling common factors, not after division