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

Factorising Completely

Solving $P(x) = 0$ directly is hopeless for anything past a quadratic. Factorising first turns the problem inside out: a product is zero only when one of its pieces is zero, so a fully factorised polynomial hands you every solution at once.

Today's hook: Solve $x^4 - 5x^2 + 4 = 0$. There is no quartic formula worth knowing, and no rearranging that isolates $x$. But the equation has four solutions, all of them small whole numbers, and two different methods find them in under a minute.
0/5QUESTS
Think First
warm-up

If $ab = 0$ for two real numbers, what can you conclude about $a$ and $b$? Now if $ab = 12$, what can you conclude? The difference between those two answers is the entire reason we factorise before solving.

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

Solving a polynomial equation has two stages, and the second one is trivial. Factorise completely, then apply the null factor law: a product of real numbers is zero exactly when at least one of the factors is zero.

$$AB = 0 \iff A = 0 \ \text{ or } \ B = 0$$

"Completely" means until nothing factorises further. Over the real numbers a quadratic with negative discriminant is already finished, and leaving it as a bracket is the correct answer rather than an unfinished one.

(x − 1)(x + 2)(2x − 3) = 0 x − 1 = 0 x + 2 = 0 2x − 3 = 0 x = 1 x = −2 x = 3/2 a product is zero only when one of its factors is zero each bracket is solved separately, and every solution is found
$AB = 0 \iff A = 0 \text{ or } B = 0$
Common factor first
Take out any common factor before testing candidates. It shrinks every number you work with.
Set each bracket to zero
Never read a solution off a bracket. Solve $2x - 3 = 0$ to get $\tfrac{3}{2}$, not $3$.
Check the discriminant
Before hunting for more factors, check whether the leftover quadratic has real zeroes at all.
2
What You'll Master
objectives

Know

  • The null factor law and what it requires of the right-hand side
  • What "factorise completely" means over the real numbers
  • That a quadratic with negative discriminant is already fully factorised

Understand

  • Why the equation must be arranged with zero on one side before factors are used
  • Why a repeated factor gives one solution rather than two

Can Do

  • Factorise a cubic or a quartic completely using the factor theorem and division
  • Solve $P(x) = 0$ for polynomials of degree up to four
  • Recognise a quartic that is a quadratic in disguise and solve it by substitution
3
Words You Need
vocabulary
Null factor lawIf a product of real numbers is zero, at least one factor is zero.
Root of an equationA value of $x$ satisfying $P(x) = 0$. The same numbers are the zeroes of $P$.
IrreducibleCannot be factorised further within the number system being used.
Discriminant$b^2 - 4ac$ for $ax^2 + bx + c$. Negative means no real zeroes.
Repeated factorA factor appearing more than once, such as $(x-2)^2$.
Quadratic in disguiseA polynomial such as $x^4 - 5x^2 + 4$ that becomes a quadratic after a substitution.
4
The Null Factor Law, and Its One Condition
+5 XP to read

If two real numbers multiply to give zero, at least one of them must be zero. There is no other way to reach zero by multiplying.

$$AB = 0 \quad \iff \quad A = 0 \ \text{ or } \ B = 0$$

The same holds for any number of factors. So from

$$(x-1)(x+2)(2x-3) = 0$$

you get three separate linear equations, each solved on its own: $x = 1$, $x = -2$, $x = \tfrac{3}{2}$.

The condition that makes this work is that the right-hand side is zero. Nothing similar is true for any other number. From $(x-1)(x+2) = 4$ you cannot conclude that $x - 1 = 4$ or $x + 2 = 4$, because $4$ can be reached by multiplying in infinitely many ways, such as $2 \times 2$ or $8 \times \tfrac{1}{2}$.

Rearrange first, always
To solve $x^3 = 4x$, do not divide both sides by $x$. That loses the solution $x = 0$. Rearrange to $x^3 - 4x = 0$, factorise to $x(x-2)(x+2) = 0$, and read off all three solutions.
5
What "Completely" Means
+5 XP to read

