Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 5 ~40 min Polynomials · Path +85 XP

The Division Identity

Long division gives you an answer. Writing that answer as an identity gives you something far more useful: an equation true for every $x$, which you are then free to substitute into, differentiate mentally, or compare coefficients in.

Today's hook: Here is a question you can answer in about five seconds: what is the remainder when $x^{100} - 1$ is divided by $x - 1$? Long division would take the rest of the week. The identity takes one substitution, and the next lesson turns that trick into a theorem.
0/5QUESTS
Think First
warm-up

You divided $2x^3 - 3x^2 + x - 5$ by $x - 2$ last lesson and got quotient $2x^2 + x + 3$, remainder $1$. Write that as a single equation with no division sign in it. Now substitute $x = 2$ into your equation. What happens to the right-hand side, and why is that interesting?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

Every polynomial division can be written without a division sign at all:

$$P(x) = A(x)\,Q(x) + R(x)$$

Two degree facts come free. The remainder has lower degree than the divisor, so dividing by a linear polynomial always leaves a plain number. And the quotient has degree $n - d$, so you know the shape of the answer before you start.

P(x) = A(x) · Q(x) + R(x) remainder degree < d dividend degree n divisor degree d quotient degree n − d true for every value of x, so you may substitute freely put x equal to a root of A and the whole first term vanishes
$P(x) = A(x)Q(x) + R(x)$
It is an identity
True for all $x$, so substitute whatever value kills the most terms.
Linear divisor, constant remainder
Degree less than $1$ means degree $0$: a number, never $ax + b$.
Count the degrees
Quotient degree is dividend degree minus divisor degree. Check it before trusting an answer.
2
What You'll Master
objectives

Know

  • The division identity $P(x) = A(x)Q(x) + R(x)$ and what each letter stands for
  • That $\deg R < \deg A$, so a linear divisor always leaves a constant remainder
  • That $\deg Q = \deg P - \deg A$

Understand

  • Why the identity may be substituted into, while an ordinary equation may not
  • Why choosing $x$ to make the divisor zero isolates the remainder

Can Do

  • Convert the result of a long division into the identity, and back
  • Use the identity with a well-chosen substitution to find a remainder without dividing
  • Use the identity with equating coefficients to find unknown constants
3
Words You Need
vocabulary
Division identity$P(x) = A(x)Q(x) + R(x)$, true for every value of $x$.
Degree conditionThe requirement that $\deg R < \deg A$, which makes $Q$ and $R$ unique.
Root of the divisorA value $a$ with $A(a) = 0$. Substituting it removes the quotient entirely.
Improper fraction formWriting $\dfrac{P(x)}{A(x)} = Q(x) + \dfrac{R(x)}{A(x)}$.
Exact divisionThe case $R(x) = 0$, where $A(x)$ is a factor of $P(x)$.
4
From an Algorithm to an Identity
+5 XP to read

Last lesson's division gave quotient $2x^2 + x + 3$ and remainder $1$ when $2x^3 - 3x^2 + x - 5$ was divided by $x - 2$. Written as one equation with no division sign:

$$2x^3 - 3x^2 + x - 5 = (x-2)(2x^2 + x + 3) + 1$$

In general, for any polynomials $P$ and $A$ with $A$ not the zero polynomial, there are unique polynomials $Q$ and $R$ with

$$P(x) = A(x)\,Q(x) + R(x), \qquad \deg R < \deg A$$

This is the same statement as the numerical one from last lesson, $47 = 5 \times 9 + 2$, with "$\deg R < \deg A$" replacing "$0 \leq r < d$".

The gain is that this is an identity: it holds for every value of $x$, not just for some. That means you may substitute anything you like into it, and whatever comes out is true. Almost everything in the next three lessons is a consequence of exercising that freedom well.

5
What the Degrees Must Be
+5 XP to read

Two degree facts follow immediately, and both are useful as checks.

The remainder. $\deg R < \deg A$, always. So:

dividing by a linear polynomial such as $x - 3$ leaves a remainder of degree less than $1$, which means a constant; dividing by a quadratic leaves a remainder of the form $ax + b$ or a constant; dividing by a cubic permits a quadratic remainder.

The quotient. Taking degrees in $P = AQ + R$: the term $AQ$ has degree $\deg A + \deg Q$, and $R$ has strictly lower degree than $A$, hence lower than $AQ$. So the degree of the right side is $\deg A + \deg Q$, giving

$$\deg Q = \deg P - \deg A$$

A cubic divided by a linear polynomial has a quadratic quotient; a quartic divided by a quadratic has a quadratic quotient. If your quotient has the wrong degree, the division went wrong, and you know it before checking a single coefficient.

When the dividend is smaller
If $\deg P < \deg A$ the division does nothing: the quotient is $0$ and the remainder is $P$ itself. That is the polynomial version of $3 \div 7$ being $0$ remainder $3$, and it is a legitimate answer, not an error.
6
Substituting to Kill the Quotient
+5 XP to read

Here is where the identity earns its keep. Take

$$P(x) = (x - 2)Q(x) + R$$

where $R$ is a constant because the divisor is linear. Substitute $x = 2$:

$$P(2) = (2-2)Q(2) + R = 0 \times Q(2) + R = R$$

The entire quotient disappeared, whatever it was, because it was multiplied by zero. So the remainder equals $P(2)$, and you never needed to know $Q$ at all.

Return to the hook. What is the remainder when $x^{100} - 1$ is divided by $x - 1$? Write $x^{100} - 1 = (x-1)Q(x) + R$ and put $x = 1$:

$$1^{100} - 1 = 0 \times Q(1) + R \quad \Longrightarrow \quad R = 0$$

The remainder is zero, so $x - 1$ is a factor of $x^{100} - 1$. That took one line. Choose the substitution that makes the divisor vanish, and the quotient never has to be computed.

7
Using the Identity to Find Constants
+5 XP to read

The identity also works in reverse: knowing something about the remainder tells you about the polynomial.

Suppose $P(x) = x^3 + kx^2 - 5x + 2$ leaves a remainder of $8$ when divided by $x - 1$. Write the identity and substitute $x = 1$:

$$P(1) = 8 \quad \Longrightarrow \quad 1 + k - 5 + 2 = 8 \quad \Longrightarrow \quad k = 10$$

When more than one unknown is involved, more than one substitution is needed, and the result is a pair of simultaneous equations. If $P(x) = x^3 + ax^2 + bx - 6$ leaves remainder $0$ on division by $x - 1$ and remainder $-12$ on division by $x + 1$:

$$P(1) = 0: \quad 1 + a + b - 6 = 0 \quad \Longrightarrow \quad a + b = 5$$

$$P(-1) = -12: \quad -1 + a - b - 6 = -12 \quad \Longrightarrow \quad a - b = -5$$

Adding gives $2a = 0$, so $a = 0$ and $b = 5$.

With a divisor of degree $2$ the remainder is $cx + d$ rather than a constant, and the same technique produces equations in $c$ and $d$ by substituting each root of the divisor.

8
The Fraction Form
+5 XP to read

Dividing the identity through by $A(x)$ gives a form you will meet again in senior courses:

$$\frac{P(x)}{A(x)} = Q(x) + \frac{R(x)}{A(x)}$$

So $\dfrac{2x^3 - 3x^2 + x - 5}{x-2} = 2x^2 + x + 3 + \dfrac{1}{x-2}$.

Read it as: a polynomial part plus a genuinely fractional part that cannot be simplified further, because the numerator now has lower degree than the denominator. It is the exact analogue of writing $\tfrac{47}{5} = 9 + \tfrac{2}{5}$.

One caution. The identity $P = AQ + R$ holds for every real $x$, including the values where $A(x) = 0$, because it contains no division. The fraction form does not: at $x = 2$ the right-hand side above is undefined. That is precisely why the substitution trick in the previous card uses the identity and never the fraction.

