Photo AI

Last Updated Sep 26, 2025

Polynomial Division Simplified Revision Notes

Revision notes with simplified explanations to understand Polynomial Division quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

440+ students studying

2.5.2 Polynomial Division

Definition of a Polynomial:

  • A polynomial is an expression that contains only positive integer powers of xx and constants.
  • General form: c0+c1x+c2x2+c3x3+c_0 + c_1x + c_2x^2 + c_3x^3 + \ldots

Division Terminology:

infoNote

Example: 72\frac{7}{2}

  • Quotient: 33
  • Remainder: 11
  • This representation tells us we can "pull out" three whole 2s2's from 77, with a single unit being left over at the end. This remaining unit has not yet been divided by 22 but needs to be.
  • Therefore, 72=3+12\frac{7}{2} = 3 + \frac{1}{2}

Dividing Polynomials:

infoNote

Example: x2+3x+5x+1\dfrac{x^2 + 3x + 5}{x + 1}

  • Step-by-step process:
  1. Divide the leading term of the dividend x2x^2 by the leading term of the divisor xx, which gives xx.
  2. Multiply the entire divisor by this result x(x+1)=x2+xx \cdot (x + 1) = x^2 + x.
  3. Subtract this result from the original polynomial: (x2+3x+5)(x2+x)=2x+5(x^2 + 3x + 5) - (x^2 + x) = 2x + 5.
  4. Repeat the process with the new polynomial (2x+5)(2x + 5).
  5. Divide 2x2x by xx to get 22.
  6. Multiply the divisor by 22: 2(x+1)=2x+22 \cdot (x + 1) = 2x + 2.
  7. Subtract this result from the new polynomial: (2x+5)(2x+2)=3(2x + 5) - (2x + 2) = 3.
  • Result:
  • Quotient: x+2x + 2
  • Remainder: 33
  • Therefore, x2+3x+5x+1=x+2+3x+1\dfrac{x^2 + 3x + 5}{x + 1} = x + 2 + \dfrac{3}{x + 1}
infoNote

Example: x3+5x2+3x4x+5\dfrac{x^3 + 5x^2 + 3x-4}{x + 5}

Step-by-Step Solution:

  1. Setup Polynomial Long Division:
  • Dividend: x3+5x2+3x4x^3 + 5x^2 + 3x - 4
  • Divisor: x+5x + 5

  1. First Division:
  • Divide the leading term of the dividend (x3)(x^3 ) by the leading term of the divisor (x)( x ), which gives x2x^2.
  • Multiply x2x^2 by x+5:x2(x+5)=x3+5x2x + 5 : x^2 \cdot (x + 5) = x^3 + 5x^2.
  • Subtract x3+5x2x^3 + 5x^2 from x3+5x2+3x4x^3 + 5x^2 + 3x - 4:
  • Result: (x3+5x2+3x4)(x3+5x2)=3x4(x^3 + 5x^2 + 3x - 4) - (x^3 + 5x^2) = 3x - 4.

  1. Second Division:
  • Divide 3x3x by xx to get 33.
  • Multiply 33 by x+5:3(x+5)=3x+15x + 5 : 3 \cdot (x + 5) = 3x + 15 .
  • Subtract 3x+153x + 15 from 3x43x - 4 :
  • Result: (3x4)(3x+15)=19(3x - 4) - (3x + 15) = -19.

  1. Result:
  • Quotient: x2+3x^2 + 3
  • Remainder: 19-19
  • Therefore, the answer is:
  • x3+5x2+3x4x+5=x2+319x+5\dfrac{x^3 + 5x^2 + 3x - 4}{x + 5} = x^2 + 3 - \dfrac{19}{x + 5}

Final Answer:

x2+319x+5\boxed{x^2 + 3 - \frac{19}{x + 5}}

Polynomial Problem

infoNote

The polynomial f(x)f(x) is defined by f(x)=x39x2+7x+33f(x) = x^3 - 9x^2 + 7x + 33.

(i) Find the remainder when f(x)f(x) is divided by (x+2)(x + 2).

  • Using the Remainder Theorem, substitute x=2x = -2 into f(x)f(x): f(2)=(2)39(2)2+7(2)+33f(-2) = (-2)^3 - 9(-2)^2 + 7(-2) + 33 =83614+33= -8 - 36 - 14 + 33 =25= -25

  • Remainder: -25

(ii) Show that (x3)(x - 3) is a factor of f(x)f(x).

  • Using the Factor Theorem, substitute x=3x = 3 into f(x)f(x): f(3)=339(3)2+7(3)+33f(3) = 3^3 - 9(3)^2 + 7(3) + 33 =2781+21+33= 27 - 81 + 21 + 33 =0= 0

  • Conclusion: x - 3 is a factor of f(x).

