Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 10 ~45 min Polynomials · Path +90 XP

Graphing from Factored Form

A polynomial in factored form is a graph waiting to be drawn. The brackets give you the crossings, the constant gives you the height at the vertical axis, and the leading term alone decides what happens at both far ends.

Today's hook: You will never be asked to plot a polynomial point by point. You will be asked to sketch one, and a sketch needs only three things: where the curve meets the horizontal axis, where it meets the vertical axis, and which way the two ends point. All three come straight off a factorised expression.
0/5QUESTS
Think First
warm-up

Consider $y = (x-1)(x-2)(x-3)$. Without drawing anything, decide whether the curve is above or below the horizontal axis when $x = 0$, when $x = 2.5$, and when $x = 10$. You only need the sign of each bracket, not its value.

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

A sketch needs three things and no more: the $x$-intercepts from the factors, the $y$-intercept from $P(0)$, and the end behaviour from the leading term alone.

$$y = a_n x^n + \cdots \quad \text{far out, only } a_n x^n \text{ matters}$$

Between consecutive zeroes the curve cannot change sign, because a sign change would need another crossing. So the zeroes cut the number line into intervals, and testing one point in each interval tells you whether the curve is above or below the axis for the whole of it.

the leading term decides both ends even degree, a > 0 both ends up even degree, a < 0 both ends down odd degree, a > 0 down-left, up-right odd degree, a < 0 up-left, down-right nothing between the ends changes which of these four applies
$y = a_n x^n + \cdots$
Factorise first
An expanded polynomial hides its intercepts. Factorising is the first step of every sketch.
Only signs matter
To test an interval you need the sign of each bracket, never its value.
Sketch, not plot
Intercepts, shape and ends must be right. Turning points are placed by eye.
2
What You'll Master
objectives

Know

  • That a sketch requires the $x$-intercepts, the $y$-intercept and the end behaviour
  • That the leading term alone fixes both ends
  • That the sign of a polynomial is constant between consecutive zeroes

Understand

  • Why the leading term dominates far from the origin
  • Why a sign test needs one point per interval and no more

Can Do

  • Sketch a polynomial given in factored form
  • Factorise first, then sketch a quadratic, cubic or quartic
  • Build and read a sign diagram
3
Words You Need
vocabulary
SketchA drawing with the correct intercepts, shape and end behaviour, but not to scale.
End behaviourWhat the curve does as $x$ becomes very large positive or very large negative.
Sign diagramA record of where the polynomial is positive and where it is negative.
Turning pointA point where the curve changes from rising to falling or the reverse.
Dominant termThe leading term, which outgrows all the others as $|x|$ increases.
4
The Three Pieces
+5 XP to read

To sketch $y = P(x)$ you need three things.

The $x$-intercepts. Set each factor to zero. For $y = (x+2)(x-1)(x-3)$ the curve meets the horizontal axis at $-2$, $1$ and $3$.

The $y$-intercept. Substitute $x = 0$. Here $P(0) = (2)(-1)(-3) = 6$, so the curve passes through $(0,6)$. In expanded form this is just the constant term.

The end behaviour. Multiply out only the leading terms: $x \times x \times x = x^3$. Degree $3$ is odd and the coefficient is positive, so the curve comes up from below on the left and continues upward on the right.

That is enough for a sketch. Everything else, the exact positions of the turning points and the exact steepness, is beyond what Year 10 methods can find and beyond what a sketch is asked to show.

Sketch against plot
A sketch must have the right intercepts, the right shape between them and the right ends. It need not be to scale. Marks are lost for a curve that crosses in the wrong order or points the wrong way at the ends, not for a turning point being slightly off.
5
Why the Leading Term Decides the Ends
+5 XP to read

Take $P(x) = x^3 - 100x$. Near the origin the $-100x$ term is much the larger of the two. But compare the two terms at $x = 1000$:

$$x^3 = 1\,000\,000\,000, \qquad 100x = 100\,000$$