9
Common Pitfalls
+5 XP to read
Writing a remainder of the form $ax + b$ after dividing by a linear polynomial.
Fix: $\deg R < \deg A = 1$ forces degree $0$, so the remainder is a constant. If you have an $x$ in it, the division stopped one step too early.
Assuming the remainder after dividing by a quadratic must be a number.
Fix: it may be linear. Set it up as $R(x) = cx + d$ and find both constants.
Substituting into the fraction form and getting division by zero.
Fix: substitute into $P = AQ + R$, which has no denominators and is valid everywhere.
Substituting $x = 3$ when the divisor is $x + 3$.
Fix: you want the value that makes the divisor zero. For $x + 3$ that is $x = -3$, since $-3 + 3 = 0$.
Watch Me Solve It · Writing and using the identity
+15 XP per step
Q1
PROBLEM
When $P(x)$ is divided by $x + 4$ the quotient is $x^2 - 2x + 1$ and the remainder is $-3$. Find $P(x)$, then find $P(-4)$ without expanding.
  1. 1
    Write the identity
    $P(x) = (x+4)(x^2 - 2x + 1) - 3$
    Dividend equals divisor times quotient plus remainder.
  2. 2
    Expand for the first part
    $P(x) = x^3 - 2x^2 + x + 4x^2 - 8x + 4 - 3$
    $P(x) = x^3 + 2x^2 - 7x + 1$
  3. 3
    Use the unexpanded identity for the second part
    $P(-4) = (-4+4)\big((-4)^2 - 2(-4) + 1\big) - 3$
    The first bracket is zero, so the whole product is zero whatever the second bracket equals.
  4. 4
    Read off the answer
    $P(-4) = 0 - 3 = -3$
    $P(-4)$ is the remainder. Checking against the expanded form: $-64 + 32 + 28 + 1 = -3$.
Answer$P(x) = x^3 + 2x^2 - 7x + 1$, and $P(-4) = -3$
Watch Me Solve It · A remainder without dividing
+15 XP per step
Q2
PROBLEM
Find the remainder when $P(x) = x^4 - 3x^3 + 2x - 7$ is divided by $x - 3$.
  1. 1
    Set up the identity with the right shape
    $x^4 - 3x^3 + 2x - 7 = (x-3)Q(x) + R$
    The divisor is linear, so the remainder $R$ is a constant.
  2. 2
    Choose the substitution that kills the divisor
    $x = 3$
    $3 - 3 = 0$, so the entire $(x-3)Q(x)$ term vanishes regardless of $Q$.
  3. 3
    Substitute
    $R = 3^4 - 3(3)^3 + 2(3) - 7$
    $R = 81 - 81 + 6 - 7 = -1$
  4. 4
    Sanity-check the size
    The remainder is a number, as required by the degree condition. A long division would have taken four steps and produced the same $-1$.
AnswerThe remainder is $-1$
Watch Me Solve It · Two unknowns, two substitutions
+15 XP per step
Q3
PROBLEM
$P(x) = 2x^3 + ax^2 + bx - 4$ leaves a remainder of $6$ when divided by $x - 1$, and a remainder of $-30$ when divided by $x + 2$. Find $a$ and $b$.
  1. 1
    Turn each statement into a value of P
    $P(1) = 6, \qquad P(-2) = -30$
    Substituting the root of each linear divisor into the identity leaves only the remainder.
  2. 2
    Write the first equation
    $2 + a + b - 4 = 6$
    $a + b = 8$
  3. 3
    Write the second equation
    $2(-8) + a(4) + b(-2) - 4 = -30$
    $-16 + 4a - 2b - 4 = -30$
    $4a - 2b = -10 \ \Rightarrow \ 2a - b = -5$
    Brackets on every substituted value, since $(-2)^3 = -8$ and $(-2)^2 = 4$.
  4. 4
    Solve simultaneously and check
    $3a = 3 \ \Rightarrow \ a = 1, \qquad b = 7$
    Adding the two equations eliminates $b$. Checking: $P(1) = 2 + 1 + 7 - 4 = 6$ and $P(-2) = -16 + 4 - 14 - 4 = -30$. Both hold.
