Polynomials in One Variable
A polynomial is the most well-behaved algebraic expression there is. You build one with three ingredients: a variable, real-number coefficients, and the operations of addition and multiplication (with whole-number powers of the variable). No division by the variable, no square roots of the variable, no , those are forbidden. The result is an expression simple enough to compute with by hand yet rich enough to model real curves.
Definitions
A polynomial in one variable is an expression of the form where is a non-negative integer and are real numbers called coefficients. If , the highest power is called the degree of the polynomial, and is its leading coefficient.
The constant is the constant term. A non-zero constant like is a polynomial of degree . The expression alone is the zero polynomial, whose degree is, by convention, undefined (or sometimes called ).
A monomial is a polynomial with one term, like . A binomial has two terms, like . A trinomial has three terms, like .
Concept and types
By degree, polynomials get the following names:
- Degree : constant polynomial. Example: .
- Degree : linear polynomial. Example: .
- Degree : quadratic polynomial. Example: .
- Degree : cubic polynomial. Example: .
- Degree : quartic; degree : quintic; and so on.
Standard form. A polynomial is in standard form when its terms are written in decreasing order of powers, with no missing-power gaps written explicitly. So in standard form is .
Operations. Polynomials can be added, subtracted, and multiplied. Add and subtract by combining like terms (same power of ). Multiply by distributing every term of one polynomial with every term of the other:
Evaluation. To evaluate a polynomial at , substitute in place of and simplify. If , then .
What is not a polynomial? Several common expressions fail the test:
- : the power is negative.
- : the power is fractional.
- : an entire polynomial divided by another polynomial is generally a rational expression, not a polynomial.
- : these are not built from using only , , and whole-number powers.
But is a polynomial: the coefficient is a real number, even though it is irrational, and the powers of are whole numbers ( and ).
Polynomials in more than one variable exist too (e.g. ), but in this chapter we focus on one variable.
Worked examples
Example 1. State the degree, leading coefficient and constant term of .
Degree: . Leading coefficient: . Constant term: .
Example 2. Add and .
Combine like terms: .
Example 3. Multiply .
Distribute: .
Example 4. Evaluate at .
.
Example 5. Which of the following are polynomials? , , , .
Polynomial: (irrational coefficient is fine, power is ), and (whole-number powers and real coefficients). Not polynomials: (negative power) and (fractional power).
Try it yourself
- Write the degree of each: , , , , .
- State the leading coefficient and constant term of .
- Which of the following are polynomials? , , , , .
- Add and .
- Multiply .
- Multiply .
- If , find .
- Write a quadratic polynomial whose constant term is and whose leading coefficient is .
- Classify by number of terms: , , , .
- Find a binomial that is a cubic polynomial.
Pitfalls / Insight
- Coefficients can be irrational. is a polynomial; the restriction is on the power, not the coefficient.
- Negative or fractional powers disqualify the expression. and are not polynomials.
- The zero polynomial is special. It has no defined degree.
Insight. Polynomials are addition-and-multiplication-only objects: nothing exotic, nothing tricky. That very plainness is why they are everywhere , once you can compute with them, you can approximate almost any smooth function and any continuous curve.