Factorising completely means continuing until no factor can be broken down further. Two habits make it reliable.

Take out any common factor first. For $2x^3 - 8x$, pulling out $2x$ gives $2x(x^2 - 4) = 2x(x-2)(x+2)$. Testing candidates on the original would have worked too, but with larger numbers and more of them.

Know when to stop. Over the real numbers, a quadratic factor $ax^2 + bx + c$ is irreducible when its discriminant is negative:

$$b^2 - 4ac < 0 \quad \Longrightarrow \quad \text{no real zeroes, so no further real factors}$$

So $x^3 - 1 = (x-1)(x^2 + x + 1)$ is completely factorised: the quadratic has discriminant $1 - 4 = -3 < 0$. Attempting to push further is not merely unnecessary, it is impossible, and an answer that leaves the bracket intact is correct.

Check the discriminant before you go looking for more factors. It converts an open-ended search into a decided question.

6
Cubics: One Factor, Then a Quadratic
+5 XP to read

The routine from Lesson 7, stated as a procedure:

Take out any common factor. Build the candidate list from the constant term. Test candidates until $P(a) = 0$. Write down the factor $(x-a)$. Divide to get the quotient. Factorise the quotient, which is a quadratic. Stop when nothing more factorises.

Solve $x^3 - 4x^2 + x + 6 = 0$.

The constant term is $6$, so test $\pm 1, \pm 2, \pm 3, \pm 6$. $P(-1) = -1 - 4 - 1 + 6 = 0$, so $x + 1$ is a factor. Dividing gives

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

Applying the null factor law:

$$x = -1, \quad x = 2, \quad x = 3$$

Three solutions from a cubic, which is the most a cubic can have. Whether every cubic manages three is the subject of the next lesson.

7
Quartics: Two Factors, or One Substitution
+5 XP to read

A quartic needs the factor theorem twice, unless it has special structure.

The general route. Find one zero, divide to get a cubic, find a zero of that, divide to get a quadratic, factorise. Each division drops the degree by one.

The shortcut, when it applies. If only even powers appear, the quartic is a quadratic in disguise. Solve $x^4 - 5x^2 + 4 = 0$ by putting $u = x^2$:

$$u^2 - 5u + 4 = 0 \quad \Longrightarrow \quad (u-1)(u-4) = 0 \quad \Longrightarrow \quad u = 1 \ \text{ or } \ u = 4$$

Then convert back. $x^2 = 1$ gives $x = \pm 1$, and $x^2 = 4$ gives $x = \pm 2$. Four solutions: $-2, -1, 1, 2$.

The step people forget is the conversion back. $u$ was never what the question asked for, and each positive value of $u$ produces two values of $x$. A negative value of $u$ produces none, since no real number squares to a negative, which is how a quartic can end up with only two real solutions.

8
Repeated Factors
+5 XP to read

A factor can appear more than once. Factorising $x^3 - 3x^2 + 4$ starts with $P(-1) = -1 - 3 + 4 = 0$, so $x + 1$ is a factor, and dividing gives

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

The equation $P(x) = 0$ then has solutions $x = -1$ and $x = 2$. That is two solutions, not three: the repeated bracket $(x-2)^2$ is zero exactly when $x = 2$, and saying it twice does not produce a second number.

The repetition is still real information, and it is recorded by saying that $2$ is a zero of multiplicity two, or a double root. Lesson 11 shows that multiplicity is visible on the graph: the curve touches the horizontal axis at a double root instead of crossing it.

When testing candidates, a zero you have already used is worth testing again on the quotient. If $P(a) = 0$ and the quotient also vanishes at $a$, the factor is repeated.

