31

From Zero to Engineer

Polynomials - review exercises

A review set: evaluating expressions with rounding, making a variable the subject inside a double root, the nested form, remainders, and factoring polynomials into linear factors.

This is the last lesson of the algebra part and at the same time a test of it. The exercises are deliberately mixed: for each one you first have to recognise which technique is wanted and only then compute. If any of them gives you trouble, each section says which lesson it comes from.

Evaluating expressions

Calculate correct to three significant figures.

2Vπhh23\sqrt{\frac{2V}{\pi h} - \frac{h^{2}}{3}}
a)V=23.05\text{a)}\quad V = 23.05
h=2.69h = 2.69
π=3.14\pi = 3.14
2Vπhh23=223.053.142.692.6923=46.18.457.243==5.462.41=3.05=1.75\begin{aligned}\sqrt{\frac{2V}{\pi h} - \frac{h^{2}}{3}} &= \sqrt{\frac{2\cdot 23.05}{3.14\cdot 2.69} - \frac{2.69^{2}}{3}} = \sqrt{\frac{46.1}{8.45} - \frac{7.24}{3}} = \\&= \sqrt{5.46 - 2.41} = \sqrt{3.05} = 1.75\end{aligned}
b)V=85.67\text{b)}\quad V = 85.67
h=5.44h = 5.44
π=3.14\pi = 3.14
2Vπhh23=285.673.145.445.4423=171.3417.129.63==10.029.87=0.15=0.387\begin{aligned}\sqrt{\frac{2V}{\pi h} - \frac{h^{2}}{3}} &= \sqrt{\frac{2\cdot 85.67}{3.14\cdot 5.44} - \frac{5.44^{2}}{3}} = \sqrt{\frac{171.34}{17.1} - \frac{29.6}{3}} = \\&= \sqrt{10.02 - 9.87} = \sqrt{0.15} = 0.387\end{aligned}

Rearranging a formula

Given q = √((5p² − 1)² − 2), express p in terms of q.

q=(5p21)22  /2q2=(5p21)22q2+2=(5p21)2  /xq2+2=5p21q2+2+1=5p2  /:5q2+2+15=p2  /xp=q2+2+15\begin{aligned}q &= \sqrt{(5p^{2} - 1)^{2} - 2} \;\Big/ ^{2} \\q^{2} &= (5p^{2} - 1)^{2} - 2 \\q^{2} + 2 &= (5p^{2} - 1)^{2} \;\Big/ \sqrt{\phantom{x}} \\\sqrt{q^{2} + 2} &= 5p^{2} - 1 \\\sqrt{q^{2} + 2} + 1 &= 5p^{2} \;\Big/ : 5 \\\frac{\sqrt{q^{2} + 2} + 1}{5} &= p^{2} \;\Big/ \sqrt{\phantom{x}} \\p &= \sqrt{\frac{\sqrt{q^{2} + 2} + 1}{5}}\end{aligned}

Horner's method

Express each polynomial in nested form and determine its value for the given x.

a)f(x)=2x33x2+5x4=[(2x3)x+5]x4\text{a)}\quad f(x) = 2x^{3} - 3x^{2} + 5x - 4 = [(2x - 3)x + 5]x - 4
f(3)=[(233)3+5]34=38f(3) = [(2\cdot 3 - 3)\cdot 3 + 5]\cdot 3 - 4 = 38
b)f(x)=4x3+2x27x2=[(4x+2)x7]x2\text{b)}\quad f(x) = 4x^{3} + 2x^{2} - 7x - 2 = [(4x + 2)x - 7]x - 2
f(2)=[(42+2)27]22=24f(2) = [(4\cdot 2 + 2)\cdot 2 - 7]\cdot 2 - 2 = 24
c)f(x)=3x34x2+8=3x34x2+0x+8=[(3x4)x+0]x+8\text{c)}\quad f(x) = 3x^{3} - 4x^{2} + 8 = 3x^{3} - 4x^{2} + 0x + 8 = [(3x - 4)x + 0]x + 8
f(4)=[(344)4+0]4+8=136f(4) = [(3\cdot 4 - 4)\cdot 4 + 0]\cdot 4 + 8 = 136
d)f(x)=2x3+x5=2x3+0x2+x5=[(2x+0)x+1]x5\text{d)}\quad f(x) = 2x^{3} + x - 5 = 2x^{3} + 0x^{2} + x - 5 = [(2x + 0)x + 1]x - 5
f(5)=[(25+0)5+1]55=250f(5) = [(2\cdot 5 + 0)\cdot 5 + 1]\cdot 5 - 5 = 250

