Polynomials are algebraic 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 algebraic expressions built from variables and constants using only addition, subtraction, and multiplication. Think of them as "machines" that take numbers as input and produce results as output. This chapter introduces polynomial terminology, reveals how to find their zeros (the input values that make them equal to zero), and presents powerful theorems that help solve equations and factor expressions. Understanding polynomials is essential for algebra, calculus, and countless real-world applications from physics to economics.
What Are Polynomials: Building Blocks of Algebra
A polynomial in one variable is an expression of the form:
Real-world analogy: A polynomial is like a recipe. If x represents temperature (input), then a polynomial like 2x + 3 tells you the exact output at any temperature. The constants (2 and 3) are the "recipe coefficients."
Terminology: Degree, Terms, and Coefficients
Understanding the vocabulary of polynomials helps you classify and manipulate them.
Terms: Individual parts added or subtracted. In 3x³ + 2x² - 7x + 1, there are four terms: 3x³, 2x², -7x, and 1.
Coefficients: The constant multiplying each variable term. In 3x³ + 2x² - 7x + 1, the coefficients are 3, 2, -7, and 1.
Degree: The highest exponent of the variable. The degree of 3x³ + 2x² - 7x + 1 is 3 because the highest power is x³.
Cubic polynomials (degree 3): x³ + 2x² - x + 3 (form: ax³ + bx² + cx + d, where a ≠ 0)
Constant polynomials: Numbers like 5, -3, or 0 are polynomials of degree 0 (except 0, whose degree is undefined).
Evaluating Polynomials: Finding Values
Evaluating a polynomial means substituting a specific number for the variable and calculating the result. This is like running the polynomial "machine" with a particular input.
A zero of a polynomial p(x) is a value c such that p(c) = 0. It's the input that makes the polynomial output zero. The zero of a linear polynomial ax + b (where a ≠ 0) is always x = -b/a.
Finding a linear zero: For p(x) = 2x + 1, set p(x) = 0:
2x + 1 = 0
2x = -1
x = -1/2
Verify: p(-1/2) = 2(-1/2) + 1 = -1 + 1 = 0 ✓
Observation: Zeros connect polynomials to equations. Finding zeros is equivalent to solving polynomial equations.
Important facts about zeros:
A constant polynomial has no zero (except the zero polynomial 0, which has every real number as a zero)
A linear polynomial has exactly one zero
A polynomial can have zero, one, or many zeros
The Remainder Theorem and Factor Theorem
These theorems create a powerful bridge between polynomial evaluation and division.
Remainder Theorem: If a polynomial p(x) is divided by (x - a), the remainder equals p(a).
Why this matters: Instead of doing long division to find the remainder, just evaluate the polynomial at x = a!
Factor Theorem: (x - a) is a factor of polynomial p(x) if and only if p(a) = 0.
Proof insight: By the Remainder Theorem, dividing p(x) by (x - a) gives remainder p(a). If p(a) = 0, then p(x) = (x - a)·q(x) for some polynomial q(x), meaning (x - a) is a factor.
Real-world application: If you know a zero of a polynomial, you can immediately factor out that linear term. This is how engineers and scientists simplify complex expressions in design calculations.
Algebraic Identities for Polynomials
These identities appear constantly in algebra and help factor polynomials efficiently.
Perfect Square Identities:
(x + y)² = x² + 2xy + y²
(x - y)² = x² - 2xy + y²
Difference of Squares:
x² - y² = (x + y)(x - y)
Sum and Difference of Cubes:
x³ + y³ = (x + y)(x² - xy + y²)
x³ - y³ = (x - y)(x² + xy + y²)
Example: Factor 9x² - 16
Recognize this as (3x)² - 4² = (3x - 4)(3x + 4)
Connecting to Related Topics
Understanding polynomials prepares you for:
chapter-01-number-systems: Real numbers serve as coefficients in polynomials
chapter-04-linear-equations-in-two-variables: Linear polynomials in two variables define lines
chapter-03-coordinate-geometry: Polynomial equations graph as curves
Why do we require that polynomial exponents be non-negative integers? What would change in mathematics if we allowed expressions like x<super>-1</super> or x<super>1/2</super>?
If a polynomial p(x) has a zero at x = 3, what does this tell you about the factors of p(x)? How is this different from finding that p(3) = 5?
The Remainder Theorem says that dividing p(x) by (x - a) leaves remainder p(a). Why is this more efficient than actually performing polynomial division?
A quadratic polynomial can have two zeros, one zero, or no real zeros. What does the number of zeros represent graphically? (Hint: think about a parabola's interaction with the x-axis)
Why are the identities (x + y)² = x² + 2xy + y² and x² - y² = (x + y)(x - y) so fundamental to polynomial algebra? Can you think of instances where they help simplify complex expressions?
🃏 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 requirements?
tap to flip
- Variables appear only with non-negative integer exponents
Term / Concept
What is Examples of polynomials?
tap to flip
2x + 3, x² - 5x + 6, 3x³ + 2x² - 7x + 1
Term / Concept
What is Examples of non-polynomials?
tap to flip
- 1/x + 3 (variable in denominator)
Term / Concept
What is Real-world analogy?
tap to flip
A polynomial is like a recipe. If x represents temperature (input), then a polynomial like 2x + 3 tells you the exact output at any temperature. The constants (2 and 3) are the "recipe coefficients."
Term / Concept
What is Terms?
tap to flip
Individual parts added or subtracted. In 3x³ + 2x² - 7x + 1, there are four terms: 3x³, 2x², -7x, and 1.
Term / Concept
What is Coefficients?
tap to flip
The constant multiplying each variable term. In 3x³ + 2x² - 7x + 1, the coefficients are 3, 2, -7, and 1.
Term / Concept
What is Degree?
tap to flip
The highest exponent of the variable. The degree of 3x³ + 2x² - 7x + 1 is 3 because the highest power is x³.
Term / Concept
What is Monomials?
tap to flip
(one term): 5x², -3x, 7
Term / Concept
What is Binomials?
tap to flip
(two terms): x + 1, 3x² - 5
Term / Concept
What is Trinomials?
tap to flip
(three terms): x² + 2x + 1, 2x² - 3x + 7
Term / Concept
What is Classification by degree?
tap to flip
- Linear polynomials (degree 1): 2x + 5, 3x - 7 (form: ax + b, where a ≠ 0)
Term / Concept
What is Quadratic polynomials?
tap to flip
(degree 2): x² + 2x + 1, 3x² - 5 (form: ax² + bx + c, where a ≠ 0)
Term / Concept
What is Cubic polynomials?
tap to flip
(degree 3): x³ + 2x² - x + 3 (form: ax³ + bx² + cx + d, where a ≠ 0)
Term / Concept
What is Constant polynomials?
tap to flip
Numbers like 5, -3, or 0 are polynomials of degree 0 (except 0, whose degree is undefined).
Term / Concept
What is Example?
tap to flip
For p(x) = 5x² - 3x + 7, find p(1):
Term / Concept
What is Finding a linear zero?
tap to flip
For p(x) = 2x + 1, set p(x) = 0:
Term / Concept
What is Observation?
tap to flip
Zeros connect polynomials to equations. Finding zeros is equivalent to solving polynomial equations.
Term / Concept
What is Important facts about zeros?
tap to flip
- A constant polynomial has no zero (except the zero polynomial 0, which has every real number as a zero)
Term / Concept
What is Remainder Theorem?
tap to flip
If a polynomial p(x) is divided by (x - a), the remainder equals p(a).
Term / Concept
What is Why this matters?
tap to flip
Instead of doing long division to find the remainder, just evaluate the polynomial at x = a!
Term / Concept
What is Factor Theorem?
tap to flip
(x - a) is a factor of polynomial p(x) if and only if p(a) = 0.
Term / Concept
What is Proof insight?
tap to flip
By the Remainder Theorem, dividing p(x) by (x - a) gives remainder p(a). If p(a) = 0, then p(x) = (x - a)·q(x) for some polynomial q(x), meaning (x - a) is a factor.
Term / Concept
What is Real-world application?
tap to flip
If you know a zero of a polynomial, you can immediately factor out that linear term. This is how engineers and scientists simplify complex expressions in design calculations.
What is the core idea of What Are Polynomials: Building Blocks of Algebra?
tap to flip
A polynomial in one variable is an expression of the form: anxn + an-1xn-1 + ... + a1x + a0 where the a values are constants and n is a non-negative integer.
Term / Concept
What is the core idea of Terminology: Degree, Terms, and Coefficients?
tap to flip
Understanding the vocabulary of polynomials helps you classify and manipulate them. Terms: Individual parts added or subtracted. In 3x³ + 2x² - 7x + 1, there are four terms: 3x³, 2x², -7x, and 1.
Term / Concept
What is the core idea of Evaluating Polynomials: Finding Values?
tap to flip
Evaluating a polynomial means substituting a specific number for the variable and calculating the result. This is like running the polynomial "machine" with a particular input.
Term / Concept
What is the core idea of Zeros of Polynomials: Where They Touch Zero?
tap to flip
A zero of a polynomial p(x) is a value c such that p(c) = 0. It's the input that makes the polynomial output zero. The zero of a linear polynomial ax + b (where a ≠ 0) is always x = -b/a.
Term / Concept
What is the core idea of The Remainder Theorem and Factor Theorem?
tap to flip
These theorems create a powerful bridge between polynomial evaluation and division. Remainder Theorem: If a polynomial p(x) is divided by (x - a), the remainder equals p(a).
Term / Concept
What is the core idea of Algebraic Identities for Polynomials?
tap to flip
These identities appear constantly in algebra and help factor polynomials efficiently.
Term / Concept
What is the core idea of Connecting to Related Topics?
tap to flip
Understanding polynomials prepares you for: - chapter-01-number-systems: Real numbers serve as coefficients in polynomials - chapter-04-linear-equations-in-two-variables: Linear polynomials in two variables define…
Term / Concept
What is the core idea of Key Formulas and Theorems?
What is Variables appear only with non-negative integer exponents?
tap to flip
Variables appear only with non-negative integer exponents
Term / Concept
What is No variables in denominators?
tap to flip
No variables in denominators
40 cards — click any card to flip
📝 Quick Quiz — Test Yourself
Why do we require that polynomial exponents be non-negative integers? What would change in mathematics if we allowed expressions like x-1 or x1/2?
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 a polynomial p(x) has a zero at x = 3, what does this tell you about the factors of p(x)? How is this different from finding that p(3) = 5?
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.
The Remainder Theorem says that dividing p(x) by (x - a) leaves remainder p(a). Why is this more efficient than actually performing polynomial division?
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 can have two zeros, one zero, or no real zeros. What does the number of zeros represent graphically? (Hint: think about a parabola's interaction with the x-axis)
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 are the identities (x + y)² = x² + 2xy + y² and x² - y² = (x + y)(x - y) so fundamental to polynomial algebra? Can you think of instances where they help simplify complex expressions?
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 requirements?
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 of 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 Examples of non-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 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 Terms?
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?
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 Monomials?
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 Binomials?
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 Trinomials?
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 Classification by 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 Quadratic 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 Cubic 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 Constant 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 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 Finding a linear zero?
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 Observation?
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 Important facts about zeros?
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 Why this 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 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 Proof insight?
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 application?
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 Perfect Square Identities?
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 Difference of Squares?
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 Sum and Difference of Cubes?
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 Polynomial standard form?
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 polynomial zero?
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 Perfect squares?
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: Building Blocks of Algebra?
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 Terminology: Degree, Terms, and Coefficients?
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 Evaluating Polynomials: Finding Values?
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 of Polynomials: Where They Touch Zero?
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 and 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.