A polynomial in \(x\) is an expression involving the algebraic sum of powers of \(x\).
The degree of the polynomial is the highest power.
The coefficient of a term is the number in front of that term.
The value of a polynomial is found by replacing each letter in the expression with a number.
If \(f(x) = 2x^3 + 3x^2 - 7\), find the value of the polynomial at \(x = -2\).
\(f(x) = ax^3 + bx^2 + cx + d\)
Compare with:
Evaluate \(f(-2)\) when \(f(x) = 2x^3 + 3x^2 + 5\).
Thus \(f(-2) = 1\).
Divide \(x^3 - 3x^2 + x + 8\) by \(x - 2\).
Divide \(x^3 - 3x^2 + x + 8\) by \(x - 2\).
Divisor is \(x - 2\) , so 2 goes on the side.
Quotient is \(x^2 - x - 1\).
Remainder = 6.
Divide \(3x^3 - 7x^2 + 5x + 4\) by \(x + 3\).
And \(f(-3) = -155\).
Find the quotient and remainder when \(4t^3 + 6t^2 - 2t - 1\) is divided by \(2t + 1\).
\(2t + 1 = 2(t + \tfrac12)\). Use synthetic division for \(t + \tfrac12\).
So \[ 4t^3 + 6t^2 - 2t - 1 = (t + \tfrac12)(4t^2 + 4t - 4) + 1 \]
To return to the original divisor \(2t + 1\): double \((t + \tfrac12)\) and halve the quotient.
Quotient is \(2t^2 + 2t - 2\), remainder is 1.
Interactive - Synthetic DivisionFully factorise \(2t^3 - 5t^2 + 4t - 21\).
Try factors of 21 , the constant \( \pm1, \pm3, \pm7, \pm21\).
If the polynomial is of degree 3 or higher, factorise using synthetic division. Ensure the equation is written as \(f(x) = 0\) before factorising.
Solve the equation \(x^4 - 5x^2 + 4 = 0\).
Go again:
Or combine:
So the roots are \(x = 1, -1, 2, -2\).
Given that \(x + 2\) is a factor of \(2x^3 + x^2 + kx + 2\), find the value of \(k\).
Since \(x + 2\) is a factor, the remainder must be zero.
If the polynomial does not factorise, use an iterative method to approximate the solution.
Show that \(x^3 - 4x + 2 = 0\) has a root between 0.5 and 1, and find an approximation correct to 1 decimal place.
\[ f(x) = x^3 - 4x + 2 \] \[ f(0.5) = (0.5)^3 - 4(0.5) + 2 \] \[ f(0.5) = 0.125 - 2 + 2 = 0.125 \]Since \(f(0.5) > 0\) and \(f(1) \lt 0\), a root lies between 0.5 and 1.
\(f(0.7) = 0.343 - 2.8 + 2 = -0.457\)
\(f(0.6) = 0.216 - 2.4 + 2 = -0.184\)
So the root lies between 0.5 and 0.6.
\(f(0.55) = 0.166375 - 2.2 + 2 = -0.034\)
Since the sign changes between 0.5 and 0.55, the root is \(0.5\) correct to 1 decimal place.
To sketch the graph of a polynomial:
Sketch and fully annotate the graph of \(y = x^3 - 12x - 16\).
When \(x = 0\):
\(y = 0^3 - 12 \cdot 0 - 16 = -16\)
Point \((0, -16)\) is on the graph.
The graph cuts the x‑axis when \(y = 0\). Use synthetic division to find the roots.
\((x - 4)(x + 2)(x + 2) = 0\)
Roots: \(x = 4, -2\)
Points \((4,0)\) and \((-2,0)\) are on the graph.