Polynomial Operations and Theorems - Complete Interactive Lesson
Part 1: Vocabulary & Arithmetic of Polynomials
๐ Polynomial Operations and Theorems
Part 1 of 5 โ Vocabulary & Arithmetic of Polynomials
Topics in This Part
Section
What Is a Polynomial? (degree, leading coefficient, standard form)
Adding & Subtracting Polynomials
Multiplying Polynomials
๐ Key Concept: A polynomial is a sum of terms of the form axn, where each exponent n is a whole number (0,1,2,โฆ) and each coefficient a is a real number. Mastering how to add, subtract, and multiply them is the foundation for everything else in this lesson.
The Language of Polynomials
A polynomial in standard form lists its terms from the highest degree to the lowest:
P(x)=3x4โ5x2+7
Classify the Polynomial ๐ฝ
Look at P(x)=6x3โ4x5+9โ and answer each part.
Adding & Subtracting: Combine Like Terms
Like terms have the same variable raised to the same power. You add or subtract only their coefficients.
Worked Example โ Addition
(2x2+3xโ5)+(x
Add & Subtract ๐งฎ
Simplify each expression. For each, enter the coefficient of x (the linear term) in the result. Include the sign.
1)(4x2+6xโ3)+ โ coefficient of
โ coefficient of
Multiplying Polynomials: Distribute Everything
Multiply each term of the first polynomial by each term of the second, then combine like terms.
Worked Example โ Binomial ร Trinomial
(x+3)(x2โ2x+4)
Distribute , then :
Concept Check ๐ฏ
Part 2: Special Products & Polynomial Division
๐ Polynomial Operations and Theorems
Part 2 of 5 โ Special Products & Polynomial Division
๐ Why this part matters: Special-product patterns let you multiply instantly, and polynomial division is the tool that unlocks the Remainder and Factor Theorems in Part 3.
Special Products Worth Memorizing
Pattern
Result
Square of a sum(a+b)2
Part 3: The Remainder & Factor Theorems
๐ Polynomial Operations and Theorems
Part 3 of 5 โ The Remainder & Factor Theorems
๐ The big idea: You can learn things about a polynomial without graphing it by plugging numbers in and by checking which divisions come out even. Two theorems make this precise.
The Remainder Theorem
๐ Remainder Theorem: When a polynomial P(x) is divided by (xโc), the remainder equals .
Part 4: Finding All the Roots
๐ Polynomial Operations and Theorems
Part 4 of 5 โ Finding All the Roots
๐ Big payoff: Combine the Rational Root Theorem (which roots to try), synthetic division (to test and reduce), and factoring (to finish) into one repeatable strategy for fully factoring a polynomial.
The Rational Root Theorem
๐ Rational Root Theorem: If a polynomial with integer coefficients has a rational root qpโ (in lowest terms), then p divides the and divides the .
Part 5: Roots, Multiplicity & Mastery Check
๐ Polynomial Operations and Theorems
Part 5 of 5 โ Roots, Multiplicity & Mastery Check
You can now operate on polynomials, divide them, and use the theorems to find roots. This final part ties in the Fundamental Theorem of Algebra and multiplicity, then a full mixed-mastery check.
How Many Roots? The Fundamental Theorem of Algebra
๐ Fundamental Theorem of Algebra: A polynomial of degree n (with nโฅ1) has exactly n roots, when you count complex roots and multiplicity.
Multiplicity = how many times a factor repeats. In , the root has multiplicity and has multiplicity โ that's roots for a degree- polynomial. โ
x
โ
2
Term
Meaning
Degree
the largest exponent (here, 4)
Leading coefficient
the coefficient of the highest-degree term (here, 3)
Constant term
the term with no variable (here, โ2)
Number of terms
4 terms โ this is a quadrinomial; 1/2/3 terms = monomial/binomial/trinomial
๐ Degree shortcut: When you multiply, the degrees add. A degree-1 times a degree-2 always gives a degree-3 product. Use this to check your answer.
a2+2ab+b2
Square of a difference(aโb)2
a2โ2ab+b2
Difference of squares(a+b)(aโb)
a2โb2
Cube of a sum(a+b)3
a3+3a2b+3ab2+b3
Worked Examples
(x+5)2=x2+2(5)x+25=x2+10x+25
(3xโ2)2=9x2โ2(3x)(2)+4=9x2โ12x+4
(x+7)(xโ7)=x2โ49
โ ๏ธ Do not write (a+b)2=a2+b2. That "freshman's dream" forgets the middle term2ab. Always include it.
Special Products ๐งฎ
Expand each using a pattern. Enter the requested coefficient (with sign).
1)(x+6)2 โ coefficient of x=?2)(2xโ3)2 โ coefficient of x=?3)(5x+4)(5xโ4) โ constant term =?
Polynomial Long Division
Long division works just like with numbers: divide, multiply, subtract, bring down, repeat.
Worked Example: (2x2+5xโ3)รท(x+3)
2xโ1)x+3)2x2+5xโ3โ
Step by step:
2x2รทx=2x. Multiply: 2x(x+3)=. Subtract: .
x+32x2+5xโ3โ=
๐ Always insert placeholders. If a power is missing (say no x term), write 0x so columns line up. Skipping it is the most common long-division error.
Concept Check ๐ฏ
Synthetic Division (the fast shortcut)
When the divisor is linear of the form (xโc), synthetic division is faster. Use the root c (the value that makes the divisor zero).
Worked Example: (x3โ4x2+5xโ2)รท(xโ1)
The divisor (xโ1) gives c=1. Bring down, multiply by 1, add โ repeat:
1
Read the bottom row: quotient x2โ3x+2, remainder 0.
xโ1x3โ4x2+5xโ
๐ก Sign rule: For divisor (xโc) you use +c; for (x+c) you use โ. Example: dividing by uses .
Synthetic Division ๐งฎ
Divide x3โ4x2+5xโ2 by (xโ2) using synthetic division (c=2).
The quotient comes out as x2+bx+1 with some remainder.
1) Enter b, the coefficient of x in the quotient (include the sign).
2) The remainder =?
P(c)
In other words, evaluatingP at c gives the same number as the remainder of the division. So you can skip the division entirely and just plug in.
Worked Example
Find the remainder when P(x)=x3โ2x2+4xโ5 is divided by (xโ2).
Instead of dividing, evaluate P(2):
P(2)=(2)3โ2(2)2+4(2)โ5=8โ8+8โ5=3
So the remainder is 3 โ no long division required.
๐ก For a divisor like (x+3), rewrite it as (xโ(โ3)) and evaluate P(โ3).
Use the Remainder Theorem ๐งฎ
Let P(x)=2x3+x2โ7x+4.
1) Remainder when divided by (xโ1): compute P(1)=?2) Remainder when divided by (x+2): compute
The Factor Theorem
๐ Factor Theorem:(xโc) is a factor of P(x)if and only ifP(c)=0.
This is the Remainder Theorem taken to its punchline: a remainder of 0 means the divisor divides evenly, which means it's a factor. And P(c)=0 also means c is a root (a zero) of the polynomial.
Three ideas that are all the same thing
Statement
Meaning
P(c)=0
c is a root / zero
(xโc) is a factor
divides evenly, remainder
Worked Example
Is (xโ3) a factor of P(x)=x3โ7x+?
Check P(3)=27โ21+6=12๎ =0. Since the remainder is , .
Now check (xโ2): P(2)=8โ14+6=0. โ So IS a factor, and is a root.
Concept Check ๐ฏ
Theorem Logic ๐ฝ
Let P(x)=x3โ4x2+x+6. Use the theorems (no graphing).
constant term
q
leading coefficient
It hands you a finite list of candidates to test โ you no longer have to guess blindly.
Worked Example
List the possible rational roots of P(x)=2x3โ3x2โ8x+12.
Constant term =12 โ factors p: ยฑ1,ยฑ2,ยฑ3,ยฑ4,ยฑ6,ยฑ12
Leading coefficient =2 โ factors q: ยฑ1,ยฑ2
Possible roots qpโ:
ยฑ1,ยฑ2,ยฑ3,ยฑ4,ยฑ6,ยฑ12,ยฑ21โ,ยฑ23โ
๐ก The theorem doesn't say a root exists โ only that if a rational root exists, it's on this list. Test candidates with the Remainder Theorem (plug in) or synthetic division.
Step 2 โ Find one root. Test x=โ1: P(โ1)=โ1โ4โ1+6 โ. So is a factor.
Step 3 โ Divide it out (synthetic, c=โ1).
โ1
Quotient: x2โ5x+6.
Step 4 โ Factor the quadratic.x2โ5x+6=(xโ2)(xโ3).
Result:
P(x)=(x+1)(xโ2)(xโ3)
The roots are x=โ1,2,3.
โ Check: the product of the roots and the structure match โ a degree-3 polynomial has at most 3 real roots, and here we found exactly 3.
Finish the Factoring ๐งฎ
You are factoring P(x)=x3โ2x2โ5x+6. You already verified P(1)=0, so (xโ1) is a factor. Synthetic division by c=1 gives the quotient x2โxโ6.
1) Factor x2โxโ6=(xโ3)(x+a). What is ?
The three roots of are , , and what third value?
Order the Strategy ๐ฝ
Put the "fully factor a polynomial" workflow in order.
P(x)=(xโ2)3(x+1)
x=2
3
x=โ1
1
3+1=4
4
Complex roots (with imaginary parts) come in conjugate pairs when coefficients are real: if 2+3i is a root, so is 2โ3i.
Multiplicity & the graph
Multiplicity
Behavior at the x-intercept
Odd (1, 3, โฆ)
the graph crosses the axis
Even (2, 4, โฆ)
the graph touches and turns around (bounces)
๐ก A degree-5 polynomial with real coefficients must have at least one real root, because complex roots pair up and 5 is odd โ they can't all be complex.
Concept Check ๐ฏ
Quick Reference
Tool
What it tells you
Combine like terms
add/subtract polynomials (distribute the โ!)
Distribute fully
multiply; degrees add
Special products
(aยฑb)2=a2ยฑ2ab+b2; (a+b)(aโb)=a2โb2
Remainder Theorem
remainder of P(x)รท(xโc) is P(c)
Factor Theorem
(xโc) is a factor โบP(c)=0
Rational Root Theorem
rational roots are qpโ: pโฃ constant, qโฃ leading
Fundamental Theorem
degree n โ exactly n roots (with multiplicity & complex)
โ ๏ธ Top traps: dropping the minus sign in subtraction; forgetting the middle term in (a+b)2; omitting placeholder 0 terms in division; using the wrong sign of c for divisor .
Mixed Mastery Drill ๐งฎ
Bring the whole toolkit together.
1)(3x2โx+2)โ(x2+4xโ5) โ coefficient of x2 in the result =?2) Remainder when P(x)=x3+2x2โ5 is divided by (xโ2): compute P(2)=?3)P(x)=(xโ1)2(x+6)(xโ4). Counting multiplicity, how many roots? =?
Exit Quiz โ
Answer all three to finish the lesson.
โ
2x2+
6x
(2x2+5x)โ(2x2+6x)=โx
Bring down โ3: now โxโ3. Divide: โxรทx=โ1. Multiply: โ1(x+3)=โxโ3. Subtract: 0.