The cubic term is ten thousand times bigger, and the gap widens without limit as $x$ grows, because each extra power of $x$ multiplies the leading term by another factor of $x$ while the lower terms gain nothing comparable.

So far from the origin, a polynomial behaves like its leading term and nothing else. Two features of that term settle the ends:

The parity of the degree. Even powers of $x$ are positive at both ends; odd powers change sign. So an even degree sends both ends the same way, and an odd degree sends them opposite ways.

The sign of the leading coefficient. A negative coefficient flips both ends.

Those two facts give the four cases in the diagram above, and no other information about the polynomial can change which case applies.

6
Sign Diagrams
+5 XP to read

Between two consecutive zeroes, a polynomial cannot change sign. Changing from positive to negative would require passing through zero, and there is no zero in between.

So the zeroes cut the number line into intervals, and the sign is constant on each. Testing one convenient point per interval settles it.

For $y = (x+2)(x-1)(x-3)$ the zeroes $-2$, $1$, $3$ give four intervals. Take one test point in each and record only the signs of the brackets:

$x = -3$: $(-)(-)(-) = -$, so the curve is below the axis.
$x = 0$: $(+)(-)(-) = +$, above.
$x = 2$: $(+)(+)(-) = -$, below.
$x = 4$: $(+)(+)(+) = +$, above.

The curve therefore comes up from below on the left, rises through $-2$, turns over and comes back down through $1$, turns again and rises through $3$, and continues up. Which is exactly what the end behaviour predicted, so the two methods have checked each other.

Never compute the values, only the signs. $(+)(-)(-)$ is positive whatever the sizes are, and stopping at the sign is several times faster.

7
Factorise First, Then Sketch
+5 XP to read

A polynomial given in expanded form has to be factorised before any of this works. Sketch $y = x^3 - 3x^2 - 4x$.

Factorise. Take out the common factor, then handle the quadratic:

$$y = x(x^2 - 3x - 4) = x(x-4)(x+1)$$

Intercepts. $x$-intercepts at $-1$, $0$ and $4$. The $y$-intercept is $P(0) = 0$, so the curve passes through the origin, which the factor of $x$ had already told us.

Ends. The leading term is $x^3$: odd degree, positive coefficient, so down on the left and up on the right.

Signs. Testing $x = -2$: $(-)(-)(-) = -$. Testing $x = -0.5$: $(-)(-)(+) = +$. Testing $x = 1$: $(+)(-)(+) = -$. Testing $x = 5$: $(+)(+)(+) = +$.

The sketch now draws itself: below, up through $-1$, above, down through $0$, below, up through $4$, and away.

A quartic works identically, with one more zero and one more interval. If a cubic factor remains after the first division, factorise that too; the method never changes.

8
What a Sketch Cannot Show
+5 XP to read

Two honest limitations are worth stating, because pretending otherwise leads to wrong answers.

Turning points. The methods here locate the crossings, not the peaks and valleys between them. For $y = x(x-4)(x+1)$ the turning point between $0$ and $4$ is not at $x = 2$; finding it exactly needs calculus, which is a Year 11 topic. On a sketch it goes roughly in the middle, and that is accepted.

Vertical scale. A cubic's values grow fast, so a sketch that is honest about the horizontal positions is usually dishonest about the heights. That is normal, and the marking allows it, provided the intercepts and the order are right.

What a sketch must get right: every $x$-intercept, in the correct order; the $y$-intercept; the correct side of the axis on every interval; and both ends pointing the correct way. Those four are checkable and are where the marks are.