The remainder

Determine the remainder obtained from the division.

(4x35x2+7x3):(x3)(4x^{3} - 5x^{2} + 7x - 3) : (x - 3)
[(4x5)x+7]x3[(4x - 5)x + 7]x - 3
f(3)=[(435)3+7]33=81f(3) = [(4\cdot 3 - 5)\cdot 3 + 7]\cdot 3 - 3 = 81
this is the remainder

Factoring

Check whether x − 2 is a factor of the polynomial f(x). If so, factorise f(x).

f(x)=2x3+2x217x+10=[(2x+2)x17]x+10f(x) = 2x^{3} + 2x^{2} - 17x + 10 = [(2x + 2)x - 17]x + 10
f(2)=[(22+2)217]2+10=0f(2) = [(2\cdot 2 + 2)\cdot 2 - 17]\cdot 2 + 10 = 0
(2x3+2x217x+10):(x2)=2x2+6x5(2x^{3} + 2x^{2} - 17x + 10) : (x - 2) = 2x^{2} + 6x - 5
2x32x^{3}4x2- 4x^{2}
06x26x^{2}17x- 17x
6x26x^{2}12x- 12x
05x- 5x+10+ 10
5x- 5x+10+ 10
00
(x2)(2x2+6x5)=2x3+2x217x+10(x - 2)(2x^{2} + 6x - 5) = 2x^{3} + 2x^{2} - 17x + 10
2x3+2x217x+10=(x2)(2x2+6x5)2x^{3} + 2x^{2} - 17x + 10 = (x - 2)(2x^{2} + 6x - 5)

Write f(x) = 2x³ + 7x² − 14x − 40 as a product of three linear factors.

f(x)=2x3+7x214x40=[(2x+7)x14]x40f(x) = 2x^{3} + 7x^{2} - 14x - 40 = [(2x + 7)x - 14]x - 40
x=2    f(2)=[(2(2)+7)(2)14](2)40=0x = -2 \;\Rightarrow\; f(-2) = [(2\cdot(-2) + 7)\cdot(-2) - 14]\cdot(-2) - 40 = 0
(2x3+7x214x40):(x+2)=2x2+3x20(2x^{3} + 7x^{2} - 14x - 40) : (x + 2) = 2x^{2} + 3x - 20
2x32x^{3}+4x2+ 4x^{2}
03x23x^{2}14x- 14x
3x23x^{2}+6x+ 6x
020x- 20x40- 40
20x- 20x40- 40
00
(x+2)(2x2+3x20)=2x3+7x214x40(x + 2)(2x^{2} + 3x - 20) = 2x^{3} + 7x^{2} - 14x - 40
x=3±3242(20)22=3±9+1604=3±134x = \frac{-3 \pm \sqrt{3^{2} - 4\cdot 2\cdot(-20)}}{2\cdot 2} = \frac{-3 \pm \sqrt{9 + 160}}{4} = \frac{-3 \pm 13}{4}
x1=4x_{1} = -4
x2=52x_{2} = \tfrac{5}{2}
2x2+3x20=2(x+4)(x52)=(x+4)(2x5)2x^{2} + 3x - 20 = 2(x + 4)\left(x - \tfrac{5}{2}\right) = (x + 4)(2x - 5)
2x3+7x214x40=(x+2)(x+4)(2x5)2x^{3} + 7x^{2} - 14x - 40 = (x + 2)(x + 4)(2x - 5)

