Polynomials
A polynomial in is an expression of the form where the are real numbers, and is a non-negative integer. The degree is the highest power of that appears.
| Degree | Name | Example |
|---|---|---|
| 1 | Linear | |
| 2 | Quadratic | |
| 3 | Cubic |
1. Zeroes of a Polynomial
A real number is a zero of if .
Geometrically, the zeroes of are the -coordinates where the graph meets the -axis.
- A linear polynomial has exactly one zero.
- A quadratic has at most two zeroes.
- A polynomial of degree has at most zeroes.
2. Relationship Between Zeroes and Coefficients
For a quadratic with zeroes :
- Sum of zeroes: .
- Product of zeroes: .
For a cubic with zeroes :
Worked example — build a quadratic with given zeroes
Find a quadratic whose zeroes are and .
Sum , product , so a polynomial is
3. Division Algorithm for Polynomials
For polynomials and with , there exist unique polynomials and such that where or .
This is the polynomial analogue of integer division.
Worked example
Divide by .
Long division gives:
Check: . ✓
Practice
- Find the zeroes of and verify the sum/product relationships.
- If are zeroes of , find .
- Divide by .
Answers
- Zeroes are and . Sum ✓. Product ✓.
- Sum , product . .
- Quotient , remainder .
Pre-requisites
You need Real Numbers — especially the division algorithm and the idea of unique factorisation — to follow §3 properly.