9
Common Pitfalls
+5 XP to read
Reading the intercept $3$ from the bracket $(x+3)$.
Fix: solve $x + 3 = 0$ to get $-3$. The intercept has the opposite sign to the number in the bracket.
Deciding the end behaviour from the constant term or from the number of zeroes.
Fix: the ends depend only on the leading term. Multiply the leading terms of the brackets together and look at the degree's parity and the sign.
Assuming the curve alternates above and below the axis at every zero.
Fix: it does for single zeroes, but a repeated factor breaks the alternation. That is the subject of the next lesson, and until then check with a sign test rather than assuming.
Placing a turning point exactly halfway between two zeroes and treating it as exact.
Fix: halfway is fine as a sketching position, but do not state it as the turning point's coordinates. It is generally not.
Watch Me Solve It · Sketching from factored form
+15 XP per step
Q1
PROBLEM
Sketch $y = (x+3)(x-1)(x-4)$, marking the intercepts and describing the end behaviour.
  1. 1
    Find the x-intercepts
    $x = -3, \quad x = 1, \quad x = 4$
    Set each bracket to zero. Note the sign flip on the first one.
  2. 2
    Find the y-intercept
    $y = (3)(-1)(-4) = 12$
    Substitute $x = 0$ into the factored form directly; expanding is unnecessary.
  3. 3
    Determine the end behaviour
    $x \times x \times x = x^3$
    Degree $3$, odd, with positive leading coefficient. So the curve comes from below on the left and rises on the right.
  4. 4
    Sign-test each interval
    At $x = -4$: $(-)(-)(-) = -$, below. At $x = 0$: $(+)(-)(-) = +$, above, consistent with the $y$-intercept of $12$. At $x = 2$: $(+)(+)(-) = -$, below. At $x = 5$: $(+)(+)(+) = +$, above. The curve crosses at each of the three zeroes.
AnswerCrosses at $(-3,0)$, $(1,0)$ and $(4,0)$, passes through $(0,12)$, falls away to the lower left and rises to the upper right
Watch Me Solve It · Factorise, then sketch
+15 XP per step
Q2
PROBLEM
Sketch $y = x^3 - 4x^2 + 3x$.
  1. 1
    Factorise completely
    $y = x(x^2 - 4x + 3) = x(x-1)(x-3)$
    Common factor first, then an ordinary quadratic.
  2. 2
    Read the intercepts
    $x = 0, \ 1, \ 3$
    The $y$-intercept is $0$: the factor of $x$ means the curve passes through the origin.
  3. 3
    End behaviour from the leading term
    The leading term is $x^3$. Odd degree with positive coefficient means down on the left, up on the right.
  4. 4
    Sign-test and assemble
    At $x = -1$: $(-)(-)(-) = -$, below. At $x = 0.5$: $(+)(-)(-) = +$, above. At $x = 2$: $(+)(+)(-) = -$, below. At $x = 4$: $(+)(+)(+) = +$, above. So the curve rises through the origin, turns, falls through $1$, turns, rises through $3$.
AnswerCrosses at $(0,0)$, $(1,0)$ and $(3,0)$, below the axis for $x < 0$ and for $1 < x < 3$, above elsewhere
Watch Me Solve It · A quartic with a negative leading coefficient
+15 XP per step
Q3
PROBLEM
Sketch $y = -(x+2)(x+1)(x-1)(x-3)$, and state on which intervals the curve lies above the axis.
  1. 1
    Intercepts
    $x = -2, \ -1, \ 1, \ 3$
    Four brackets give four crossings. The $y$-intercept is $-(2)(1)(-1)(-3) = -6$.
  2. 2
    End behaviour
    $-(x)(x)(x)(x) = -x^4$
    Degree $4$ is even, so both ends go the same way; the leading coefficient is negative, so both ends go down.
  3. 3
    Sign-test the five intervals
    At $x = -3$: $-(-)(-)(-)(-) = -$, below. At $x = -1.5$: $-(+)(-)(-)(-) = +$, above. At $x = 0$: $-(+)(+)(-)(-) = -$, below, matching the $y$-intercept of $-6$. At $x = 2$: $-(+)(+)(+)(-) = +$, above. At $x = 4$: $-(+)(+)(+)(+) = -$, below.
  4. 4
    State the answer and cross-check the ends
    Both outermost intervals came out negative, which agrees with the prediction that both ends go down. Two independent methods agreeing is the check worth doing.
