Study Guide

Equivalent representations of polynomial and rational expressions

AP PrecalculusΒ· AP Precalculus CED β€” Polynomial and Rational FunctionsΒ· 14 min read

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.

anxn+anβˆ’1xnβˆ’1+...+a1x+a0a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0

Fully factored form is written as:

a(xβˆ’r1)(xβˆ’r2)...(xβˆ’rk)a(x-r_1)(x-r_2)...(x-r_k)

where 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:

  • Sum/difference of cubes:

  • Factoring quadratics of the form into two linear binomials

πŸ“ Worked Example

Rewrite in fully factored equivalent form over the reals.

  1. 1

    First, pull out the GCF of all terms: the GCF of 3, 3, 18 is 3, and the GCF of is , so we get:

  2. 2
    3x(x2βˆ’xβˆ’6)3x(x^2 - x - 6)
  3. 3

    Next, factor the quadratic trinomial: we need two numbers that multiply to and add to , which are and .

  4. 4

    This gives the final fully factored form:

  5. 5
    3x(xβˆ’3)(x+2)3x(x-3)(x+2)
  6. 6

    Verify equivalence by expanding back to the original expression:

  7. 7
    3x[(xβˆ’3)(x+2)]=3x(x2βˆ’xβˆ’6)=3x3βˆ’3x2βˆ’18x3x[(x-3)(x+2)] = 3x(x^2 -x -6) = 3x^3 - 3x^2 - 18x

Exam tip:

Always factor out the GCF before attempting to factor higher-degree polynomials; stopping at 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 . 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.

πŸ“ Worked Example

Write as an equivalent simplified rational expression, with all domain restrictions.

  1. 1

    Factor numerator and denominator completely: numerator , denominator .

  2. 2

    Find all excluded values from the original domain by setting the original denominator equal to zero: gives and , both excluded.

  3. 3

    Cancel the common non-zero factor , which is valid for all .

  4. 4

    The equivalent simplified expression is:

  5. 5
    xβˆ’4x+3,xβ‰ 3,xβ‰ βˆ’3\frac{x-4}{x+3}, \quad x \neq 3, x \neq -3

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 .

πŸ“˜ Definition

Remainder Factor Theorem

When dividing a polynomial by , the remainder equals . If the remainder is zero, is a factor of , so it can be factored out to get a lower-degree equivalent polynomial.

Example:

If dividing by gives remainder 0, then and is a factor of .

This form is used to find slant asymptotes of rational functions and simplify higher-degree polynomials when one root is known.

πŸ“ Worked Example

Rewrite as an equivalent expression in polynomial plus proper rational form, with domain restrictions.

  1. 1

    Use synthetic division for the linear divisor : write the coefficients of the numerator: , and root .

  2. 2

    Bring down the leading coefficient . Multiply by to get , add to to get . Multiply by to get , add to to get . Multiply by to get , add to to get .

  3. 3

    The quotient is , and the remainder is , so the equivalent form is:

  4. 4
    2x2+2xβˆ’1βˆ’8xβˆ’3,xβ‰ 32x^2 + 2x - 1 - \frac{8}{x - 3}, \quad x \neq 3
  5. 5

    Verify equivalence: , subtract to get the original numerator, which matches.

Exam tip:

Synthetic division only works for linear divisors of the form ; 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 , you need a term for every power from 1 to .

πŸ“ Worked Example

Find the partial fraction decomposition of . State all domain restrictions.

  1. 1

    Factor the denominator: , two distinct linear factors.

  2. 2

    Set up the decomposition with constants and :

  3. 3
    7x+1(xβˆ’3)(x+2)=Axβˆ’3+Bx+2\frac{7x + 1}{(x-3)(x+2)} = \frac{A}{x-3} + \frac{B}{x+2}
  4. 4

    Multiply both sides by to eliminate denominators: .

  5. 5

    Solve for constants by substituting the roots of the denominator: plug : . Plug : .

  6. 6

    The equivalent decomposition is:

  7. 7
    225(xβˆ’3)+135(x+2),xβ‰ 3,xβ‰ βˆ’2\frac{22}{5(x-3)} + \frac{13}{5(x+2)}, \quad x \neq 3, x \neq -2

Exam tip:

For a repeated linear factor , do not skip lower-power terms; always include one term for each power from 1 to n.

6. Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is an equivalent simplified form of , with correct domain restrictions?

    • A. , with and

    • B. , with and

    • C. , with no domain restrictions

    • D. , with

    Reveal answer
    A β€”

    Factor numerator: , denominator: . Original denominator is zero at and , so both are excluded. Cancel to get , with both restrictions, which matches option A.

7. Common Pitfalls

Wrong move:

Writing with no domain restriction

Why:

Students assume canceling makes the expressions identical everywhere, forgetting was undefined in the original expression

Correct move:

Always list all domain restrictions from the original denominator before simplifying, so the equivalent expression is

Wrong move:

Factoring as and stopping, calling that fully factored

Why:

Students forget difference of squares can be factored further after pulling out the GCF

Correct move:

Continue factoring until all linear and irreducible quadratic factors are obtained, so the fully factored form is

Wrong move:

Using synthetic division to divide by

Why:

Students memorize synthetic division as the 'easy division method' without remembering it only works for linear divisors

Correct move:

Use polynomial long division for any divisor with degree greater than 1

Wrong move:

Setting up partial fractions for as instead of

Why:

Students forget repeated linear factors require a term for each exponent up to the repeated power

Correct move:

Always include a term for every power from 1 to n for a repeated factor

Wrong move:

Claiming factors into for an AP Precalculus question asking for equivalent form over the reals

Why:

Students confuse factoring over complex numbers vs factoring over the reals, which is what AP almost always asks for

Correct move:

Leave irreducible quadratics (with negative discriminant) as is when factoring over the reals

Wrong move:

Forgetting to add a domain restriction after polynomial division of

Why:

Students think domain restrictions only apply after canceling common factors, not after division

Correct move:

Any time you rewrite a rational expression, carry over all restrictions on from the original denominator

8. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Difference of Squares

Sum of squares is irreducible over the reals

Difference of Cubes

Quadratic factor is always irreducible over the reals

Sum of Cubes

Quadratic factor is always irreducible over the reals

Equivalent Simplified Rationals

All roots of the original denominator remain excluded, even after canceling

Remainder Theorem

Divide by β†’ Remainder

If remainder , is a factor of

Partial Fractions (Distinct Linear)

One constant per distinct linear factor; only for proper rationals ( denominator)

Partial Fractions (Repeated Linear)

Do not skip lower-power terms; one term per power from 1 to n

Improper Rational Rewrite

; use synthetic division for linear , long division otherwise

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· AP Precalculus

    MCQ: Simplify rational expression

  • 2025 Β· AP Precalculus

    FRQ: Factor polynomial, identify discontinuity

What's Next

This topic is the foundational prerequisite for all upcoming work on polynomial and rational functions in Unit 1 of AP Precalculus. Next, you will apply these equivalent representation techniques to identify key features of polynomial and rational function graphs, including roots, intercepts, holes, vertical asymptotes, and end behavior. Without mastering the ability to rewrite polynomials and rationals into equivalent forms, you will not be able to correctly classify discontinuities or find key features on exam questions, which make up a large portion of Unit 1 scoring. This topic also lays the groundwork for partial fraction decomposition needed in future AP Calculus study, and for modeling with rational functions later in the AP Precalculus course.