4.4 Sketching Cubic Graphs


2026 📋 Syllabus Objectives

By the end of these notes, you should be able to:

  • Sketch the graphs of cubic polynomials written as a product of three linear factors
  • Sketch the graphs of the moduli (absolute values) of these cubic polynomials
  • Clearly label all points where the graph crosses or touches the x-axis and y-axis

1. What is a Cubic Polynomial?

A cubic polynomial is an expression where the highest power of x is 3. For example:

y=x36x2+11x6y = x^3 - 6x^2 + 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 (xa)(x - a), (x+a)(x + a), or (ax+b)(ax + b) — basically a bracket with x to the power of 1.

So a cubic in factored form looks like:

y=(xa)(xb)(xc)y = (x - a)(x - b)(x - c)

or with a constant multiplier:

y=k(xa)(xb)(xc)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).


2. Why Use the Factored Form?

The factored form makes it very easy to sketch the graph, because it immediately tells you:

  • Where the graph crosses or touches the x-axis (the roots)
  • The overall shape of the curve
  • The y-intercept (by substituting x=0x = 0)

You do not need to find turning points precisely — just the overall shape and the labelled intercepts.


3. Finding the X-Intercepts (Roots)

The x-intercepts are the points where the graph meets the x-axis. At these points, y=0y = 0.

So to find them, you set each factor equal to zero and solve:

y=(xa)(xb)(xc)=0y = (x - a)(x - b)(x - c) = 0

This means: x=ax = a, x=bx = b, or x=cx = 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=(x1)(x+2)(x3)y = (x - 1)(x + 2)(x - 3)

Set each factor to zero:

  • x1=0x=1x - 1 = 0 \Rightarrow x = 1
  • x+2=0x=2x + 2 = 0 \Rightarrow x = -2
  • x3=0x=3x - 3 = 0 \Rightarrow x = 3

So the graph crosses the x-axis at x=2x = -2, x=1x = 1, and x=3x = 3.

Label these on your sketch as the points (2,0)(-2, 0), (1,0)(1, 0), and (3,0)(3, 0).


4. Repeated Roots — When Two Factors Are the Same

Sometimes two of the factors are identical. For example:

y=(x1)2(x3)y = (x - 1)^2(x - 3)

This means x=1x = 1 is a repeated root (it appears twice). When a root is repeated:

  • The graph touches the x-axis at that point and bounces back — it does not cross through
  • The graph crosses the x-axis at the non-repeated root as usual

So for y=(x1)2(x3)y = (x-1)^2(x-3):

  • At x=1x = 1: the curve touches the x-axis (like the bottom of a U-shape at that point)
  • At x=3x = 3: the curve crosses the x-axis

💡 Simple rule to remember:

  • Single root → graph crosses through the x-axis
  • Repeated (double) root → graph touches the x-axis and turns back

Sign in to view full notes