Polynomial Functions and Zeros Overview

Finding Zeros of Polynomial Functions

  • To find the zeros of a polynomial, set the polynomial equal to zero and solve for x.
  • Example: For the polynomial x434x372=0x^4 - 34x^3 - 72 = 0, we can state that:
    • One zero is x=6x = -6, and others can be found by factoring or using synthetic division if needed.
    • Zeros such as x=0x = 0, x=4x = -4, and x=9x = 9 are derived from factoring or applying the Rational Root Theorem.

Graph Behavior of Polynomials

  • The direction of the graph of a polynomial function depends on the leading coefficient and the degree of the polynomial:
    • If the leading coefficient is positive, the right arrow points up.
    • If the leading coefficient is negative, the right arrow points down.
    • If the degree is even, both ends point in the same direction.
    • Example: Graph of x4x^4 (positive leading coefficient, even degree) goes up on both ends.
    • If the degree is odd, the ends point in opposite directions.
    • Example: Graph of x3x^3 (positive leading coefficient, odd degree) goes down on the left and up on the right.

Identifying Turning Points

  • The number of turning points of a polynomial is given by the formula: Maximum Turning Points = Degree - 1.
    • Example: For a cubic function (x3x^3), max turning points = 3 - 1 = 2.

Factorization Techniques

  • Greatest Common Factor (GCF): Always factor out the GCF first to simplify.
  • For 2x310x2720+42x^3 - 10x^2 - 720 + 4, the GCF is 2x for the first part.
  • Factoring can result in forms such as:
    • 2x(x25x36)2x(x^2 - 5x - 36), which further factors to 2x(x+4)(x9)2x(x + 4)(x - 9).

Types of Polynomial by Degree

  • Linear: Degree 1
  • Quadratic: Degree 2
  • Cubic: Degree 3
  • Quartic: Degree 4
  • Quintic: Degree 5
  • Higher degrees follow similarly as 6th, 7th, and 8th degrees.

Solving Higher Degree Polynomials

  • For equations like f(x)=x42x3+x28x12f(x) = x^4 - 2x^3 + x^2 - 8x - 12:
    • Determine Total Roots: 4 (as it is degree 4).
    • Identify Real vs. Imaginary Roots using graphical methods or the quadratic formula as needed.

Root Finding Techniques

  • If given a potential root (such as x=3x = 3), substitute back to verify the factorization results in a polynomial of lower degree.
  • To further explore the polynomial, use the quadratic formula: x=bext±b24ac2ax = \frac{-b ext{±}\sqrt{b^2 - 4ac}}{2a} for roots when a quadratic is encountered.
  • Example Applications:
    • F(x)=4x316x+19x6F(x) = 4x^3 - 16x + 19x - 6 leads to roots being calculated generally by finding critical points.

Key Formulas

  • Quadratic formula: x=bext±b24ac2ax = \frac{-b ext{±} \sqrt{b^2 - 4ac}}{2a}

  • The discriminant D=b24acD = b^2 - 4ac indicates the nature of roots (real or imaginary).

  • Use synthetic division for testing potential roots effectively and simplifying polynomials.

  • Whenever in need of finding roots, bear in mind other strategies such as calculator functions that handle polynomial equations.