| Polynomial | Degree | Name |
|---|---|---|
| $3x + 1$ | $1$ | Linear |
| $2x^2 - x + 5$ | $2$ | Quadratic |
| $x^3 - 4x$ | $3$ | Cubic |
| $x^4 + 2x^2 - 7$ | $4$ | Quartic |
AL3 asks for all four operations with polynomials. Addition and subtraction just collect like terms; multiplication means every term times every term.
$\mathrm{p}(x) = 2x^3 - x + 4$ and $\mathrm{q}(x) = x^3 + 3x^2 - 5$. Find $\mathrm{p}(x) + \mathrm{q}(x)$ and $\mathrm{p}(x) - \mathrm{q}(x)$.
Expand $(x - 2)(x^2 + 3x - 1)$.
Once you know one factor, division finds the rest. There are two reliable methods.
Divide $x^3 - 4x^2 + x + 6$ by $(x + 1)$.
Given that $(x - 2)$ is a factor, write $x^3 + x^2 - 8x + 4$ as $(x-2)\left(x^2 + px + q\right)$.
and conversely, if $(x-a)$ is a factor then $\mathrm{f}(a) = 0$
Factorise $\mathrm{f}(x) = x^3 - 2x^2 - 5x + 6$ completely, and hence solve $\mathrm{f}(x) = 0$.
$(x - 3)$ is a factor of $\mathrm{f}(x) = 2x^3 - 5x^2 + kx - 6$. Find $k$.
Factorise $\mathrm{f}(x) = x^3 - 3x^2 + 4$ and describe the shape of its graph near each root.
Find the remainder when $x^3 + 2x^2 - x + 1$ is divided by $(x - 2)$.
Degree
Highest power; at most that many roots.
Subtracting
Change the sign of every term.
Multiplying
Degrees add; constants multiply.
Factor theorem
$\mathrm{f}(a) = 0 \iff (x-a)$ is a factor.
Sign trap
For $(x+3)$, substitute $x = -3$.
What to try
Factors of the constant term, $\pm$.
Remainder
Dividing by $(x-a)$ leaves $\mathrm{f}(a)$.
Squared factor
Graph touches the axis there.
Division
Long division, or compare coefficients.
Final check
Roots' constants must multiply to the constant term.
Expand and simplify $(x + 4)\left(x^2 - 2x + 5\right)$.
โถ Show solution
$x\left(x^2 - 2x + 5\right) = x^3 - 2x^2 + 5x$
$4\left(x^2 - 2x + 5\right) = 4x^2 - 8x + 20$
Sum: $x^3 + 2x^2 - 3x + 20$
Show that $(x - 1)$ is a factor of $x^3 + 2x^2 - 5x + 2$.
โถ Show solution
$\mathrm{f}(1) = 1 + 2 - 5 + 2 = 0$
Since $\mathrm{f}(1) = 0$, by the factor theorem $(x-1)$ is a factor.
Find the remainder when $2x^3 - x^2 + 4$ is divided by $(x + 1)$.
โถ Show solution
Substitute $x = -1$:
$2(-1) - (1) + 4 = -2 - 1 + 4 = 1$
The remainder is $1$.
Divide $x^3 - 7x + 6$ by $(x - 1)$.
โถ Show solution
Note there is no $x^2$ term, so treat it as $x^3 + 0x^2 - 7x + 6$.
$x^3 \div x = x^2$; subtract $x^3 - x^2$ to leave $x^2 - 7x + 6$.
$x^2 \div x = x$; subtract $x^2 - x$ to leave $-6x + 6$.
$-6x \div x = -6$; subtract $-6x + 6$ to leave $0$.
Quotient $x^2 + x - 6$, remainder $0$.
Factorise $x^3 + 6x^2 + 11x + 6$ completely.
โถ Show solution
Try $x = -1$: $-1 + 6 - 11 + 6 = 0$ โ so $(x+1)$ is a factor.
Dividing: $(x+1)\left(x^2 + 5x + 6\right)$
$x^2 + 5x + 6 = (x+2)(x+3)$
$= (x+1)(x+2)(x+3)$
$(x + 2)$ is a factor of $x^3 + ax^2 + 3x - 2$. Find $a$.
โถ Show solution
$\mathrm{f}(-2) = 0$:
$-8 + 4a - 6 - 2 = 0$
$4a - 16 = 0$, so $a = 4$.
Solve $x^3 - 4x^2 - 3x + 18 = 0$.
โถ Show solution
Try factors of $18$. $\mathrm{f}(3) = 27 - 36 - 9 + 18 = 0$ โ
Dividing by $(x-3)$: $x^2 - x - 6 = (x-3)(x+2)$
So $\mathrm{f}(x) = (x-3)^2(x+2)$.
$x = 3$ (a repeated root) or $x = -2$.
$\mathrm{f}(x) = x^3 + px^2 + qx + 12$ has factors $(x-1)$ and $(x-2)$. Find $p$ and $q$.
โถ Show solution
$\mathrm{f}(1) = 0$: $1 + p + q + 12 = 0$, so $p + q = -13$.
$\mathrm{f}(2) = 0$: $8 + 4p + 2q + 12 = 0$, so $4p + 2q = -20$, i.e. $2p + q = -10$.
Subtracting: $p = -10 - (-13) = 3$.
Then $q = -13 - 3 = -16$.
Check: the third root must satisfy $1 \times 2 \times r = -12$, so $r = -6$, and $1 + 2 - 6 = -3 = -p$ โ
Explain why $x^3 + x + 1$ has no factor of the form $(x - a)$ with $a$ a whole number.
โถ Show solution
Any such factor requires $a$ to divide the constant term $1$, so the only candidates are $a = 1$ and $a = -1$.
$\mathrm{f}(1) = 1 + 1 + 1 = 3 \neq 0$
$\mathrm{f}(-1) = -1 - 1 + 1 = -1 \neq 0$
Neither gives zero, so there is no linear factor with integer $a$.
(The cubic does still have one real root โ it just is not a whole number. Finding it is a job for numerical methods.)
An open box is made from a square sheet of card of side $12$ cm by cutting a square of side $x$ cm from each corner and folding up the sides.
(a) Show that the volume is $V = x(12-2x)^2$. (b) Expand this to a cubic in $x$. (c) Show that $V = 128$ has a solution $x = 2$, and find the other positive solution, giving it to 2 decimal places. (d) State the range of values of $x$ that make physical sense.
โถ Show solution
(a) Cutting $x$ from both ends of each side leaves a base of $(12 - 2x)$ by $(12-2x)$, and the height of the folded box is $x$.
$V = x(12-2x)^2$
(b) $(12-2x)^2 = 144 - 48x + 4x^2$
$V = 144x - 48x^2 + 4x^3$
(c) At $x = 2$: $V = 2(12-4)^2 = 2 \times 64 = 128$ โ
So solve $4x^3 - 48x^2 + 144x - 128 = 0$, i.e. $x^3 - 12x^2 + 36x - 32 = 0$.
Since $x=2$ is a root, divide by $(x-2)$: $x^2 - 10x + 16$.
$x = \dfrac{10 \pm \sqrt{100 - 64}}{2} = \dfrac{10 \pm 6}{2} = 8 \text{ or } 2$.
So the roots are $x = 2$ (twice) and $x = 8$. The other positive solution is $x = 8.00$.
(d) Need $x > 0$ for a box to exist, and $12 - 2x > 0$ for a base to exist, so $x < 6$.
Valid range: $0 < x < 6$. This rules out $x = 8$ โ it satisfies the algebra but not the geometry, which is exactly the kind of interpretation AO3 rewards.