Express f(x) = 2x⁴ − 7x³ − 2x² + 13x + 6 as a product of four linear factors.

f(x)=2x47x32x2+13x+6={[(2x7)x2]x+13}x+6f(x) = 2x^{4} - 7x^{3} - 2x^{2} + 13x + 6 = \{[(2x - 7)x - 2]x + 13\}x + 6
x=1    {[(2(1)7)(1)2](1)+13}(1)+6=0x = -1 \;\Rightarrow\; \{[(2\cdot(-1) - 7)\cdot(-1) - 2]\cdot(-1) + 13\}\cdot(-1) + 6 = 0
x=2    {[(227)22]2+13}2+6=0x = 2 \;\Rightarrow\; \{[(2\cdot 2 - 7)\cdot 2 - 2]\cdot 2 + 13\}\cdot 2 + 6 = 0
2x47x32x2+13x+6=(x+1)(x2)(ax2+bx+c)2x^{4} - 7x^{3} - 2x^{2} + 13x + 6 = (x + 1)(x - 2)(ax^{2} + bx + c)
(x + 1)(x − 2) = x² − x − 2
(2x47x32x2+13x+6):(x2x2)=2x25x3(2x^{4} - 7x^{3} - 2x^{2} + 13x + 6) : (x^{2} - x - 2) = 2x^{2} - 5x - 3
2x42x^{4}2x3- 2x^{3}4x2- 4x^{2}
05x3- 5x^{3}+2x2+ 2x^{2}+13x+ 13x
5x3- 5x^{3}+5x2+ 5x^{2}+10x+ 10x
03x2- 3x^{2}+3x+ 3x+6+ 6
3x2- 3x^{2}+3x+ 3x+6+ 6
00
(x2x2)(2x25x3)=2x47x32x2+13x+6(x^{2} - x - 2)(2x^{2} - 5x - 3) = 2x^{4} - 7x^{3} - 2x^{2} + 13x + 6
x=5±(5)242(3)22=5±25+244=5±74x = \frac{5 \pm \sqrt{(-5)^{2} - 4\cdot 2\cdot(-3)}}{2\cdot 2} = \frac{5 \pm \sqrt{25 + 24}}{4} = \frac{5 \pm 7}{4}
x1=12x_{1} = -\tfrac{1}{2}
x2=3x_{2} = 3
2x25x3=2(x+12)(x3)=(2x+1)(x3)2x^{2} - 5x - 3 = 2\left(x + \tfrac{1}{2}\right)(x - 3) = (2x + 1)(x - 3)
2x47x32x2+13x+6=(x+1)(x2)(2x+1)(x3)2x^{4} - 7x^{3} - 2x^{2} + 13x + 6 = (x + 1)(x - 2)(2x + 1)(x - 3)

Frequently asked questions

How do you make a variable that sits under two roots the subject?

Remove the roots one at a time, squaring both sides at each step. From q = √((5p² − 1)² − 2) you get q² + 2 = (5p² − 1)², then √(q² + 2) = 5p² − 1, and finally p = √((√(q² + 2) + 1)/5).

How many significant figures should the answer keep?

As many as the exercise asks for. Three significant figures turn 1.746424... into 1.75 and 0.387298... into 0.387 - what counts is the number of digits, not decimal places.

How do you quickly check whether x − 2 is a factor?

Evaluate f(2) with the nested form. For 2x³ + 2x² − 17x + 10 we get f(2) = 0, so x − 2 is a factor and the division can be carried out.

What if the quadratic left after the division has no nice factors?

Leave it as a quadratic. The factorisation 2x³ + 2x² − 17x + 10 = (x − 2)(2x² + 6x − 5) is complete over the rationals - the roots of that quadratic are irrational.

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.

Polynomials - review exercises | PhiBoard