6.2 - Polynomial Divison
Polynomials Higher Degree and Root-Finding
Overview
- Focus on finding zeros/roots of polynomials, specifically for larger degrees.
- Goals
- Understanding polynomial division:
- Polynomial long division
- Finding x-intercepts
Long Division Review
- Demonstration of long division using integers:
- Example: Divide 7645 by 21.
- Calculation steps:
- 21 into 76: goes 3 times. (3 × 21 = 63) Remainder: 76 - 63 = 13.
- Bring down 4: 21 into 134: goes 6 times. (6 × 21 = 126) Remainder: 134 - 126 = 8.
- Bring down 5: 21 into 85: goes 4 times. (4 × 21 = 84) Remainder: 85 - 84 = 1.
- Final representation: 364 + 1/21 or as a fraction:
Polynomial Long Division
- Steps for polynomial long division:
- Arrange terms in descending order of powers.
- Divide the leading term of the dividend by the leading term of the divisor, record as first term of quotient.
- Multiply the whole divisor by the first term and align under the dividend.
- Subtract, change signs, and bring down the next term.
- Repeat until degree of remainder is less than degree of divisor.
- Example: Divide by :
- First term:
- Multiply:
- Subtract: (2x - 6x) gives -4x, bring down -24.
- Next: ; Multiply:
- Subtract to find the remainder: 0.
- Conclusion: and are factors; polynomial can be represented as
Division Algorithm Definition
- Given polynomials and (where ), there exist unique polynomials and :
where the degree of is less than the degree of .
More Complex Example
- Divide a polynomial with higher degree: (e.g., by ).
- Take each term, perform polynomial long division systematically.
Complex Number Division
- Example: Divide by where a polynomial has zeros in complex numbers (guidelines and placeholder strategy).
- Introduce placeholders for coefficients in polynomials where needed.
Finding Roots Using Polynomial Division
- Important to find polynomial factors which help determine x-intercepts (roots).
- Example: Using factor helps to find where ensures c is a zero of the polynomial polynomial:
- Direct connection to graphing x-intercepts.
- Factoring larger polynomials into simpler factors, perform polynomial long division iteratively to find remaining factors.
Key Theorems
Remainder Theorem
- States that if a polynomial is divided by , the remainder equals .
- Method exemplifies how remainder enables finding roots or determining if a number is a root.
Synthetic Division
- Useful for quickly determining whether a number is a root of polynomial.
- Works specifically when dividing by a linear binomial .
- Steps:
- Write down coefficients of the polynomial.
- Evaluate using the value of c in synthetic manner (multiply and add sequentially).
- Example:
- Determine if 5 is a root of .
Constructing Polynomials from Given Roots
- Given roots, can reconstruct a polynomial either directly or through synthetic division for verification,
- Example of factors leads to constructing full polynomial through multiplication of roots demonstrated step-wise.
Y-Intercept and Adjustments
- When constructing, adjustments are needed based on specific y-intercept conditions (scaling the polynomial). Example found a specific point through substitution and multiplying appropriately at the end.
Additional Notes
- Ensure to maintain rigor in every step, particularly with changing signs and distributing dynamically through polynomial long division.
- Foster practice with both methods (long division and synthetic) to increase comfort with polynomial manipulations and understanding.
Conclusion
Understanding polynomial division, whether through traditional long division or synthetic division, is essential in finding roots and simplifying polynomial expressions effectively to draw insights about their behaviors (such as intercepts).