Polynomials
Polynomials
4xy 2 + 3x - 5
terms
example of a polynomial
this one has 3 terms
Polynomial comes from poly- (meaning "many") and -nomial (in this
case meaning "term") ... so it says "many terms"
exponents (like the 2 in y2), but only 0, 1, 2, 3, ... etc are allowed
that can be combined using addition, subtraction, multiplication and division ...
... but not division by a variable (so something like 2/x is right out)
So:
A polynomial can have constants, variables and exponents,
but never division by a variable.
Also they can have one or more terms, but not an infinite number of terms.
Polynomial or Not?
exponents: 0, 1, 2, ...
5xy 2 − 3x + 5y 3 − 3 3xy -2
2
terms x+2
3x
x−2
−6y2 − ( 7 )x
9
512v5 + 99w5
(Yes, "5" is a polynomial, one term is allowed, and it can be just a constant!)
3xy-2 is not, because the exponent is "-2" (exponents can only be 0,1,2,...)
2/(x+2) is not, because dividing by a variable is not allowed
1/x is not either
√x is not, because the exponent is "½" (see fractional exponents)
But these are allowed:
3xy 2 5x − 1 3x + 5y 2 − 3
Monomial (1 term) Binomial (2 terms) Trinomial (3 terms)
Variables
Polynomials can have no variable at all
Or one variable
Example: x4 − 2x2 + x has three terms, but only one variable (x)
Or two or more variables
Example: xy4 − 5x2z has two terms, and three variables (x, y and z)
So you can do lots of additions and multiplications, and still have a polynomial as the
result.
Also, polynomials of one variable are easy to graph, as they have smooth and
continuous lines.
Example: x4−2x2+x
You can also divide polynomials (but the result may not be a polynomial).
Degree
The degree of a polynomial with only one variable is the largest exponent of that
variable.
Example:
4x3 − x + 2 The Degree is 3 (the largest exponent of x)
Standard Form
The Standard Form for writing a polynomial is to put the terms with the highest
degree first.
The highest degree is 6, so that goes first, then 3, 2 and then the constant
last:
x6 + 4x3 + 3x2 − 7