30

From Zero to Engineer

Factoring fourth-degree polynomials

Splitting a quartic into four linear factors: two roots found by trial, division by the product of the corresponding binomials, and the quadratic formula to finish.

A quartic is factored the same way as a cubic, only the step is done twice. You can divide twice by single binomials or, once two roots are known, divide straight away by their product - the second route is shorter, because one division drops the degree from four to two. Either way a quadratic is what remains, and that is a familiar computation.

Two divisions in a row

f(x)=2x4x38x2+x+6={[(2x1)x8]x+1}x+6f(x) = 2x^{4} - x^{3} - 8x^{2} + x + 6 = \{[(2x - 1)x - 8]x + 1\}x + 6
x=1    {[(211)18]1+1}1+6=0x = 1 \;\Rightarrow\; \{[(2\cdot 1 - 1)\cdot 1 - 8]\cdot 1 + 1\}\cdot 1 + 6 = 0
(2x4x38x2+x+6):(x1)=2x3+x27x6(2x^{4} - x^{3} - 8x^{2} + x + 6) : (x - 1) = 2x^{3} + x^{2} - 7x - 6
2x42x^{4}2x3- 2x^{3}
0x3x^{3}8x2- 8x^{2}
x3x^{3}x2- x^{2}
07x2- 7x^{2}+x+ x
7x2- 7x^{2}+7x+ 7x
06x- 6x+6+ 6
6x- 6x+6+ 6
00
(x1)(2x3+x27x6)=2x4x38x2+x+6(x - 1)(2x^{3} + x^{2} - 7x - 6) = 2x^{4} - x^{3} - 8x^{2} + x + 6
2x4x38x2+x+6=(x1)(2x3+x27x6)2x^{4} - x^{3} - 8x^{2} + x + 6 = (x - 1)(2x^{3} + x^{2} - 7x - 6)
the second bracket is g(x)
g(x)=2x3+x27x6=[(2x+1)x7]x6g(x) = 2x^{3} + x^{2} - 7x - 6 = [(2x + 1)x - 7]x - 6
x=1    [(2(1)+1)(1)7](1)6=0x = -1 \;\Rightarrow\; [(2\cdot(-1) + 1)\cdot(-1) - 7]\cdot(-1) - 6 = 0
(2x3+x27x6):(x+1)=2x2x6(2x^{3} + x^{2} - 7x - 6) : (x + 1) = 2x^{2} - x - 6
2x32x^{3}+2x2+ 2x^{2}
0x2- x^{2}7x- 7x
x2- x^{2}x- x
06x- 6x6- 6
6x- 6x6- 6
00
(x+1)(2x2x6)=2x3+x27x6(x + 1)(2x^{2} - x - 6) = 2x^{3} + x^{2} - 7x - 6
2x4x38x2+x+6=(x1)(x+1)(2x2x6)2x^{4} - x^{3} - 8x^{2} + x + 6 = (x - 1)(x + 1)(2x^{2} - x - 6)
x=1±(1)242(6)22=1±1+484=1±74x = \frac{1 \pm \sqrt{(-1)^{2} - 4\cdot 2\cdot(-6)}}{2\cdot 2} = \frac{1 \pm \sqrt{1 + 48}}{4} = \frac{1 \pm 7}{4}
x1=2x_{1} = 2
x2=32x_{2} = -\tfrac{3}{2}
2x2x6=2(x2)(x+32)=(x2)(2x+3)2x^{2} - x - 6 = 2(x - 2)\left(x + \tfrac{3}{2}\right) = (x - 2)(2x + 3)
2x4x38x2+x+6=(x1)(x+1)(x2)(2x+3)2x^{4} - x^{3} - 8x^{2} + x + 6 = (x - 1)(x + 1)(x - 2)(2x + 3)

One division by the product of the binomials

When two roots turn up in the trials, there is no need to divide twice. Divide by the product of the two binomials instead.

