Study Notes on Polynomial Functions and Root Finding Techniques

Polynomial Functions: Factoring Process

Overview
  • Understanding polynomial functions is essential for factoring them, especially when traditional methods fail.

  • The objective is to find rational zeros and utilize them for further factoring.

Step 1: Identify Potential Rational Zeros
  • Rational Zeros: The specific values of x that make the polynomial equal to zero. Each rational zero corresponds to an x-intercept in the graph of the polynomial.

  • The Rational Root Theorem states: If a polynomial has a rational zero, it can be expressed in the form pq\frac{p}{q} where:

    • p: factors of the constant term (the last term of the polynomial)

    • q: factors of the leading coefficient (the coefficient of the term with the highest degree)

  • Start by creating lists:

    • p List: Factors of the constant term. For example, if the constant term is 6, the factors are ±1, ±2, ±3, ±6.

    • q List: Factors of the leading coefficient. If the leading coefficient is 2, the factors are ±1, ±2.

    • P/Q List: Combine (p values divided by q values) to form potential rational zeros. Continuing with the previous example, potential rational zeros would be ±1, ±1/2, ±3, ±3/2, ±6, ±6/2.

Step 2: Testing Potential Rational Zeros
  • Plug the rational zeros from the P/Q list into the polynomial function to find an actual zero (an x-intercept).

  • Example:

    • For the polynomial f(x)=2x33x28x3f(x)=2x^3 - 3x^2 - 8x - 3

    • If testing a zero such as 1: f(1)=2(1)33(1)28(1)3=2383=12f(1) = 2(1)^3 - 3(1)^2 - 8(1) - 3 = 2 - 3 - 8 - 3 = -12, a non-zero result.

    • Testing -1:

    • Plugging in gives f(1)=2(1)33(1)28(1)3=23+83=0f(-1) = 2(-1)^3 - 3(-1)^2 - 8(-1) - 3 = -2 - 3 + 8 - 3 = 0, confirming it's a zero.

  • Outcome: If a rational zero is found, proceed to the next step. If not, consider other methods or acknowledge that the polynomial may not have rational zeros.

Step 3: Utilizing Synthetic Division
  • Synthetic Division: An efficient method for dividing polynomials, useful when a zero has been confirmed.

  • Start with the zero found in step 2.

  • Setup:

    1. Write the coefficients of the polynomial: For 2x33x28x32x^3 - 3x^2 - 8x - 3, the coefficients are [2, -3, -8, -3].

    2. Include the confirmed zero (-1) in synthetic division.

    3. Verify that the remainder equals zero as expected:

    • Synthetic division process will yield a row of coefficients for the depressed polynomial.

  • Example:

    • If the original polynomial f(x)f(x) is divided by x+1x + 1 (the found zero), the depressed polynomial might be 2x25x32x^2 - 5x - 3 with coefficients [2, -5, -3].

Step 4: Factor the Depressed Polynomial
  • The new polynomial may require standard quadratic factoring methods, or it may be necessary to repeat the process if it cannot be factored directly.

  • Example:

    1. Factoring 2x25x32x^2 - 5x - 3 using the AC method:

    • Multiply A (2) and C (-3) to get -6.

    • Find factors of -6 that add to B (-5): the numbers -6 and 1 work.

    1. Rewrite the polynomial:

    • 2x26x+x32x^2 - 6x + x - 3

    • Group: (2x26x)+(x3)(2x^2 - 6x) + (x - 3)

    • Factor: 2x(x3)+1(x3)2x(x - 3) + 1(x - 3)

    • Result: (2x+1)(x3)(2x + 1)(x - 3).

Step 5: Zero Identification from the Factors
  • From the fully factored form, identify the zeros:

    • For factor x+1x + 1, zero is 1-1.

    • For factor x3x - 3, zero is 33.

    • For factor 2x+12x + 1, zero is 12-\frac{1}{2}.

Visualizing Polynomial Behavior
  • Discuss and visualize the behavior of the polynomial based on its degree and leading coefficient:

    • Odd-degree with positive leading coefficient: Starts down left, ends up right.

    • Even-degree with a positive leading coefficient: Starts up both ends or down both ends, depending on the sign.

Important Theorems Related to Finding Zeros
  • Fundamental Theorem of Algebra: A polynomial function of degree nn has exactly nn complex zeros (counting multiplicities).

  • Complex Conjugates Theorem: If a polynomial has real coefficients, complex zeros appear in conjugate pairs; if a+bia + bi is a zero, so is abia - bi.

Conclusion and Practice
  • Ensure practice with a variety of polynomial functions, including those with irrational and complex roots.

  • Articulate the importance of recognizing multiplicities when finding zeros since they affect graph behavior.

  • Prepare for tests by reviewing problem types such as deriving polynomial equations from known zeros and applying the Rational Root Theorem.

Note on Homework and Practicing Skills
  • Students should check homework and exam practices for higher-degree scenarios, including irrational and complex solutions.

  • Being proficient in plugging values and determining factors is crucial for success in polynomial factoring problems.