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.
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.
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.
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
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}$.
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.
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.
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.
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.
Watch Me Solve It · 3 examples
-
1Check 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$.
-
2Test 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.
-
3Divide 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$.
-
4Apply 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.
-
1Notice the structureOnly even powers appear: $x^4$, $x^2$ and the constant. So the substitution $u = x^2$ turns it into a quadratic.
-
2Substitute 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$.
-
3Convert 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.
-
4Collect 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$.
-
1Take 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.
-
2Find 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.
-
3Divide, 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.
-
4State 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.
Brain Trainer · 5 problems
Five equations. Work each one, then reveal the answer.
-
1 Solve $(x-4)(2x+6) = 0$.
Set each bracket to zero and solve separately.$x = 4$ or $x = -3$ -
2 Solve $x^3 - 9x = 0$.
Common factor first: $x(x-3)(x+3) = 0$.$x = 0, 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 Is $x^2 + x + 5$ factorisable over the reals?
Discriminant $1 - 20$.No, $\Delta = -19 < 0$ -
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$
Multiple Choice · 5 questions
From $(x-2)(x+7) = 0$ you may conclude that:
From $(x-3)(x+1) = 5$, the correct next step is:
The equation $(x-1)(x+3)^2 = 0$ has how many distinct solutions?
The factorisation $x^3 + 8 = (x+2)(x^2 - 2x + 4)$ is complete over the real numbers because:
Solving $x^4 - 10x^2 + 9 = 0$ by putting $u = x^2$ gives $u = 1$ or $u = 9$. The solutions for $x$ are:
Short Answer · 3 questions
(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$.
(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.
(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$.
(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.
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 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.