67 total
By the end of these notes, you should be able to:
A cubic polynomial is an expression where the highest power of x is 3. For example:
y=x3−6x2+11x−6
In this topic, we always work with cubics written as a product of three linear factors. A linear factor is simply a bracket of the form (x−a), (x+a), or (ax+b) — basically a bracket with x to the power of 1.
So a cubic in factored form looks like:
y=(x−a)(x−b)(x−c)
or with a constant multiplier:
y=k(x−a)(x−b)(x−c)
where a, b, c are numbers and k is a constant (a fixed number that stretches or flips the graph).
The factored form makes it very easy to sketch the graph, because it immediately tells you:
You do not need to find turning points precisely — just the overall shape and the labelled intercepts.
The x-intercepts are the points where the graph meets the x-axis. At these points, y=0.
So to find them, you set each factor equal to zero and solve:
y=(x−a)(x−b)(x−c)=0
This means: x=a, x=b, or x=c
Each of these is called a root (or zero) of the polynomial — the x-value where the curve hits the x-axis.
Example:
y=(x−1)(x+2)(x−3)
Set each factor to zero:
So the graph crosses the x-axis at x=−2, x=1, and x=3.
Label these on your sketch as the points (−2,0), (1,0), and (3,0).
Sometimes two of the factors are identical. For example:
y=(x−1)2(x−3)
This means x=1 is a repeated root (it appears twice). When a root is repeated:
So for y=(x−1)2(x−3):
💡 Simple rule to remember:
Sign in to view full notes