Finding Real and Complex Roots in Polynomial Functions

Polynomial Functions and Roots

1. Polynomial Division Techniques
  • Long Division

    • Example: Divide 2x35x219x422x^3 - 5x^2 - 19x - 42 by 2x+72x + 7.
    • Steps:
    1. Set up the division.
    2. Subtract to get the remainder and repeat.
  • Synthetic Division

    • Example: Divide 2x33x25x122x^3 - 3x^2 - 5x - 12 by x3x - 3 using synthetic division with x=3x = 3.
    • Arrange coefficients: 2,3,5,122, -3, -5, -12.
    • Steps:
    1. Write coefficients and value of aa (where xax - a is the divisor).
    2. Draw horizontal bar, copy first coefficient, multiply and add in columns.
    3. Result shows the coefficients of the resulting polynomial and the remainder.
2. Rational Root Theorem
  • Definition: If a polynomial P(x)P(x) has integer coefficients, any rational root can be expressed as pq\frac{p}{q} where:
    • pp = factors of the constant term.
    • qq = factors of the leading coefficient.
  • Finding Rational Roots:
    1. List possible factors of the constant and leading coefficient.
    2. Test these factors by substitution in the polynomial to find an initial zero.
    3. Use synthetic division if a root is found, to simplify the polynomial for finding additional roots.
3. Finding Zeros of Polynomial Functions
  • Example 1: Given y=(x1)3(x3)3(x+2)y = (x - 1)^3 (x - 3)^3 (x + 2):
    • Set each factor to zero:
    • x - 1 = 0
      ightarrow x = 1
    • x - 3 = 0
      ightarrow x = 3
    • x + 2 = 0
      ightarrow x = -2
    • Zeros: 1,3,21, 3, -2.
4. Complex Roots
  • Definition: Polynomial functions can have complex zeros in addition to real zeros.
  • Complex Conjugates:
    • If a+bia + bi is a root, its conjugate abia - bi is also a root.
    • Example: For root x=2+4ix = 2 + 4i, conjugate is x=24ix = 2 - 4i.
5. Irrational Root Theorem
  • If a+bca + b\sqrt{c} is a root (where bb and cc are rational), then abca - b\sqrt{c} is also a root.
6. Additional Polynomial Examples
  • Finding Zeros:
    • For polynomial f(x)=x48x3+24x232x+16f(x) = x^4 - 8x^3 + 24x^2 - 32x + 16, apply Rational Root Theorem to find potential rational roots.
    • Examples include various attempts to factor or find roots such as x=1x = 1, or finding pairs of roots from synthetic division.
7. Higher Degree Polynomials
  • Polynomial: 6x35x1=06x^3 - 5x - 1 = 0
    • Finding the roots using rational root tests, synthetic division, or quadratic formula.
    • Negative potential roots tested include x=3x = -3, leading to complex results.
8. Summary of Steps
  1. Identify potential rational roots via Rational Root Theorem.
  2. Use synthetic division to confirm roots and reduce the polynomial.
  3. Factor further (if possible) or apply quadratic formula where necessary for remaining zeros.