Terms, coefficients and degree, multiplying polynomials, long division by a linear or quadratic divisor, and dividend = divisor × quotient + remainder.
A polynomial is a sum of terms in whole-number powers of x, such as 2x3−5x2+x−7. The number in front of each power is its coefficient, the term with no x is the constant, and the highest power is the degree. Degree 2 is a quadratic, degree 3 a cubic. Always write a polynomial in descending powers.
2x³ − 5x² + x − 7
leading termcoefficient of x²constant
Highest power 3: degree 3 (a cubic)
Parts of a polynomialLeading term 2x³, coefficient of x² is −5, constant −7, degree 3
Multiplying
Multiply every term of one bracket by every term of the other, then collect like terms:
(x−2)(x2+3x−1)=x3+3x2−x−2x2−6x+2=x3+x2−7x+2
×
x²
3x
−1
x
x³
3x²
−x
−2
−2x²
−6x
+2
Every term times every termEach cell is a row term times a column term; add the cells, collecting like powers
Long division
Dividing polynomials works like long division of numbers. Each round has three moves:
Divide the leading term of what’s left by the leading term of the divisor. That gives the next term of the quotient.
Multiply the whole divisor by that term and write the result underneath, lined up by power.
Subtract, then bring down the next term.
Stop when what’s left has a lower degree than the divisor: that is the remainder. Just as 17=5×3+2, the polynomial equals divisor × quotient + remainder.
17 = 5 × 3 + 2
f(x) = divisor × quotient + remainder
The remainder has a lower degree than the divisor
Dividend, divisor, quotient, remainderThe same relationship as for numbers
Try it
Long divisionPress Next step
x + 1 )x³+ 6x²+ 11x+ 6
—quotient so far—remainder
Write the dividend in descending powers. Press Next step.
Step through each example. “Missing term” shows why you write 0x2 for a power that isn’t there: without it the columns don’t line up.
2x3÷2x=x2. Then x2(2x+1)=2x3+x2, and subtracting leaves 10x2+17x.
Think first.2x³ ÷ 2x = ? Then multiply (2x + 1) by it.
Second round
10x2÷2x=5x. Then 5x(2x+1)=10x2+5x, and subtracting leaves 12x+6.
Think first.10x² ÷ 2x = ?
Third round
12x÷2x=6. Then 6(2x+1)=12x+6, which leaves 0.
Think first.12x ÷ 2x = ?
Answer
x2+5x+6, with no remainder: option A.
Think first.What is the quotient?
Dividing by a quadratic
The same three moves work for a quadratic divisor. Write in any missing power, so x2+1 becomes x2+0x+1. The remainder can now have an x term, because it only needs a lower degree than the divisor.