Answer$a = 1$ and $b = 7$
D
Brain Trainer · Identity practice
5 problems

Five items on the division identity. Work each one, then reveal the answer.

  1. 1 A degree-$5$ polynomial is divided by a degree-$2$ polynomial. What is the degree of the quotient?

    Quotient degree is dividend degree minus divisor degree.$3$
  2. 2 What form must the remainder take on division by $x^2 + 1$?

    Degree less than $2$.$cx + d$ (possibly with $c = 0$)
  3. 3 Find the remainder when $x^3 - 2x + 5$ is divided by $x - 1$.

    Substitute $x = 1$: $1 - 2 + 5$.$4$
  4. 4 Find the remainder when $x^3 + 8$ is divided by $x + 2$.

    Substitute $x = -2$: $-8 + 8$.$0$
  5. 5 If $P(x) = (x-5)Q(x) + 11$, what is $P(5)$?

    The first term vanishes at $x = 5$.$11$
Complete in your workbook.
MC1
The shape of the remainder
+10 XP

When a polynomial is divided by $x - 7$, the remainder must be:

MC2
The right substitution
+10 XP

To find the remainder when $P(x)$ is divided by $x + 6$ using the identity, you should substitute:

MC3
Degree of the quotient
+10 XP

A polynomial of degree $7$ is divided by one of degree $3$. The quotient has degree:

MC4
Reading an identity
+10 XP

Given $P(x) = (x-4)(x^2 + 5) + 9$ for all $x$, the value of $P(4)$ is:

MC5
When the dividend is smaller
+10 XP

Dividing $3x + 1$ by $x^2 - 5$ gives:

Q6
Build and use the identity
+15 XP
Q6
SHORT ANSWER
When $P(x)$ is divided by $x - 2$, the quotient is $2x^2 + 3x - 1$ and the remainder is $5$.
(a) Write the division identity.
(b) Find $P(x)$ in expanded form and state its degree.
(c) Find $P(2)$ using the identity, in one line, and explain why the quotient is irrelevant to that calculation.
(d) Find the remainder when $P(x)$ is divided by $x$, without dividing.
Write your working in your book.
Q7
Find the constants
+15 XP
Q7
SHORT ANSWER
$P(x) = x^3 + ax^2 + bx + 12$ leaves a remainder of $0$ when divided by $x - 2$, and a remainder of $20$ when divided by $x + 2$.
(a) Form two equations in $a$ and $b$.
(b) Solve them.
(c) State one factor of $P(x)$ and justify your answer.
(d) Explain why two conditions were exactly enough here, and what would have happened with only one.
Write your working in your book.
Q8
A quadratic divisor
+15 XP
Q8
SHORT ANSWER
$P(x)$ leaves a remainder of $7$ when divided by $x - 1$ and a remainder of $-5$ when divided by $x + 1$.
(a) Explain why the remainder on division by $x^2 - 1$ must have the form $cx + d$.
(b) Write the division identity for division by $x^2 - 1$ and use it to find $c$ and $d$.
(c) Hence state the remainder when $P(x)$ is divided by $x^2 - 1$.
(d) Explain why this method needed the divisor to factorise into distinct linear factors.
Write your working in your book.
S
Stretch Challenge · What the identity can tell you that division cannot
+25 XP
S
CHALLENGE
(a) Find the remainder when $x^{50} + x^{25} + 1$ is divided by $x + 1$, and explain why long division is not a realistic method here.
(b) A polynomial $P$ leaves remainder $3$ on division by $x - 2$ and remainder $3$ on division by $x - 5$. Find the remainder on division by $(x-2)(x-5)$.
(c) Prove that for every positive integer $n$, the polynomial $x^n - 1$ has $x - 1$ as a factor. Then decide, with reasons, for which $n$ the polynomial $x^n + 1$ has $x + 1$ as a factor.
R
Quick Review
recap

The identity

$P(x) = A(x)Q(x) + R(x)$, true for all $x$

Remainder degree

Always below the divisor's

Quotient degree

$\deg P - \deg A$

The trick

Substitute the root of the divisor

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.