Chapter 09 | Division of Polynomials
| First Year Math
The
Division of Polynomials is an important topic in algebra. It helps to simplify
expressions and solve equations easily.
What is a Polynomial?
A
polynomial is an expression with numbers and powers of x added, subtracted, or
multiplied.
Example:
2x^3 + 3x^2 - x + 5
- 2, 3, -1,
5 are called coefficients
- x is the
variable
- The
highest power of x (here 3) is called the degree
What is Division of Polynomials?
Division
of polynomials means splitting one polynomial (dividend) by another (divisor)
to get:
Dividend
= (Divisor × Quotient) + Remainder
- Quotient =
the result of division
- Remainder
= the leftover (degree smaller than divisor)
Methods of Division
1. Long Division
Steps:
- Arrange
dividend and divisor in descending powers of x.
- Divide the
first term of dividend by the first term of divisor → first term of
quotient
- Multiply
the divisor by this term and subtract from dividend
- Bring down
next term and repeat until remainder is smaller than divisor
Example: Divide 2x^3 + 3x^2 - x + 5 by x + 2
- 2x^3 ÷ x =
2x^2 → first term of quotient
- Multiply:
(x + 2) × 2x^2 = 2x^3 + 4x^2
- Subtract:
(2x^3 + 3x^2) - (2x^3 + 4x^2) = -x^2
- Bring down
-x → -x^2 - x
- Divide:
-x^2 ÷ x = -x
- Multiply:
(x + 2) × -x = -x^2 - 2x
- Subtract:
(-x^2 - x) - (-x^2 - 2x) = x
- Bring down
+5 → x + 5
- Divide: x
÷ x = 1
- Multiply:
(x + 2) × 1 = x + 2
- Subtract:
(x + 5) - (x + 2) = 3
Quotient
= 2x^2 - x + 1
Remainder = 3
Answer:
2x^3 + 3x^2 - x + 5 = (x + 2)(2x^2 - x + 1) + 3
2. Synthetic Division
Use
this only if divisor is x - c.
Steps:
- Write
coefficients of dividend
- Bring down
first coefficient
- Multiply
by c (from x - c) and write under next coefficient
- Add column
and repeat
- Last
number = remainder, others = coefficients of quotient
Example:
Divide 2x^3 + 3x^2 - x + 5 by x - 1
Coefficients:
2, 3, -1, 5
c = 1
Step
by step:
- Bring down
2 → 2
- Multiply 2
× 1 = 2 → Add to next coefficient: 3 + 2 = 5
- Multiply 5
× 1 = 5 → Add to next coefficient: -1 + 5 = 4
- Multiply 4
× 1 = 4 → Add to next coefficient: 5 + 4 = 9
Quotient
= 2x^2 + 5x + 4
Remainder = 9
Answer:
2x^3 + 3x^2 - x + 5 = (x - 1)(2x^2 + 5x + 4) + 9
PDF SOLUTION:
Rules and Shortcuts
- Division
Algorithm: Dividend = Divisor × Quotient + Remainder
- Remainder
Theorem: Remainder of P(x) ÷ (x - a) = P(a)
- Factor
Theorem: If P(a) = 0, then x - a is a factor
Tips
- Always
write terms in descending powers of x
- If a term
is missing, write 0 as its coefficient
- Use
synthetic division for x - c (faster)
- Use long
division for any divisor
- Remainder
degree < divisor degree
Practice Examples
- Divide x^4
- 2x^3 + 3x - 5 by x - 1
- Divide
3x^3 + 4x^2 - x + 6 by x + 2
- Use
synthetic division to divide 2x^3 + 5x^2 - x + 1 by x - 1
Uses of Polynomial Division
- Solve
polynomial equations
- Simplify
algebra expressions
- Prepare
for calculus
- Find graph
asymptotes in rational functions
Summary
- Polynomials
are expressions with powers of x
- Division
gives quotient and remainder
- Long
division works for all divisors, synthetic division is faster for x - c
- Remainder
and factor theorems help check answers
- Practice
makes division easy and fast


0 Comments