From degrees to zeroes, graphs to coefficients — understand every concept with clear explanations, original diagrams, and step-by-step solved examples.
📐 Types of Polynomials0️⃣ Zeroes & Graphs📈 Parabolasα β Sum & Product🧱 Build a Polynomial
📐
Section 1
What Is a Polynomial?
A polynomial is an algebraic expression built from a variable (like x) using only addition, subtraction, multiplication, and non-negative whole-number powers. Each separate chunk separated by + or − is called a term.
The degree of a polynomial is the highest power of the variable appearing in it. This single number tells you most of what you need to know about the polynomial’s behaviour.
The four main types for Grade 10:
Linear (deg 1)Quadratic (deg 2)Cubic (deg 3)General (deg n)
💡 Is it a polynomial or not?
A polynomial must have whole-number, non-negative powers of the variable. Expressions like 1/x, √x, and x⁻² are NOT polynomials because they contain negative or fractional powers. Examples like 3x² + 2x + 5 ARE polynomials.
1/(x+2) → variable in denominator √x + 3 → fractional power (x^½) x² + x⁻¹ → negative power 2^x + 1 → variable is the exponent |x| + 5 → absolute value not allowed
WORKED EXAMPLE A
Find the degree and identify the type of these polynomials
p(x) = 4x + 7: Highest power = 1 → Linear polynomial, degree 1 q(y) = 3y² − 2y + 9: Highest power = 2 → Quadratic polynomial, degree 2 r(t) = 2t³ − t + 5: Highest power = 3 → Cubic polynomial, degree 3 s(x) = x⁴ − 3x² + 1: Highest power = 4 → Polynomial of degree 4 f(x) = −8: No variable, constant → Constant polynomial, degree 0
🔢
Section 2
Value of a Polynomial at a Given Point
To find the value of a polynomial p(x) at a specific number, you simply substitute that number in place of x and calculate. We write p(k) to mean “the value of p(x) when x = k”.
If p(x) = ax² + bx + c, then p(k) = ak² + bk + c
Just replace every x with the value k and compute!
WORKED EXAMPLE B
Find the value of p(x) = 3x² − 2x + 5 at x = 2 and x = −1
A zero of a polynomial p(x) is any real number k that makes p(k) = 0. In other words, a zero is an input that produces an output of zero. Zeroes are also called roots of the polynomial.
🔑 Definition
k is a zero of p(x) if and only if p(k) = 0 Geometrically: the x-coordinate where the graph of y = p(x) crosses or touches the x-axis
📊 How Many Zeroes?
Degree 1 (linear): exactly 1 zero Degree 2 (quadratic): at most 2 zeroes Degree 3 (cubic): at most 3 zeroes Degree n: at most n zeroes
WORKED EXAMPLE D
Find the zeroes of the linear polynomial p(x) = 5x − 15
Set p(x) = 0: 5x − 15 = 0 5x = 15 x = 15 ÷ 5 = 3
Verify: p(3) = 5(3) − 15 = 15 − 15 = 0 ✓ General rule: zero of ax + b = −b/a = −(−15)/5 = 15/5 = 3
Zero of p(x) = 3
WORKED EXAMPLE E
Check if x = 2 and x = −3 are zeroes of p(x) = x² + x − 6
Check x = 2: p(2) = (2)² + (2) − 6 = 4 + 2 − 6 = 0 ✓ → Yes, x = 2 is a zero
Check x = −3: p(−3) = (−3)² + (−3) − 6 = 9 − 3 − 6 = 0 ✓ → Yes, x = −3 is a zero
Factoring to confirm: x² + x − 6 = (x − 2)(x + 3) → zeroes: x = 2 and x = −3
Both x = 2 and x = −3 are zeroes
📈
Section 4
Geometrical Meaning of Zeroes — Graphs
The most powerful way to understand zeroes is geometrically. When you plot the graph of y = p(x), the zeroes are precisely the x-coordinates of the points where the curve meets the x-axis — this is true for every type of polynomial.
For a linear polynomial (degree 1), the graph is a straight line that crosses the x-axis at exactly one point. For a quadratic polynomial (degree 2), the graph is a parabola — a smooth U-shape that opens upward (if a > 0) or downward (if a < 0).
🔑 Linear Zero Formula
For any linear polynomial ax + b (where a ≠ 0): Zero = x = −b/a = −(constant term) ÷ (coefficient of x) Example: Zero of 4x − 20 = −(−20)/4 = 20/4 = 5
Quadratic Polynomials: 3 Cases for the Parabola
For y = ax² + bx + c, the parabola opens upward when a > 0 and downward when a < 0. Where it meets the x-axis determines the number of zeroes.
The Three Cases Explained
✅ Case 1: Two Distinct Zeroes
Parabola crosses x-axis at two different points. There are two different real zeroes: α and β. e.g. x² − 5x + 6 → zeroes at 2 and 3
⚠️ Case 2: One Repeated Zero
Parabola just touches the x-axis at one point. Two equal zeroes: α = β. e.g. x² − 4x + 4 = (x−2)² → zero at 2 only
❌ Case 3: No Real Zeroes
Parabola doesn’t touch the x-axis at all. No real zeroes exist. e.g. x² + x + 1 → always positive, no real root
〰️
Section 5
Graphs of Cubic Polynomials
A cubic polynomial y = ax³ + bx² + cx + d always produces a smooth S-shaped curve. Unlike parabolas, a cubic curve always crosses the x-axis at least once — it must have at least one real zero. It can have 1, 2 (one repeated), or 3 distinct zeroes.
📊 Maximum Zeroes Rule
A polynomial of degree n can have at most n zeroes — never more. A degree-4 polynomial has at most 4 zeroes, degree 5 has at most 5, and so on. However, it may have fewer than n zeroes if some are complex (non-real).
α β
Section 6
Relationship Between Zeroes and Coefficients
Here is one of the most useful discoveries in algebra: you don’t need to find the zeroes individually to know their sum and product. These values are directly readable from the coefficients of the polynomial itself!
⭐ Core Formulas — Quadratic ax² + bx + c
SUM OF ZEROES (α + β)
−b / a
= −(coefficient of x) ÷ (coefficient of x²)
PRODUCT OF ZEROES (α × β)
c / a
= (constant term) ÷ (coefficient of x²)
WORKED EXAMPLE F
Find the zeroes of x² − 7x + 12 and verify the sum and product relationships
Factorise: x² − 7x + 12 = (x − 3)(x − 4) Zeroes: x = 3 and x = 4 (call them α = 3, β = 4)
Verify sum: α + β = 3 + 4 = 7 = −(−7)/1 = −b/a ✓
Verify product: α × β = 3 × 4 = 12 = 12/1 = c/a ✓
Zeroes: 3 and 4
Sum = 7 = −(−7)/1
Product = 12 = 12/1
WORKED EXAMPLE G
Find the zeroes of 2x² − 9x + 10 and verify both relationships
Factorise using middle-term split: 2x² − 9x + 10 → find two numbers with product = 2 × 10 = 20 and sum = −9 Those numbers: −4 and −5 (since −4 × −5 = 20 and −4 + −5 = −9) 2x² − 4x − 5x + 10 = 2x(x − 2) − 5(x − 2) = (2x − 5)(x − 2) Zeroes: x = 5/2 and x = 2 (α = 5/2, β = 2)