Polynomials
A polynomial in is an expression of the form where the are real numbers, and is a non-negative integer. The degree is the highest power of that appears.
| Degree | Name | Example |
|---|---|---|
| 1 | Linear | |
| 2 | Quadratic | |
| 3 | Cubic |
1. Zeroes of a Polynomial
A real number is a zero of if .
Geometrically, the zeroes of are the -coordinates where the graph meets the -axis.
- A linear polynomial has exactly one zero.
- A quadratic has at most two zeroes.
- A polynomial of degree has at most zeroes.
2. Relationship Between Zeroes and Coefficients
For a quadratic with zeroes :
- Sum of zeroes: .
- Product of zeroes: .
For a cubic with zeroes :
Worked example — build a quadratic with given zeroes
Find a quadratic whose zeroes are and .
Sum , product , so a polynomial is
3. Division Algorithm for Polynomials
For polynomials and with , there exist unique polynomials and such that where or .
This is the polynomial analogue of integer division.
Worked example
Divide by .
Long division gives:
Check: . ✓
Practice
- Find the zeroes of and verify the sum/product relationships.
- If are zeroes of , find .
- Divide by .
Answers
- Zeroes are and . Sum ✓. Product ✓.
- Sum , product . .
- Quotient , remainder .
Worked Examples — Relationship Between Zeros and Coefficients
Example 1: Find a quadratic polynomial whose sum and product of zeros are −3 and 2 respectively. Formula: x² − (sum of zeros)x + (product of zeros) = x² − (−3)x + 2 = x² + 3x + 2. Verification: x²+3x+2 = (x+1)(x+2). Zeros: −1, −2. Sum = −3 ✓. Product = 2 ✓.
Example 2: If α and β are zeros of x² − 5x + k such that α−β = 1, find k. Sum: α+β = 5. Difference: α−β = 1. Solving: 2α = 6 → α = 3, β = 2. Product: αβ = k = 3×2 = 6.
Example 3 — Cubic Polynomial: Verify that 1, −2, and 3 are zeros of x³ − 2x² − 5x + 6. Check: 1³−2(1)²−5(1)+6 = 1−2−5+6 = 0 ✓. (−2)³−2(4)−5(−2)+6 = −8−8+10+6 = 0 ✓. 3³−2(9)−5(3)+6 = 27−18−15+6 = 0 ✓. Sum of zeros: 1+(−2)+3 = 2. Coefficient relationship: −(−2)/1 = 2 ✓. Product of zeros: 1×(−2)×3 = −6. Constant term with sign: −6/1 = −6 ✓.
Geometric Meaning of Zeros
The zeros of polynomial p(x) are the x-COORDINATES of the points where the graph y = p(x) intersects the X-AXIS. Linear polynomial: graph is a straight line — EXACTLY 1 zero. Quadratic polynomial: graph is a PARABOLA — at most 2 zeros. The parabola opens upward (∪) if the coefficient of x² > 0, downward (∩) if < 0. Cubic polynomial: S-curve — at most 3 zeros.
Division Algorithm for Polynomials
For any polynomials p(x) and g(x) (g(x) ≠ 0), there exist unique polynomials q(x) and r(x) such that: p(x) = g(x) × q(x) + r(x), where deg r(x) < deg g(x) or r(x) = 0.
Example: Divide x³ − 4x² + 5x − 2 by x−2. x³/x = x². Multiply: x²(x−2) = x³−2x². Subtract: −4x²−(−2x²) = −2x². Bring 5x: −2x²+5x. Divide: −2x²/x = −2x. Multiply: −2x(x−2) = −2x²+4x. Subtract: 5x−4x = x. Bring −2: x−2. Divide: x/x = 1. Multiply: 1(x−2) = x−2. Subtract: 0. Quotient: x²−2x+1 = (x−1)². Remainder: 0.
Key Identities (x+y+z Type)
(a+b+c)² = a²+b²+c²+2ab+2bc+2ca. a³+b³+c³−3abc = (a+b+c)(a²+b²+c²−ab−bc−ca). If a+b+c = 0, then a³+b³+c³ = 3abc.
Common Mistakes
- Confusing zeros and coefficients: The sum of zeros = −b/a, NOT b/a. The negative sign matters.
- Graph of cubic ≠ two parabolas: A cubic has one S-curve shape that can cross the x-axis up to 3 times.
- Division algorithm: The remainder's degree must be STRICTLY LESS than the divisor's degree.
CBSE Exam Focus
| Topic | Marks |
|---|---|
| Geometric meaning of zeros | 1-2 |
| Relationship zeros ↔ coefficients | 3-4 |
| Division algorithm | 3-4 |
| Finding polynomial from zeros | 2-3 |
Quick Self-Test
- Find zeros of x² − 2x − 8. (Answer: 4 and −2.)
- Sum and product of zeros of 3x² − 5x + 2? (Answer: Sum=5/3, Product=2/3.)
- If α,β are zeros of x²−6x+k and α²+β²=20, find k. (Answer: α²+β²=(α+β)²−2αβ=36−2k=20 → k=8.)
- Divide 2x³+x²−5x+2 by x+2. (Answer: Quotient=2x²−3x+1, Remainder=0. x+2 is a factor.)
- Find a quadratic polynomial with zeros 3+√2 and 3−√2. (Answer: Sum=6, Product=9−2=7. Polynomial: x²−6x+7.)
You need Real Numbers — especially the division algorithm and the idea of unique factorisation — to follow §3 properly.