9
Common Pitfalls
+5 XP to read
Applying the null factor law when the right-hand side is not zero.
Fix: rearrange so that one side is zero before factorising. $(x-1)(x+2) = 4$ must be expanded, collected and re-factorised first.
Dividing both sides by $x$ to solve $x^3 = 4x$, losing the solution $x = 0$.
Fix: never divide by an expression that could be zero. Move everything to one side and factorise instead.
Solving in $u$ and stopping, after a substitution such as $u = x^2$.
Fix: convert back. Each positive $u$ gives two values of $x$, and each negative $u$ gives none.
Counting a double root as two different solutions.
Fix: $(x-2)^2 = 0$ has the single solution $x = 2$. Its multiplicity is two, but the solution set has one member.
Continuing to hunt for factors of an irreducible quadratic.
Fix: compute $b^2 - 4ac$. If it is negative, the bracket is finished and should be left as it is.
Watch Me Solve It · A cubic equation
+15 XP per step
Q1
PROBLEM
Solve $x^3 + 2x^2 - 5x - 6 = 0$.
  1. 1
    Check for a common factor, then list candidates
    $\pm 1, \ \pm 2, \ \pm 3, \ \pm 6$
    There is no common factor. The constant term is $-6$, so integer zeroes divide $6$.
  2. 2
    Test until one works
    $P(1) = 1 + 2 - 5 - 6 = -8$
    $P(-1) = -1 + 2 + 5 - 6 = 0$
    $x + 1$ is a factor, by the factor theorem.
  3. 3
    Divide and factorise the quotient
    $x^3 + 2x^2 - 5x - 6 = (x+1)(x^2 + x - 6)$
    $= (x+1)(x+3)(x-2)$
    Two numbers multiplying to $-6$ and adding to $1$ are $3$ and $-2$.
  4. 4
    Apply the null factor law
    $x = -1, \quad x = -3, \quad x = 2$
    Each bracket set to zero and solved. Check: the product of the three solutions' negatives, $(1)(3)(-2) = -6$, matches the constant term.
Answer$x = -3$, $x = -1$ or $x = 2$
Watch Me Solve It · A quartic in disguise
+15 XP per step
Q2
PROBLEM
Solve $x^4 - 13x^2 + 36 = 0$.
  1. 1
    Notice the structure
    Only even powers appear: $x^4$, $x^2$ and the constant. So the substitution $u = x^2$ turns it into a quadratic.
  2. 2
    Substitute and solve in u
    $u^2 - 13u + 36 = 0$
    $(u - 4)(u - 9) = 0$
    $u = 4 \quad \text{or} \quad u = 9$
    Since $x^4 = (x^2)^2 = u^2$.
  3. 3
    Convert each value back
    $x^2 = 4 \ \Rightarrow \ x = \pm 2$
    $x^2 = 9 \ \Rightarrow \ x = \pm 3$
    Each positive value of $u$ gives two values of $x$, one positive and one negative.
  4. 4
    Collect the answers and check the count
    $x = -3, \ -2, \ 2, \ 3$
    Four solutions from a quartic, which is the maximum possible. Substituting $x = 3$: $81 - 117 + 36 = 0$.
Answer$x = -3, -2, 2$ or $3$
Watch Me Solve It · Factorise completely, with an irreducible factor
+15 XP per step
Q3
PROBLEM
Factorise $P(x) = 2x^4 + 2x^3 + 4x^2 - 8x$ completely, and solve $P(x) = 0$.
  1. 1
    Take out the common factor first
    $P(x) = 2x(x^3 + x^2 + 2x - 4)$
    Every term has a factor of $2x$. This immediately gives one zero, $x = 0$, and reduces the rest to a cubic.
  2. 2
    Find a zero of the cubic
    $1 + 1 + 2 - 4 = 0$
    The constant term is $-4$, so test $\pm 1, \pm 2, \pm 4$. The value $x = 1$ works, so $x - 1$ is a factor.
  3. 3
    Divide, then test the quotient
    $x^3 + x^2 + 2x - 4 = (x-1)(x^2 + 2x + 4)$
    $\Delta = 2^2 - 4(1)(4) = 4 - 16 = -12$
    The discriminant is negative, so the quadratic has no real zeroes and cannot be factorised further over the reals.
  4. 4
    State the factorisation and the solutions
    $P(x) = 2x(x-1)(x^2 + 2x + 4)$
    $x = 0 \quad \text{or} \quad x = 1$
    The irreducible bracket contributes no real solutions, which is why a quartic here has only two.
