Chapter 2: Polynomials

2.1 Introduction
2.2 Geometrical Meaning of the Zeroes of a Polynomial
2.2.1 Geometrical Meaning for Linear Polynomials
2.2.2 Geometrical Meaning for Quadratic Polynomials
2.2.3 Geometrical Meaning for Cubic Polynomials
2.2.4 General Remark on Zeroes
2.2.5 Example Problems (Finding Number of Zeroes from Graph)
2.2.6 Exercise 2.1 (Number of Zeroes from Graph)
2.3 Relationship between Zeroes and Coefficients of a Polynomial
2.3.1 Introduction and Linear Polynomials
2.3.2 Quadratic Polynomials: Relation between Zeroes and Coefficients
2.3.2.1 Example 2: Find Zeroes and Verify for x2 + 7x + 10
  • Polynomial: x2 + 7x + 10 = (x + 2)(x + 5).
  • Zeroes: –2 and –5.
  • Verification:
    • Sum of zeroes: (–2) + (–5) = –7. Formula: –b/a = –7/1 = –7. (Verified)
    • Product of zeroes: (–2) × (–5) = 10. Formula: c/a = 10/1 = 10. (Verified)
2.3.2.2 Example 3: Find Zeroes and Verify for x2 – 3
  • Polynomial: x2 – 3 = (x – √3)(x + √3).
  • Zeroes: √3 and –√3.
  • Verification:
    • Sum of zeroes: √3 + (–√3) = 0. Formula: –b/a = –0/1 = 0. (Verified)
    • Product of zeroes: (√3) × (–√3) = –3. Formula: c/a = –3/1 = –3. (Verified)
2.3.2.3 Example 4: Find Quadratic Polynomial from Sum and Product of Zeroes
  • Given: Sum of zeroes (α + β) = –3, Product of zeroes (αβ) = 2.
  • From formulas: –b/a = –3 and c/a = 2.
  • Assuming a = 1: Then b = 3 and c = 2.
  • Quadratic polynomial: x2 + 3x + 2.
  • General form: Any polynomial fitting these conditions is k(x2 + 3x + 2) for real k.
2.3.3 Cubic Polynomials: Relation between Zeroes and Coefficients
2.3.3.1 Example 5: Verify Zeroes and Relationship for Cubic Polynomial
  • Polynomial: p(x) = 3x3 – 5x2 – 11x – 3. (Coefficients: a=3, b=–5, c=–11, d=–3)
  • Given zeroes: 3, –1, –1/3.
  • Verification of zeroes: p(3)=0, p(–1)=0, p(–1/3)=0. (Confirmed)
  • Verification of relationships:
    • Sum of zeroes: 3 + (–1) + (–1/3) = 5/3. Formula: –b/a = –(–5)/3 = 5/3. (Verified)
    • Sum of products (two at a time): (3)(–1) + (–1)(–1/3) + (–1/3)(3) = –3 + 1/3 – 1 = –11/3. Formula: c/a = –11/3. (Verified)
    • Product of zeroes: (3)(–1)(–1/3) = 1. Formula: –d/a = –(–3)/3 = 1. (Verified)
2.3.4 Exercise 2.2 (Find Zeroes/Polynomials and Verify)
2.4 Summary