f(x)=2x45x315x2+10x+8={[(2x5)x15]x+10}x+8f(x) = 2x^{4} - 5x^{3} - 15x^{2} + 10x + 8 = \{[(2x - 5)x - 15]x + 10\}x + 8
x=1    {[(215)115]1+10}1+8=0x = 1 \;\Rightarrow\; \{[(2\cdot 1 - 5)\cdot 1 - 15]\cdot 1 + 10\}\cdot 1 + 8 = 0
x=2    {[(2(2)5)(2)15](2)+10}(2)+8=0x = -2 \;\Rightarrow\; \{[(2\cdot(-2) - 5)\cdot(-2) - 15]\cdot(-2) + 10\}\cdot(-2) + 8 = 0
2x45x315x2+10x+8=(x1)(x+2)(ax2+bx+c)2x^{4} - 5x^{3} - 15x^{2} + 10x + 8 = (x - 1)(x + 2)(ax^{2} + bx + c)
(x − 1)(x + 2) = x² + x − 2
(2x45x315x2+10x+8):(x2+x2)=2x27x4(2x^{4} - 5x^{3} - 15x^{2} + 10x + 8) : (x^{2} + x - 2) = 2x^{2} - 7x - 4
2x42x^{4}+2x3+ 2x^{3}4x2- 4x^{2}
07x3- 7x^{3}11x2- 11x^{2}+10x+ 10x
7x3- 7x^{3}7x2- 7x^{2}+14x+ 14x
04x2- 4x^{2}4x- 4x+8+ 8
4x2- 4x^{2}4x- 4x+8+ 8
00
(x2+x2)(2x27x4)=2x45x315x2+10x+8(x^{2} + x - 2)(2x^{2} - 7x - 4) = 2x^{4} - 5x^{3} - 15x^{2} + 10x + 8
x=7±(7)242(4)22=7±49+324=7±94x = \frac{7 \pm \sqrt{(-7)^{2} - 4\cdot 2\cdot(-4)}}{2\cdot 2} = \frac{7 \pm \sqrt{49 + 32}}{4} = \frac{7 \pm 9}{4}
x1=4x_{1} = 4
x2=12x_{2} = -\tfrac{1}{2}
2x27x4=2(x4)(x+12)=(x4)(2x+1)2x^{2} - 7x - 4 = 2(x - 4)\left(x + \tfrac{1}{2}\right) = (x - 4)(2x + 1)
2x45x315x2+10x+8=(x1)(x+2)(x4)(2x+1)2x^{4} - 5x^{3} - 15x^{2} + 10x + 8 = (x - 1)(x + 2)(x - 4)(2x + 1)

The same method, another polynomial

f(x)=2x43x314x2+33x18={[(2x3)x14]x+33}x18f(x) = 2x^{4} - 3x^{3} - 14x^{2} + 33x - 18 = \{[(2x - 3)x - 14]x + 33\}x - 18
x=1    {[(213)114]1+33}118=0x = 1 \;\Rightarrow\; \{[(2\cdot 1 - 3)\cdot 1 - 14]\cdot 1 + 33\}\cdot 1 - 18 = 0
x=2    {[(223)214]2+33}218=0x = 2 \;\Rightarrow\; \{[(2\cdot 2 - 3)\cdot 2 - 14]\cdot 2 + 33\}\cdot 2 - 18 = 0
2x43x314x2+33x18=(x1)(x2)(ax2+bx+c)2x^{4} - 3x^{3} - 14x^{2} + 33x - 18 = (x - 1)(x - 2)(ax^{2} + bx + c)
(x − 1)(x − 2) = x² − 3x + 2
(2x43x314x2+33x18):(x23x+2)=2x2+3x9(2x^{4} - 3x^{3} - 14x^{2} + 33x - 18) : (x^{2} - 3x + 2) = 2x^{2} + 3x - 9
2x42x^{4}6x3- 6x^{3}+4x2+ 4x^{2}
03x33x^{3}18x2- 18x^{2}+33x+ 33x
3x33x^{3}9x2- 9x^{2}+6x+ 6x
09x2- 9x^{2}+27x+ 27x18- 18
9x2- 9x^{2}+27x+ 27x18- 18
00
(x23x+2)(2x2+3x9)=2x43x314x2+33x18(x^{2} - 3x + 2)(2x^{2} + 3x - 9) = 2x^{4} - 3x^{3} - 14x^{2} + 33x - 18
x=3±3242(9)22=3±9+724=3±94x = \frac{-3 \pm \sqrt{3^{2} - 4\cdot 2\cdot(-9)}}{2\cdot 2} = \frac{-3 \pm \sqrt{9 + 72}}{4} = \frac{-3 \pm 9}{4}
x1=3x_{1} = -3
x2=32x_{2} = \tfrac{3}{2}
2x2+3x9=2(x+3)(x32)=(x+3)(2x3)2x^{2} + 3x - 9 = 2(x + 3)\left(x - \tfrac{3}{2}\right) = (x + 3)(2x - 3)
2x43x314x2+33x18=(x1)(x2)(x+3)(2x3)2x^{4} - 3x^{3} - 14x^{2} + 33x - 18 = (x - 1)(x - 2)(x + 3)(2x - 3)

Review exercises

Write f(x) = 6x³ − 5x² + 4x − 3 in nested form and calculate f(2).

[(6x5)x+4]x3[(6x - 5)x + 4]x - 3
f(2)=[(625)2+4]23=33f(2) = [(6\cdot 2 - 5)\cdot 2 + 4]\cdot 2 - 3 = 33

Without performing the entire division, determine the remainder.