Answer$P(x) = 2x(x-1)(x^2+2x+4)$, and $P(x) = 0$ has solutions $x = 0$ and $x = 1$
D
Brain Trainer · Solve by factorising
5 problems

Five equations. Work each one, then reveal the answer.

  1. 1 Solve $(x-4)(2x+6) = 0$.

    Set each bracket to zero and solve separately.$x = 4$ or $x = -3$
  2. 2 Solve $x^3 - 9x = 0$.

    Common factor first: $x(x-3)(x+3) = 0$.$x = 0, 3, -3$
  3. 3 Solve $(x+5)^2 = 0$. How many solutions?

    A repeated factor is zero at one value only.$x = -5$, one solution
  4. 4 Is $x^2 + x + 5$ factorisable over the reals?

    Discriminant $1 - 20$.No, $\Delta = -19 < 0$
  5. 5 Solve $x^4 - 16 = 0$ over the real numbers.

    $(x^2-4)(x^2+4) = 0$; the second bracket has no real zeroes.$x = \pm 2$
Complete in your workbook.
MC1
The law's condition
+10 XP

From $(x-2)(x+7) = 0$ you may conclude that:

MC2
When it does not apply
+10 XP

From $(x-3)(x+1) = 5$, the correct next step is:

MC3
Repeated factors
+10 XP

The equation $(x-1)(x+3)^2 = 0$ has how many distinct solutions?

MC4
Knowing when to stop
+10 XP

The factorisation $x^3 + 8 = (x+2)(x^2 - 2x + 4)$ is complete over the real numbers because:

MC5
Substitution
+10 XP

Solving $x^4 - 10x^2 + 9 = 0$ by putting $u = x^2$ gives $u = 1$ or $u = 9$. The solutions for $x$ are:

Q6
Factorise and solve
+15 XP
Q6
SHORT ANSWER
Let $P(x) = x^3 - 7x + 6$.
(a) Show that $x - 1$ is a factor.
(b) Factorise $P(x)$ completely.
(c) Solve $P(x) = 0$.
(d) Hence solve $P(x) = 0$ where $x$ is replaced by $2y$, that is solve $(2y)^3 - 7(2y) + 6 = 0$.
Write your working in your book.
Q7
A quartic two ways
+15 XP
Q7
SHORT ANSWER
Consider $P(x) = x^4 - 5x^2 + 4$.
(a) Solve $P(x) = 0$ using the substitution $u = x^2$.
(b) Factorise $P(x)$ completely into linear factors.
(c) Verify your factorisation by checking the constant term and the coefficient of $x^2$.
(d) Explain why $x^4 + 5x^2 + 4 = 0$ has no real solutions, using the same substitution.
Write your working in your book.
Q8
Repeated roots and a warning
+15 XP
Q8
SHORT ANSWER
Let $P(x) = x^3 - 5x^2 + 8x - 4$.
(a) Show that $x = 1$ is a zero, and factorise $P(x)$ completely.
(b) State the solutions of $P(x) = 0$ and the multiplicity of each.
(c) A student solves $x^3 = 5x^2 - 8x + 4$ by dividing both sides by $x$. Explain what is wrong with that step in general, and whether it happens to lose a solution here.
(d) Write down a cubic equation whose only solution is $x = 3$.
Write your working in your book.
S
Stretch Challenge · Building equations backwards
+25 XP
S
CHALLENGE
(a) Find a cubic equation with integer coefficients whose solutions are exactly $-2$, $\tfrac{1}{3}$ and $4$.
(b) Explain why there are infinitely many such equations, and describe precisely how any two of them are related.
(c) A quartic with real coefficients has exactly one real solution, $x = 2$, and that solution has multiplicity $1$. Explain what the remaining factor must look like, and give an example of such a quartic.
R
Quick Review
recap

Null factor law

Needs zero on one side, always

Completely

Until nothing factorises further over the reals

Check the discriminant

Negative means the quadratic is finished

Substitutions

Convert back: each positive $u$ gives two values of $x$

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.