๐ŸŽ“TopperHub
Homeโ€บMathematicsโ€บMathematics

Ch 2Polynomials

Algebra โ€” 20 marks

Chapter 2: Polynomials

1. What is a Polynomial?

A polynomial in one variable x is an algebraic expression of the form p(x) = anxn + an−1xn−1 + ... + a1x + a0, where a0, a1, ..., an are real numbers (coefficients), an ≠ 0, and all powers of x are whole numbers (0, 1, 2, ...).

  • Expressions with negative or fractional powers of x are not polynomials. E.g., x + 1/x, √x + 3 are not polynomials.
  • Degree of a polynomial = highest power of the variable with non-zero coefficient.

2. Types of Polynomials by Degree

NameDegreeGeneral formExample
Linear1ax + b, a ≠ 02x − 3
Quadratic2ax2 + bx + c, a ≠ 0x2 − 5x + 6
Cubic3ax3 + bx2 + cx + d, a ≠ 0x3 − 4x

A non-zero constant (e.g., 7) is a polynomial of degree 0. The zero polynomial (0) has its degree not defined.

3. Value and Zero of a Polynomial

The value of p(x) at x = k is p(k), obtained by substituting x = k.

A real number k is a zero of p(x) if p(k) = 0.

Zero of linear polynomial ax + b is x = −b/a = −(constant term)/(coefficient of x)

Micro-example: For p(x) = x2 − 3x − 4, p(4) = 16 − 12 − 4 = 0, so 4 is a zero. Also p(−1) = 1 + 3 − 4 = 0, so −1 is a zero.

4. Geometrical Meaning of Zeroes

The zeroes of p(x) are the x-coordinates of the points where the graph y = p(x) intersects the x-axis.

  • A linear polynomial has exactly 1 zero (its graph is a straight line cutting the x-axis at one point).
  • A quadratic polynomial has at most 2 zeroes. Its graph is a parabola — opening upward if a > 0, downward if a < 0.
  • A polynomial of degree n has at most n zeroes.
Exam Tip: Graph-based 1-mark questions ask "how many zeroes does the polynomial whose graph is shown have?" — simply count the points where the curve cuts (or touches) the x-axis. If the parabola touches the x-axis at one point, both zeroes are equal (2 equal zeroes). If it does not meet the x-axis at all, there is no real zero.

5. Relationship Between Zeroes and Coefficients (Quadratic)

If α and β are the zeroes of the quadratic polynomial p(x) = ax2 + bx + c, a ≠ 0, then:

Sum of zeroes: α + β = −b/a = −(coefficient of x)/(coefficient of x2)
Product of zeroes: αβ = c/a = (constant term)/(coefficient of x2)

Micro-example: For x2 − 5x + 6 = (x − 2)(x − 3): zeroes are 2 and 3. Check: 2 + 3 = 5 = −(−5)/1 ✓; 2 × 3 = 6 = 6/1 ✓.

6. Forming a Quadratic Polynomial from its Zeroes

If the sum of zeroes is S and the product is P, then a quadratic polynomial is:

p(x) = k[x2 − (α + β)x + αβ] = k[x2 − Sx + P], where k is any non-zero real number

Micro-example: Zeroes √2 and −√2 ⇒ S = 0, P = −2 ⇒ polynomial: x2 − 2.

7. Finding Zeroes by Factorisation (Splitting the Middle Term)

  1. Write p(x) = ax2 + bx + c. Find two numbers whose product = ac and sum = b.
  2. Split bx using these numbers, factor by grouping.
  3. Set each factor equal to 0 to get the zeroes, then verify the relationships α + β = −b/a and αβ = c/a.

Worked example: Find zeroes of 6x2 − 7x − 3.
ac = −18, b = −7 ⇒ numbers: −9 and 2.
6x2 − 9x + 2x − 3 = 3x(2x − 3) + 1(2x − 3) = (2x − 3)(3x + 1).
Zeroes: x = 3/2 and x = −1/3.
Verification: sum = 3/2 − 1/3 = 7/6 = −(−7)/6 ✓; product = (3/2)(−1/3) = −1/2 = −3/6 ✓.

8. Useful Identities for Symmetric Expressions of Zeroes

Board questions often ask for expressions in α, β without finding the zeroes themselves. Memorise:

α2 + β2 = (α + β)2 − 2αβ
(α − β)2 = (α + β)2 − 4αβ
α3 + β3 = (α + β)3 − 3αβ(α + β)
1/α + 1/β = (α + β)/αβ    ;    α/β + β/α = (α2 + β2)/αβ

9. Common Board Question Patterns

  • Find zeroes of a given quadratic and verify the relationship with coefficients (2–3 marks).
  • Form a quadratic polynomial given sum and product of zeroes, or given the zeroes (1–2 marks).
  • If α, β are zeroes of a given polynomial, evaluate expressions like α2 + β2, 1/α + 1/β (2–3 marks).
  • Find the value of an unknown k when one zero is given, or when zeroes satisfy a condition (e.g., one zero is the negative/reciprocal of the other) (2–3 marks).
  • Graph-based MCQ/1-mark: number of zeroes from a graph; shape of parabola.
Exam Tip: If zeroes are reciprocals of each other, then αβ = 1 ⇒ c/a = 1 ⇒ c = a. If zeroes are equal in magnitude but opposite in sign, then α + β = 0 ⇒ b = 0. These shortcuts solve many 1-mark questions instantly. Always write the verification step when the question says "verify" — marks are allotted to it.
Deleted in Rationalised Syllabus (2026-27): Division Algorithm for Polynomials (dividing one polynomial by another and the statement p(x) = g(x)q(x) + r(x)) is deleted. Also, the relationship between zeroes and coefficients is required only for quadratic polynomials — the statement/problems for cubic polynomials are not in the syllabus.