(x42x3+3x24):(x2)(x^{4} - 2x^{3} + 3x^{2} - 4) : (x - 2)
x42x3+3x2+0x4={[(x2)x+3]x+0}x4x^{4} - 2x^{3} + 3x^{2} + 0x - 4 = \{[(x - 2)x + 3]x + 0\}x - 4
f(2)={[(22)2+3]2+0}24=8f(2) = \{[(2 - 2)\cdot 2 + 3]\cdot 2 + 0\}\cdot 2 - 4 = 8
this is the remainder

Factorise the polynomial 6x⁴ + x³ − 25x² − 4x + 4.

6x4+x325x24x+4={[(6x+1)x25]x4}x+46x^{4} + x^{3} - 25x^{2} - 4x + 4 = \{[(6x + 1)x - 25]x - 4\}x + 4
x=2    {[(62+1)225]24}2+4=0x = 2 \;\Rightarrow\; \{[(6\cdot 2 + 1)\cdot 2 - 25]\cdot 2 - 4\}\cdot 2 + 4 = 0
x=2    {[(6(2)+1)(2)25](2)4}(2)+4=0x = -2 \;\Rightarrow\; \{[(6\cdot(-2) + 1)\cdot(-2) - 25]\cdot(-2) - 4\}\cdot(-2) + 4 = 0
6x4+x325x24x+4=(x2)(x+2)(ax2+bx+c)6x^{4} + x^{3} - 25x^{2} - 4x + 4 = (x - 2)(x + 2)(ax^{2} + bx + c)
(x − 2)(x + 2) = x² − 4
(6x4+x325x24x+4):(x24)=6x2+x1(6x^{4} + x^{3} - 25x^{2} - 4x + 4) : (x^{2} - 4) = 6x^{2} + x - 1
6x46x^{4}+0x3+ 0x^{3}24x2- 24x^{2}
0x3x^{3}x2- x^{2}4x- 4x
x3x^{3}+0x2+ 0x^{2}4x- 4x
0x2- x^{2}+0x+ 0x+4+ 4
x2- x^{2}+0x+ 0x+4+ 4
00
(x24)(6x2+x1)=6x4+x325x24x+4(x^{2} - 4)(6x^{2} + x - 1) = 6x^{4} + x^{3} - 25x^{2} - 4x + 4
x=1±1246(1)26=1±1+2412=1±512x = \frac{-1 \pm \sqrt{1^{2} - 4\cdot 6\cdot(-1)}}{2\cdot 6} = \frac{-1 \pm \sqrt{1 + 24}}{12} = \frac{-1 \pm 5}{12}
x1=12x_{1} = -\tfrac{1}{2}
x2=13x_{2} = \tfrac{1}{3}
6x2+x1=6(x+12)(x13)=2(x+12)3(x13)=(2x+1)(3x1)6x^{2} + x - 1 = 6\left(x + \tfrac{1}{2}\right)\left(x - \tfrac{1}{3}\right) = 2\left(x + \tfrac{1}{2}\right)\cdot 3\left(x - \tfrac{1}{3}\right) = (2x + 1)(3x - 1)
6x4+x325x24x+4=(x2)(x+2)(2x+1)(3x1)6x^{4} + x^{3} - 25x^{2} - 4x + 4 = (x - 2)(x + 2)(2x + 1)(3x - 1)

Frequently asked questions

How do you factor a fourth-degree polynomial?

Find a root by trial, divide by the corresponding binomial, and repeat on the cubic you get. A quadratic is left, and the quadratic formula factors it.

Why divide by the product of two binomials at once?

Because it is one division instead of two. If f(1) = 0 and f(−2) = 0, divide by (x − 1)(x + 2) = x² + x − 2 and a quadratic drops out immediately.

Which numbers are worth trying first?

The divisors of the constant term, so for 6x⁴ + x³ − 25x² − 4x + 4 those are ±1, ±2 and ±4. Only these can be whole-number roots.

How do you find the remainder without doing the division?

Evaluate the polynomial at a. The remainder on dividing x⁴ − 2x³ + 3x² − 4 by x − 2 is f(2) = 8, and no division is needed to get it.

PhiBoard

A modern, interactive board for study and work. Create, teach and collaborate - completely free.

Coming soon to

Google Play

Download on the

App Store

PhiBoard

Tools

Capabilities

Knowledge base

Support

FAQ

Our mission

Contact

More

Our goalFor schoolsNews

Documents

TermsPrivacy policy

office@phiboard.com

Support the project

© 2026 PhiBoard. All rights reserved.

We Use Cookies

To improve the quality of our services, we use cookies. Cookies help us tailor our website to your preferences, analyze how you use the site, and provide a better user experience. By accepting cookies, you consent to their use for optimizing functionality and content on the site.

Factoring fourth-degree polynomials | PhiBoard