67 total
By the end of these notes, you will be able to:
A polynomial is an expression made up of terms with non-negative whole-number powers of x. For example:
P(x)=2x3−5x2+3x−7
This is called a cubic polynomial because the highest power is 3. We write P(x) (read as "P of x") to show it's a function — meaning we can substitute any value of x into it.
Substituting a value means replacing x with a number. For example, if P(x)=x2+1, then P(3)=32+1=10.
Normally, when you divide one number by another, you might get a remainder. For example, 17÷5=3 remainder 2.
The same thing happens with polynomials. When you divide a polynomial P(x) by a linear factor (an expression like x−c), you usually get a quotient (the main result) and a remainder (what's left over).
The Remainder Theorem gives you a shortcut to find that remainder — without doing any long division at all.
If a polynomial P(x) is divided by (x−c), then the remainder is P(c).
In other words: to find the remainder, just substitute x=c into the polynomial.
Where does this come from?
When P(x) is divided by (x−c), we can write:
P(x)=(x−c)⋅Q(x)+R
Here, Q(x) is the quotient and R is the remainder (a number, not an expression).
Now substitute x=c:
P(c)=(c−c)⋅Q(c)+R=0⋅Q(c)+R=R
So P(c)=R. The remainder is simply the value of the polynomial at x=c.
Find the remainder when 7x3+6x2−40x+17 is divided by (x+3).
Step 1: Write the divisor in the form (x−c).
(x+3)=(x−(−3)), so c=−3.
Step 2: Substitute x=−3 into the polynomial.
P(−3)=7(−3)3+6(−3)2−40(−3)+17
=7(−27)+6(9)+120+17
=−189+54+120+17
=2
✅ The remainder is 2.
Sign in to view full notes