Polynomials are expressions built from variables and constants using only addition, subtraction, and multiplication.
Feynman Lens
Start with the simplest version: this lesson is about Polynomials. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
Polynomials are expressions built from variables and constants using only addition, subtraction, and multiplication. They're everywhere—in physics equations describing motion, in business formulas calculating profits, and in engineering models predicting structures. This chapter teaches you how polynomials work, how to factor them, and the crucial relationship between a polynomial and its roots. Understanding polynomials is like learning the grammar of algebra: once you master it, you can express complex relationships simply.
What Are Polynomials? Variables with Powers
A polynomial is an expression like 3x² + 2x + 5, where you add terms containing a variable (like x) raised to whole number powers.
Key characteristics:
Variables have whole number exponents (0, 1, 2, 3, ...)
Coefficients can be any real number
Terms are separated by + or −
Examples:
Linear: 2x + 3 (degree 1)
Quadratic: x² − 5x + 6 (degree 2)
Cubic: x³ + 2x² − x + 4 (degree 3)
Why degree matters: The highest power in a polynomial tells you its degree. Degree-1 polynomials are straight lines when graphed. Degree-2 polynomials are parabolas. Higher degrees create more complex curves.
The Factor Theorem: Connecting Roots to Factors
Here's a beautiful connection: if a number a makes a polynomial equal zero (so p(a) = 0), then (x − a) is a factor of that polynomial.
Real-world analogy: Think of a polynomial as a recipe, and roots as ingredients that make the recipe "work" (result in zero). The Factor Theorem says that if you know a working ingredient, you can identify a piece of the recipe it came from.
Practical example:
If p(x) = x² − 5x + 6 and p(2) = 0, then (x − 2) is a factor
You can verify: x² − 5x + 6 = (x − 2)(x − 3)
The Remainder Theorem: What's Left Over
When you divide a polynomial p(x) by (x − a), the remainder is simply p(a). This gives you a quick way to find remainders without doing long division.
Why this works: Think of dividing polynomials like dividing numbers. When you divide 17 by 5, the remainder is 2 (which is 17 mod 5). The Remainder Theorem is the polynomial version of this idea.
Example:
Divide p(x) = x³ + 2x² − 5x + 3 by (x − 1)
Instead of long division, just calculate p(1) = 1 + 2 − 5 + 3 = 1
The remainder is 1
Zeros and Factorization: Breaking Polynomials Apart
A zero (or root) of a polynomial is a value that makes it equal zero. Finding zeros is like solving puzzles—and once you find them, you can completely factor the polynomial.
Connection to real numbers: Remember chapter-01-real-numbers? Prime factorization breaks numbers into prime components. Similarly, you can break polynomials into simpler polynomial factors.
For quadratic polynomials (ax² + bx + c):
Find zeros using the quadratic formula or factoring
If zeros are r and s, the polynomial = a(x − r)(x − s)
Connecting to Related Topics
Polynomials build naturally into:
chapter-04-quadratic-equations: Solving polynomial equations by setting them to zero
chapter-03-pair-of-linear-equations: Linear polynomials in multiple variables
chapter-06-triangles: Geometric shapes can be expressed using polynomial equations
Key Formulas and Theorems
Degree: The highest power of the variable in the polynomial
Factor Theorem: If p(a) = 0, then (x − a) is a factor of p(x)
Remainder Theorem: When p(x) is divided by (x − a), remainder = p(a)
Quadratic formula: x = [−b ± √(b² − 4ac)] / 2a
Socratic Questions
If a polynomial p(x) has degree 5, how many zeros (roots) can it possibly have?
You know that (x − 3) is a factor of polynomial p(x). What does this tell you about the value p(3)?
If you divide a polynomial by (x − 2) and get a remainder of 5, what is p(2)? Explain your reasoning.
A quadratic polynomial has zeros at x = 1 and x = 4. Can you write down the polynomial without doing any calculations?
Why do you think the Factor Theorem is more powerful than simply finding zeros by trial-and-error?
🃏 Flashcards — Quick Recall
Term / Concept
What is Polynomials?
tap to flip
Polynomials is the central idea of this lesson. Use the chapter examples to explain what it means and why it matters.
Term / Concept
What is Key characteristics?
tap to flip
- Variables have whole number exponents (0, 1, 2, 3, ...)
Term / Concept
What is Examples?
tap to flip
- Linear: 2x + 3 (degree 1)
Term / Concept
What is Why degree matters?
tap to flip
The highest power in a polynomial tells you its degree. Degree-1 polynomials are straight lines when graphed. Degree-2 polynomials are parabolas. Higher degrees create more complex curves.
Term / Concept
What is Real-world analogy?
tap to flip
Think of a polynomial as a recipe, and roots as ingredients that make the recipe "work" (result in zero). The Factor Theorem says that if you know a working ingredient, you can identify a piece of the recipe it came from.
Term / Concept
What is Practical example?
tap to flip
- If p(x) = x² − 5x + 6 and p(2) = 0, then (x − 2) is a factor
Term / Concept
What is Why this works?
tap to flip
Think of dividing polynomials like dividing numbers. When you divide 17 by 5, the remainder is 2 (which is 17 mod 5). The Remainder Theorem is the polynomial version of this idea.
Term / Concept
What is Example?
tap to flip
- Divide p(x) = x³ + 2x² − 5x + 3 by (x − 1)
Term / Concept
What is Connection to real numbers?
tap to flip
Remember chapter-01-real-numbers? Prime factorization breaks numbers into prime components. Similarly, you can break polynomials into simpler polynomial factors.
Term / Concept
What is Degree?
tap to flip
The highest power of the variable in the polynomial
Term / Concept
What is Factor Theorem?
tap to flip
If p(a) = 0, then (x − a) is a factor of p(x)
Term / Concept
What is Remainder Theorem?
tap to flip
When p(x) is divided by (x − a), remainder = p(a)
Term / Concept
What is Quadratic formula?
tap to flip
x = [−b ± √(b² − 4ac)] / 2a
Term / Concept
What is the core idea of What Are Polynomials? Variables with Powers?
tap to flip
A polynomial is an expression like 3x² + 2x + 5, where you add terms containing a variable (like x) raised to whole number powers.
Term / Concept
What is the core idea of The Factor Theorem: Connecting Roots to Factors?
tap to flip
Here's a beautiful connection: if a number a makes a polynomial equal zero (so p(a) = 0), then (x − a) is a factor of that polynomial.
Term / Concept
What is the core idea of The Remainder Theorem: What's Left Over?
tap to flip
When you divide a polynomial p(x) by (x − a), the remainder is simply p(a). This gives you a quick way to find remainders without doing long division. Why this works: Think of dividing polynomials like dividing numbers.
Term / Concept
What is the core idea of Zeros and Factorization: Breaking Polynomials Apart?
tap to flip
A zero (or root) of a polynomial is a value that makes it equal zero. Finding zeros is like solving puzzles—and once you find them, you can completely factor the polynomial.
Term / Concept
What is the core idea of Connecting to Related Topics?
tap to flip
Polynomials build naturally into: - chapter-04-quadratic-equations: Solving polynomial equations by setting them to zero - chapter-03-pair-of-linear-equations: Linear polynomials in multiple variables -…
Term / Concept
What is the core idea of Key Formulas and Theorems?
tap to flip
- Degree: The highest power of the variable in the polynomial - Factor Theorem: If p(a) = 0, then (x − a) is a factor of p(x) - Remainder Theorem: When p(x) is divided by (x − a), remainder = p(a) - Quadratic formula:…
Term / Concept
What is Variables have whole number exponents (0, 1,?
tap to flip
Variables have whole number exponents (0, 1, 2, 3, ...)
Term / Concept
What is Coefficients can be any real number?
tap to flip
Coefficients can be any real number
Term / Concept
What is Terms are separated by + or −?
tap to flip
Terms are separated by + or −
Term / Concept
What is Linear?
tap to flip
2x + 3 (degree 1)
Term / Concept
What is Quadratic?
tap to flip
x² − 5x + 6 (degree 2)
Term / Concept
What is Cubic?
tap to flip
x³ + 2x² − x + 4 (degree 3)
Term / Concept
What is If p(x) = x² − 5x +?
tap to flip
If p(x) = x² − 5x + 6 and p(2) = 0, then (x − 2) is a factor
Term / Concept
What is You can verify?
tap to flip
x² − 5x + 6 = (x − 2)(x − 3)
Term / Concept
What is Divide p(x) = x³ + 2x² −?
tap to flip
Divide p(x) = x³ + 2x² − 5x + 3 by (x − 1)
Term / Concept
What is Instead of long division, just calculate p(1)?
tap to flip
Instead of long division, just calculate p(1) = 1 + 2 − 5 + 3 = 1
Term / Concept
What is The remainder is 1?
tap to flip
The remainder is 1
Term / Concept
What is Find zeros using the quadratic formula or?
tap to flip
Find zeros using the quadratic formula or factoring
Term / Concept
What is If zeros are r and s, the?
tap to flip
If zeros are r and s, the polynomial = a(x − r)(x − s)
Term / Concept
What is chapter-04-quadratic-equations?
tap to flip
Solving polynomial equations by setting them to zero
Term / Concept
What is chapter-03-pair-of-linear-equations?
tap to flip
Linear polynomials in multiple variables
Term / Concept
What is chapter-06-triangles?
tap to flip
Geometric shapes can be expressed using polynomial equations
Term / Concept
Why What Are Polynomials? Variables with Powers matters?
tap to flip
What Are Polynomials? Variables with Powers matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
Term / Concept
Why The Factor Theorem: Connecting Roots to Factors matters?
tap to flip
The Factor Theorem: Connecting Roots to Factors matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
Term / Concept
Why The Remainder Theorem: What's Left Over matters?
tap to flip
The Remainder Theorem: What's Left Over matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
Term / Concept
Why Zeros and Factorization: Breaking Polynomials Apart matters?
tap to flip
Zeros and Factorization: Breaking Polynomials Apart matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
Term / Concept
Why Connecting to Related Topics matters?
tap to flip
Connecting to Related Topics matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
40 cards — click any card to flip
📝 Quick Quiz — Test Yourself
If a polynomial p(x) has degree 5, how many zeros (roots) can it possibly have?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
You know that (x − 3) is a factor of polynomial p(x). What does this tell you about the value p(3)?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
If you divide a polynomial by (x − 2) and get a remainder of 5, what is p(2)? Explain your reasoning.
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
A quadratic polynomial has zeros at x = 1 and x = 4. Can you write down the polynomial without doing any calculations?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Why do you think the Factor Theorem is more powerful than simply finding zeros by trial-and-error?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Which approach best shows that you understand Polynomials?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Key characteristics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Examples?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Why degree matters?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Real-world analogy?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Practical example?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Why this works?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Example?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Connection to real numbers?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Degree?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Factor Theorem?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Remainder Theorem?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Quadratic formula?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand What Are Polynomials? Variables with Powers?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand The Factor Theorem: Connecting Roots to Factors?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand The Remainder Theorem: What's Left Over?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Zeros and Factorization: Breaking Polynomials Apart?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Connecting to Related Topics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Key Formulas and Theorems?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Variables have whole number exponents (0, 1,?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Coefficients can be any real number?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Terms are separated by + or −?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Linear?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Quadratic?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Cubic?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand If p(x) = x² − 5x +?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand You can verify?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Divide p(x) = x³ + 2x² −?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Instead of long division, just calculate p(1)?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand The remainder is 1?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Find zeros using the quadratic formula or?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand If zeros are r and s, the?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-04-quadratic-equations?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-03-pair-of-linear-equations?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-06-triangles?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.