Polynomials

Study polynomial degrees, zeroes, factorization, and the division algorithm.

Chapter Notes

1. Polynomials, Degree and Types

  • A polynomial in x is an expression of the form p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where the powers of x are whole numbers and the coefficients are real numbers.
  • The highest power of x in p(x) is the degree of the polynomial. Degree 1 → linear (ax + b), degree 2 → quadratic (ax² + bx + c), degree 3 → cubic (ax³ + bx² + cx + d).
  • A constant polynomial has degree 0; the zero polynomial has no defined degree.
  • The value of p(x) at x = k is p(k), obtained by substituting k for x.
p(x) = aₙxⁿ + … + a₁x + a₀, aₙ ≠ 0

Watch it happen — Degree & Number of Zeroes

Controls

1

Live result

Maximum zeroes
2
Shape
Parabola
Opens
Upwards
Shape of the polynomial graphMaximum zeroes: 2
degree 2 — at most 2 zeroes
Click to start animation
y = k·xⁿ

A polynomial of degree n has at most n zeroes and its graph meets the x-axis at most n times.

Board-style practice questions

Q1.Define the degree of a polynomial and give one example each of a linear, quadratic and cubic polynomial.

2 marks

2. Zeroes of a Polynomial

  • A real number k is a zero of p(x) if p(k) = 0. For a linear polynomial ax + b, the only zero is −b/a.
  • A polynomial of degree n has at most n zeroes: a linear polynomial has 1, a quadratic has at most 2, and a cubic has at most 3.
  • Zeroes are also called the roots of the equation p(x) = 0.
Zero of ax + b is x = −b/a
Board-style practice questions

Q1.Find a quadratic polynomial whose sum and product of zeroes are −3 and 2 respectively.

3 marks

3. Geometrical Meaning of the Zeroes

  • The zeroes of p(x) are exactly the x-coordinates of the points where the graph y = p(x) cuts the x-axis.
  • A linear polynomial gives a straight line that cuts the x-axis at exactly one point.
  • A quadratic gives a parabola: open upward if a > 0, downward if a < 0. It can cut the x-axis at two points (two distinct zeroes), touch it at one point (two equal zeroes) or not meet it at all (no real zero).
  • For a cubic, the graph can cut the x-axis at up to three points.

Watch it happen — Quadratic Graph Explorer

Controls

1
-5
6

Live result

Discriminant
1
Zeroes
3, 2
Sum = −b/a
5
Product = c/a
6
Parabola y = ax² + bx + cDiscriminant: 1
graph cuts the x-axis at the zeroes
Click to start animation
y = ax² + bx + c

The zeroes of a polynomial are the x-coordinates where the graph cuts the x-axis.

Board-style practice questions

Q1.The graph of a quadratic polynomial does not intersect the x-axis. How many zeroes does it have and why?

2 marks

4. Relationship between Zeroes and Coefficients

  • For a quadratic polynomial ax² + bx + c with zeroes α and β: α + β = −b/a and αβ = c/a.
  • To form a quadratic when the sum and product of zeroes are known: p(x) = k[x² − (α + β)x + αβ].
  • For a cubic ax³ + bx² + cx + d with zeroes α, β, γ: α + β + γ = −b/a, αβ + βγ + γα = c/a and αβγ = −d/a.
  • Example: for x² − 7x + 10, sum = 7 and product = 10, so the zeroes are 2 and 5.
α + β = −b/a, αβ = c/a

Watch it happen — Nature of Roots

Controls

1
4
4

Live result

Discriminant D = b²−4ac
0
Nature of roots
Two equal real roots
Roots
-2, -2
Parabola y = ax² + bx + cDiscriminant D = b²−4ac: 0
graph cuts the x-axis at the zeroes
Click to start animation
y = ax² + bx + c

Quadratic formula: x = (−b ± √D) / 2a.

Board-style practice questions

Q1.Find the zeroes of x² − 2x − 8 and verify the relationship between the zeroes and the coefficients.

3 marks

5. Division Algorithm for Polynomials

  • If p(x) and g(x) are polynomials with g(x) ≠ 0, then there exist polynomials q(x) and r(x) such that p(x) = g(x) × q(x) + r(x), where r(x) = 0 or degree of r(x) < degree of g(x).
  • Long division steps: divide the highest degree term of the dividend by the highest degree term of the divisor, multiply, subtract, and repeat with the new dividend.
  • If two zeroes of a polynomial are known, divide by the corresponding factor to get the remaining factor and hence the remaining zeroes.
  • A useful check: g(x) is a factor of p(x) exactly when the remainder r(x) is 0.
p(x) = g(x)·q(x) + r(x), deg r < deg g
Board-style practice questions

Q1.Divide 3x³ + x² + 2x + 5 by x² + 2x + 1 and verify the division algorithm.

5 marks

6. Board Exam Tips for Polynomials

  • Always compare the given polynomial with ax² + bx + c carefully — a wrong sign in b changes the sum of zeroes.
  • Verify your zeroes by substituting them back into p(x); the value must come out to 0.
  • For graph-based questions, count the number of points where the curve meets the x-axis — that count is the number of zeroes.
  • Factorisation by splitting the middle term is faster than the quadratic formula whenever the numbers are simple.

Watch it happen — Completing the Square

Controls

1
6
5

Live result

Vertex form
1(x − -3)² + -4
Vertex
(-3, -4)
Minimum / maximum value
-4
Parabola y = ax² + bx + cVertex form: 1(x − -3)² + -4
graph cuts the x-axis at the zeroes
Click to start animation
y

Completing the square shows the vertex directly and derives the quadratic formula.