Remainder Theorem — Find Remainder When p(x) Divided by (x-2)

easy CBSE NCERT Class 9 3 min read

Question

Given p(x)=x33x2+4x2p(x) = x^3 - 3x^2 + 4x - 2, find the remainder when p(x)p(x) is divided by (x2)(x - 2).


Solution — Step by Step

If a polynomial p(x)p(x) is divided by (xa)(x - a), the remainder is p(a)p(a). Here the divisor is (x2)(x - 2), so a=2a = 2. We don’t need long division at all — just evaluate the polynomial at x=2x = 2.

p(2)=(2)33(2)2+4(2)2p(2) = (2)^3 - 3(2)^2 + 4(2) - 2

Work each term separately to avoid sign errors:

  • (2)3=8(2)^3 = 8
  • 3(2)2=3×4=123(2)^2 = 3 \times 4 = 12
  • 4(2)=84(2) = 8
p(2)=812+82p(2) = 8 - 12 + 8 - 2 =(8+8)(12+2)= (8 + 8) - (12 + 2) =1614=2= 16 - 14 = 2

The remainder when p(x)p(x) is divided by (x2)(x - 2) is 2.

Quick sanity check: if the remainder were 0, then x=2x = 2 would be a root. Since p(2)=20p(2) = 2 \neq 0, (x2)(x-2) is not a factor — which makes sense.


Why This Works

The Remainder Theorem comes from polynomial long division. When we divide p(x)p(x) by (xa)(x - a), we always get:

p(x)=(xa)q(x)+rp(x) = (x - a) \cdot q(x) + r

where q(x)q(x) is the quotient and rr is a constant remainder (degree less than 1).

Now substitute x=ax = a on both sides: the (xa)(x - a) term vanishes, giving p(a)=rp(a) = r. That’s it — the remainder equals p(a)p(a), no long division required.

This is why this theorem is a massive time-saver in board exams. A problem that would take 2-3 minutes with long division takes 20 seconds with the Remainder Theorem. In CBSE Class 9 and 10, this appears almost every year — either directly or as part of a Factor Theorem question.


Alternative Method — Polynomial Long Division

If you want to verify, you can actually divide x33x2+4x2x^3 - 3x^2 + 4x - 2 by (x2)(x - 2):

x³ - 3x² + 4x - 2  ÷  (x - 2)

Step-by-step:

  1. x3÷x=x2x^3 \div x = x^2. Multiply: x2(x2)=x32x2x^2(x-2) = x^3 - 2x^2. Subtract → x2+4x2-x^2 + 4x - 2
  2. x2÷x=x-x^2 \div x = -x. Multiply: x(x2)=x2+2x-x(x-2) = -x^2 + 2x. Subtract → 2x22x - 2
  3. 2x÷x=22x \div x = 2. Multiply: 2(x2)=2x42(x-2) = 2x - 4. Subtract → remainder = 2

Both methods give r=2r = 2. Use Remainder Theorem in exams — long division is only for verification or when you need the quotient too.


Common Mistake

Students substitute x=2x = -2 instead of x=2x = 2 when the divisor is (x2)(x - 2).

The divisor is (xa)(x - a), so set xa=0x - a = 0x=ax = a. For (x2)(x - 2): x2=0x - 2 = 0 gives x=2x = 2. The sign flips only when the divisor is (x+a)(x + a) — for example, (x+3)(x + 3) gives x=3x = -3. Don’t mix these up.

This is a scoring topic — NCERT Exercise 2.3 has several direct questions of this type. Once you’re comfortable with it, Factor Theorem (which checks if the remainder is 0) is just one more line. Both together take about 10 minutes to master and regularly appear in board papers for 2-3 marks.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next