Polynomials, degree, and notation
Before we hunt for zeroes we need to be precise about what a polynomial is. The English word polynomial literally means "many terms", but only certain kinds of terms are allowed.
Definitions
A polynomial in is an expression of the form where is a non-negative integer, the coefficients are real numbers, and . The number is the degree of the polynomial, is the leading coefficient, and is the constant term.
The most common families are:
- Linear polynomial , degree : with .
- Quadratic polynomial , degree : with .
- Cubic polynomial , degree : with .
- Constant polynomial , degree : with . (The polynomial is the zero polynomial and its degree is undefined.)
A zero (or root) of is a value such that .
Theorem / Concept: degree and zeroes
A first basic fact: a polynomial of degree has at most (real) zeroes. A linear polynomial has exactly one zero. A quadratic has at most two real zeroes , and can have zero, one (a "repeated" or "double" root), or two distinct real zeroes. A cubic has at most three real zeroes; it must have at least one real zero (because its graph runs from to , so it must cross the -axis at least once).
We will see this geometrically in the next topic: the zeroes are precisely the -coordinates where meets the -axis.
Be careful about what is and isn't a polynomial. Allowed: , , . Not allowed: (fractional power), (negative power), (not algebraic). Only non-negative integer powers of , combined linearly with real coefficients.
Also be clean about degree. The degree is the largest exponent that appears with a non-zero coefficient. For , the degree is , not . Always tidy up the polynomial , combine like terms , before reading off the degree.
We will write , (and sometimes ) for zeroes throughout this chapter; these letters became standard in classical algebra and you will meet them again in trigonometry.
Worked examples
Example 1. Identify each as linear, quadratic, cubic, or none: (a) , (b) , (c) , (d) , (e) , (f) .
(a) Linear (degree ). (b) Quadratic. (c) Cubic. (d) Not a polynomial (fractional power). (e) The zero polynomial; not classified as linear/quadratic/cubic. (f) Not a polynomial (negative power).
Example 2. Find the zero of the linear polynomial .
Set : .
Example 3. Verify that is a zero of .
. So yes, is a zero.
Example 4. Find the value of if is a zero of .
, so .
Example 5. Is a zero of ?
. Yes.
Try it yourself
- Classify by degree: , , , , .
- Find the zero of .
- Verify whether is a zero of .
- Find so that is a zero of .
- Write a quadratic polynomial whose constant term is and leading coefficient is , with a zero .
- State, with reason, the degree of .
- List all rational zeroes of .
- Give an example of a cubic polynomial with exactly one real zero.
- If has degree , what is the maximum number of real zeroes possible? Minimum?
- Find if both and are zeroes of .
Pitfalls / Insight
- Coefficient zero hides the degree. is quadratic, not quartic.
- A polynomial must allow only non-negative integer powers of . and are out.
- A degree- polynomial has at most zeroes , never more.
Insight. A polynomial is a recipe , substitute any number for and you get an output. The interesting inputs are those for which the output is . The whole rest of this chapter is about hunting those inputs cleverly.