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.
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?
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.
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
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.
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.
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.
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.
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.
Watch Me Solve It · 3 examples
-
1Write the identity$P(x) = (x+4)(x^2 - 2x + 1) - 3$Dividend equals divisor times quotient plus remainder.
-
2Expand for the first part$P(x) = x^3 - 2x^2 + x + 4x^2 - 8x + 4 - 3$$P(x) = x^3 + 2x^2 - 7x + 1$
-
3Use 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.
-
4Read off the answer$P(-4) = 0 - 3 = -3$$P(-4)$ is the remainder. Checking against the expanded form: $-64 + 32 + 28 + 1 = -3$.
-
1Set 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.
-
2Choose the substitution that kills the divisor$x = 3$$3 - 3 = 0$, so the entire $(x-3)Q(x)$ term vanishes regardless of $Q$.
-
3Substitute$R = 3^4 - 3(3)^3 + 2(3) - 7$$R = 81 - 81 + 6 - 7 = -1$
-
4Sanity-check the sizeThe remainder is a number, as required by the degree condition. A long division would have taken four steps and produced the same $-1$.
-
1Turn 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.
-
2Write the first equation$2 + a + b - 4 = 6$$a + b = 8$
-
3Write 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$.
-
4Solve 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.
Brain Trainer · 5 problems
Five items on the division identity. Work each one, then reveal the answer.
-
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 What form must the remainder take on division by $x^2 + 1$?
Degree less than $2$.$cx + d$ (possibly with $c = 0$) -
3 Find the remainder when $x^3 - 2x + 5$ is divided by $x - 1$.
Substitute $x = 1$: $1 - 2 + 5$.$4$ -
4 Find the remainder when $x^3 + 8$ is divided by $x + 2$.
Substitute $x = -2$: $-8 + 8$.$0$ -
5 If $P(x) = (x-5)Q(x) + 11$, what is $P(5)$?
The first term vanishes at $x = 5$.$11$
Multiple Choice · 5 questions
When a polynomial is divided by $x - 7$, the remainder must be:
To find the remainder when $P(x)$ is divided by $x + 6$ using the identity, you should substitute:
A polynomial of degree $7$ is divided by one of degree $3$. The quotient has degree:
Given $P(x) = (x-4)(x^2 + 5) + 9$ for all $x$, the value of $P(4)$ is:
Dividing $3x + 1$ by $x^2 - 5$ gives:
Short Answer · 3 questions
(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.
(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.
(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.
(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.
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 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.