AnswerAbove the axis for $-2 < x < -1$ and for $1 < x < 3$; below elsewhere
D
Brain Trainer · Read the graph off the brackets
5 problems

Five items on sketching. Work each one, then reveal the answer.

  1. 1 State the $x$-intercepts of $y = (x-5)(x+2)(2x-1)$.

    Set each bracket to zero and solve.$5$, $-2$ and $\tfrac{1}{2}$
  2. 2 State the $y$-intercept of $y = (x+1)(x-4)(x+3)$.

    Substitute $x = 0$: $(1)(-4)(3)$.$-12$
  3. 3 Describe the ends of $y = -2x^4 + x - 7$.

    Even degree, negative leading coefficient.Both ends down
  4. 4 Describe the ends of $y = 5x^7 - x^2$.

    Odd degree, positive leading coefficient.Down-left, up-right
  5. 5 Is $y = (x-1)(x-2)(x-3)$ above or below the axis at $x = 2.5$?

    Signs only: $(+)(+)(-)$.Below
Complete in your workbook.
MC1
Reading intercepts
+10 XP

The graph of $y = (x-6)(x+2)$ crosses the horizontal axis at:

MC2
End behaviour
+10 XP

The graph of $y = -3x^5 + 200x^2 - 1$ has:

MC3
Sign between zeroes
+10 XP

For $y = (x+1)(x-2)(x-5)$, the curve on the interval $2 < x < 5$ is:

MC4
The y-intercept
+10 XP

The graph of $y = 2(x-1)(x+3)(x-4)$ meets the vertical axis at:

MC5
What a sketch shows
+10 XP

In a sketch of a cubic, the turning point between two zeroes:

Q6
Sketch from factored form
+15 XP
Q6
SHORT ANSWER
Consider $y = (x+4)(x-1)(x-2)$.
(a) State the $x$-intercepts and the $y$-intercept.
(b) State the end behaviour, with a reason.
(c) Build a sign diagram, showing your test points and the sign of each bracket.
(d) Describe the sketch in words, and state the intervals on which the curve is above the axis.
Write your working in your book.
Q7
Factorise, then sketch
+15 XP
Q7
SHORT ANSWER
Consider $y = x^3 + 2x^2 - 9x - 18$.
(a) Factorise the expression completely, showing your method.
(b) State the $x$-intercepts and the $y$-intercept.
(c) State the end behaviour.
(d) Sketch the curve in words and state where it is below the axis.
Write your working in your book.
Q8
Working backwards from a sketch
+15 XP
Q8
SHORT ANSWER
A cubic graph crosses the horizontal axis at $x = -1$, $x = 2$ and $x = 5$ only, passes through $(0, -20)$, and falls away to the upper left and lower right.
(a) Write the cubic in the form $y = k(x-a)(x-b)(x-c)$.
(b) Find $k$.
(c) Check that your value of $k$ is consistent with the stated end behaviour, and state what you would have concluded had the point been $(0, 20)$ instead.
(d) Explain why the three crossings alone are not enough to determine the cubic.
Write your working in your book.
S
Stretch Challenge · How far the leading term reaches
+25 XP
S
CHALLENGE
(a) For $P(x) = x^3 - 100x$, find the smallest positive integer $x$ for which the leading term $x^3$ is at least ten times the size of $100x$. Comment on what this says about the phrase "far from the origin".
(b) Explain why the graph of any polynomial of even degree with a positive leading coefficient has a lowest value, but no highest value.
(c) Two cubics have exactly the same three $x$-intercepts. Describe precisely all the ways their graphs can differ.
R
Quick Review
recap

Three pieces

$x$-intercepts, $y$-intercept, end behaviour

Ends

Leading term only: degree parity and sign

Signs

One test point per interval, signs not values

Sketch

Crossings and ends must be right; turning points are approximate

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.