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 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
If testing a zero such as 1: , a non-zero result.
Testing -1:
Plugging in gives , 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:
Write the coefficients of the polynomial: For , the coefficients are [2, -3, -8, -3].
Include the confirmed zero (-1) in synthetic division.
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 is divided by (the found zero), the depressed polynomial might be 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:
Factoring 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.
Rewrite the polynomial:
Group:
Factor:
Result: .
Step 5: Zero Identification from the Factors
From the fully factored form, identify the zeros:
For factor , zero is .
For factor , zero is .
For factor , zero is .
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 has exactly complex zeros (counting multiplicities).
Complex Conjugates Theorem: If a polynomial has real coefficients, complex zeros appear in conjugate pairs; if is a zero, so is .
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.