Week 4: Polynomials
1. Polynomial Basics
A polynomial of degree is:
- Degree (): The highest power of . ().
- Leading Coefficient: .
- Constant Term: .
- Zero Polynomial: (Degree is undefined).
1.1 Arithmetic of Polynomials
- Addition/Subtraction: Combine like terms.
- Multiplication: Distribute terms. Degree of product = Sum of degrees.
- Division:
- Division Algorithm: , where or .
- Synthetic Division: A shortcut for dividing by .
2. Roots and Factors
2.1 Remainder Theorem & Factor Theorem
- Remainder Theorem: When is divided by , the remainder is .
- Factor Theorem: is a factor of if and only if .
2.2 Finding Roots
For a polynomial of degree :
- It has at most real roots.
- Complex roots occur in conjugate pairs (if coefficients are real).
- Rational Root Theorem: If has integer coefficients, any rational root must satisfy:
- divides constant term .
- divides leading coefficient .
2.3 Multiplicity
If where :
- is a root of multiplicity .
- Graph Behavior:
- Odd : Graph crosses the x-axis at . (e.g., Line, Cubic).
- Even : Graph touches/bounces off the x-axis at . (e.g., Parabola).
3. Graphs of Polynomials
Understanding shape without plotting every point.
3.1 End Behavior
Determined by the term with the highest degree ().
- As : Sign depends on .
- As :
- If is even: Same sign as . (Both ends up or both down).
- If is odd: Opposite sign. (One end up, one down).
3.2 Turning Points
- A polynomial of degree has at most turning points (local max/min).
3.3 Graphing Strategy (Goated Procedure)
- End Behavior: Check leading term.
- y-intercept: Evaluate .
- x-intercepts (Roots): Factor . Mark on axis.
- Multiplicity Check: Decide if crossing or bouncing at roots.
- Intermediate Value Theorem (IVT): If and , there is a root between and . Useful for estimation.
4. Goated Examples
Example 1: Constructing Polynomials
Question: Find a polynomial of degree 3 with roots and -intercept . Solution:
- Form: .
- Use point : .
- .
- .
Example 2: Analyzing Graphs
Question: . Describe the graph. Analysis:
- Degree: (Even).
- Leading Coeff: Positive ().
- End Behavior: As (Up-Up).
- Roots:
- (Mult 3, Odd): Crosses (flatter inflection).
- (Mult 2, Even): Bounces (touches).
- (Mult 1, Odd): Crosses.
- Sketch: Starts high (from ), crosses at -3, goes down, crosses at 0, goes up, bounces at 2, goes up to .
Example 3: Division
Question: Divide by . Use synthetic division. Solution:
2 | 2 -3 4 -5
| 4 2 12
------------------
2 1 6 7
- Quotient: .
- Remainder: 7.
- Verification: . (Matches!).