(iii) Solve the equation f(x)=0f(x) = 0, giving each root in exact form as simply as possible.

  • Perform polynomial division of f(x)f(x) by x3x - 3: x39x2+7x+33x3x26x11\begin{array}{r|rrrr} & x^3 & - 9x^2 & + 7x & + 33 \\ x-3 & x^2 & - 6x & - 11 \\ \end{array}

  • Step-by-step division:

    • Divide x3x^3 by xx: x2x^2
    • Multiply x2x^2 by x3:x33x2 x - 3: x^3 - 3x^2
    • Subtract: (x39x2+7x+33)(x33x2)=6x2+7x+33(x^3 - 9x^2 + 7x + 33) - (x^3 - 3x^2) = -6x^2 + 7x + 33
    • Divide 6x2-6x^2 by x:6xx: -6x
    • Multiply 6x-6x by x3:6x2+18x x - 3: -6x^2 + 18x
    • Subtract: (6x2+7x+33)(6x2+18x)=11x+33(-6x^2 + 7x + 33) - (-6x^2 + 18x) = -11x + 33
    • Divide 11x-11x by x:11x: -11
    • Multiply 11-11 by x3:11x+33x - 3 : -11x + 33
    • Subtract: (11x+33)(11x+33)=0(-11x + 33) - (-11x + 33) = 0
  • Quotient: x26x11x^2 - 6x - 11

  • Therefore, f(x)=(x3)(x26x11)f(x) = (x - 3)(x^2 - 6x - 11)

  • Solve x26x11=0x^2 - 6x - 11 = 0 using the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} a=1,b=6,c=11a = 1, \quad b = -6, \quad c = -11 x=6±36+442x = \frac{6 \pm \sqrt{36 + 44}}{2} x=6±802x = \frac{6 \pm \sqrt{80}}{2} x=6±452x = \frac{6 \pm 4\sqrt{5}}{2} x=3±25x = 3 \pm 2\sqrt{5}

  • x=3,x=3±25\boxed {\therefore \quad x = 3, \quad x = 3 \pm 2\sqrt{5}}


Further Polynomial Division

In Year 1, polynomial division only occurred with a linear denominator.

In Year 2, the order of the denominator could be linear or greater.

infoNote

Example: Simplify x4+3x3+9x12x+2\dfrac{x^4 + 3x^3 + 9x - 12}{x+2}

  1. Set up the division:
x4+3x3+9x12x+2\frac{x^4 + 3x^3 + 9x - 12}{x + 2}x32x2+7x5Xx42x3+7x25x+22x34x2+14x102\begin{array}{c|c} & x^3 &-2x^2 & +7x & -5 \\ \hline X & x^4 & -2x^3 & +7x^2 & -5x \\ +2 & 2x^3 & -4x^2 & +14x & -10 & \quad -2\\ \end{array}
  1. Start dividing:
  • Divide the first term of the numerator by the first term of the denominator: x4x=x3\frac{x^4}{x} = x^3.
  • Multiply x3by(x+2)x^3 by (x + 2) and subtract from the numerator:
x4x4+2x3=3x32x3=x3x^4 - x^4 + 2x^3 = 3x^3 - 2x^3 = x^3
  • Divide x3x^3 by x:x3x=x2x: \frac{x^3}{x} = x^2.
  • Multiply x2x^2 by (x+2)(x + 2) and subtract:
x3x3+2x2=3x22x2=x2x^3 - x^3 + 2x^2 = 3x^2 - 2x^2 = x^2
  • Continue this process:
x32x2+7x5(quotient and remainder calculations)x^3 - 2x^2 + 7x - 5 - \text{(quotient and remainder calculations)}
  • The quotient (QQ) and remainder (rr) are:
Q=x32x2+7x5Q = x^3 - 2x^2 + 7x - 5r=2r = -2
  1. Write the final answer:
x32x2+7x5+2x+2x^3 - 2x^2 + 7x - 5 + \frac{-2}{x+2}

infoNote

Division Example: 2x429x240x40x23x8\dfrac {2x^4-29x^2-40x-40}{x^2-3x-8}

2x2+6x+5X22x4+6x35x23x6x218x215x+23x816x248x40\begin{array}{c|c} & 2x^2&+6x & +5 \\ \hline X^2 & 2x^4 & +6x^3&5x^2 \\ -3x & -6x^2 & -18x^2 &-15x & \quad +23x\\ -8&-16x^2 &-48x &-40 \end{array}

Must add Up 40x-40x and 15x-15x

to 40x-40x \therefore r=23xr=23x

Need 40-40 in answer \therefore no constant reminder

2x2+6x+5+23xx23x82x^2+6x+5+\dfrac {23x}{x^2-3x-8}

Remainder and Conclusion:

  • The remainder after the division is 23x23x, and there is no constant remainder because the constant 40−40 is already accounted for in the original polynomial.
  • Therefore, the quotient is 2x2+6x+52x^2+6x+5 with a remainder of 23xx23x8\frac{23x}{x^2 - 3x - 8}.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Polynomial Division

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Polynomial Division

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

5 quizzes

Quizzes on Polynomial Division

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Polynomial Division

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Polynomial Division

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Polynomial Division

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Polynomial Division you should explore

Discover More Revision Notes Related to Polynomial Division to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Polynomials

Expanding Brackets

user avatar
user avatar
user avatar
user avatar
user avatar

339+ studying

181KViews

96%

114 rated

Polynomials

Factor Theorem

user avatar
user avatar
user avatar
user avatar
user avatar

473+ studying

191KViews

96%

114 rated

Polynomials

Factorisation

user avatar
user avatar
user avatar
user avatar
user avatar

265+ studying

188KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered