Polynomials

This chapter discusses polynomials, their degrees, types including linear, quadratic, and cubic, and investigates the relationship between zeros and coefficients, as well as the geometric representation of polynomial graphs.

Introduction to Polynomials

Polynomials are algebraic expressions formed by the sum of terms, where each term consists of a constant multiplied by a variable raised to a non-negative integer power. The individual terms are known as monomials. The highest power of the variable in a polynomial indicates its degree. For example:

  • Linear Polynomial: A polynomial of degree 1, such as 2x - 3.
  • Quadratic Polynomial: A polynomial of degree 2, for instance, 2x² + 3x - 4.
  • Cubic Polynomial: A polynomial of degree 3 like x³ - 4x² + x - 2.

Definition and Types

  1. Linear Polynomial (Degree 1): Takes the form ax + b. It has one zero and its graph is a straight line.
  2. Quadratic Polynomial (Degree 2): Takes the form ax² + bx + c, where a ≠ 0. It typically has up to two zeros, and its graph is a parabola, which can open upwards or downwards based on the sign of ‘a’.
  3. Cubic Polynomial (Degree 3): Takes the form ax³ + bx² + cx + d, and can have up to three zeros. Its graph is more complex, exhibiting an S-shape.

Evaluation of Polynomials

The value of a polynomial at a certain point is obtained by substituting the variable with that point value. For example, for a polynomial p(x) = x² - 3x - 4, substituting x = 2 gives p(2) = 2² - 3(2) - 4 = -6.

Zeros of Polynomials

A polynomial’s zero is a value of x for which p(x) = 0. For instance, if we compute p(-1) = (-1)² - 3(-1) - 4 = 0, then -1 is a zero. Similarly, if p(4) = 0, then 4 is also a zero.

Geometrical Interpretation of Zeros

  1. Linear Polynomial: For a linear polynomial, the zero is the x-coordinate where the graph crosses the x-axis.
  2. Quadratic Polynomial: Graphs can intersect at either two points (distinct zeros), one point (double zero), or not intersect at all (no real zeros).
  3. Cubic Polynomial: Similar to quadratics, but can intersect the x-axis at one, two, or three points, indicating one, two, or three zeros respectively.

Relationship Between Zeroes and Coefficients

For a quadratic polynomial p(x) = ax² + bx + c, where a ≠ 0:

  • The sum of the zeros (α + β) is given by -b/a.
  • The product of the zeros (αβ) is given by c/a.

For cubic polynomials, similar relationships exist:

  • The sum of the zeros (α + β + γ) is -b/a.
  • The sum of the products of the zeros taken two at a time (αβ + βγ + αγ) is c/a.
  • The product of the zeros (αβγ) is -d/a.

Examples and Exercises

The chapter provides various examples, from finding zeros of given polynomials to creating polynomials from specified sums and products of zeros. Exercises further reinforce these concepts.

Conclusion

In summary, polynomials serve as fundamental building blocks in algebra, with various structures and properties that are critical for analysis in higher mathematics.

Key terms/Concepts

  1. Polynomials are expressions composed of variables raised to non-negative integer powers.
  2. Degrees determine the polynomial type: linear (1), quadratic (2), cubic (3).
  3. Zeros of a polynomial are values where it equals zero, indicating x-intercepts on graphs.
  4. The value of a polynomial can be evaluated by substituting its variable with a specific number.
  5. Quadratic polynomials can have two, one, or no zeros based on their graph's intersection with the x-axis.
  6. The relationship between zeros and coefficients varies by polynomial degree, especially noted in quadratics and cubics.
  7. The sum and product of the zeros can be expressed in terms of polynomial coefficients, providing insight into their behaviors.
  8. Graphs of polynomials aid in visual understanding of their zeros and overall shapes.
  9. The geometric interpretation explains how zeros affect the polynomial’s behavior at different ranges of x-values.
  10. Exercises encourage practice in determining zeros and understanding relationships in polynomials.

Other Recommended Chapters