No history yet

Polynomial Basics

The Anatomy of a Polynomial

You've worked with algebraic expressions before. A polynomial is a specific type of expression that consists of variables, constants, and exponents, combined using addition, subtraction, and multiplication. The key rule is that the exponents on the variables must be non-negative integers (0, 1, 2, 3, ...).

Let's break down a typical polynomial in one variable, like 3x25x+73x^2 - 5x + 7. This expression is made up of distinct parts called terms, which are separated by addition or subtraction signs. In this case, the terms are 3x23x^2, 5x-5x, and 77.

Within each term, the numerical part is called the . For the term 3x23x^2, the coefficient is 3. For 5x-5x, it's -5. The last term, 7, is a constant term because it doesn't have a variable attached.

What's the Degree?

The degree of a polynomial is the highest exponent of the variable in any of its terms. It's a quick way to gauge the polynomial's complexity. For our example, 3x25x+73x^2 - 5x + 7, the exponents are 2 (from x2x^2), 1 (from xx, which is x1x^1), and 0 (from the constant term 77, which can be written as 7x07x^0). The highest exponent is 2, so the degree of the polynomial is 2.

This leads to a couple of special cases. A non-zero constant polynomial, like just the number 8, has a degree of 0. This is because we can write it as 8x08x^0, and we know anything to the power of 0 is 1.

But what about the number 0 itself? The is unique. Its degree is considered undefined. Why? Because you could write it as 0x20x^2, 0x50x^5, or 0x1000x^{100}, and it would still equal 0. There's no single highest exponent we can definitively assign to it.

Classifying Polynomials

We can categorize polynomials in two primary ways: by the number of terms they contain, or by their degree. Both methods are useful for describing them quickly.

Classification by number of terms gives a polynomial its first name, while classification by degree gives it a last name.

First, let's look at classifying by the number of terms.

NameNumber of TermsExample
Monomial15x35x^3
Binomial22x92x - 9
Trinomial3x2+6x+8x^2 + 6x + 8

For polynomials with more than three terms, we simply say it's a 'polynomial with four terms,' and so on. There aren't special names beyond trinomial.

Next, we can classify them by their degree. This tells us about the shape of the polynomial's graph and its general behavior.

DegreeNameExample
0Constant77
1Linear4x+14x + 1
2Quadraticx23x+2x^2 - 3x + 2
3Cubic2x3x2+5x2x^3 - x^2 + 5x

Just as with terms, we can continue this pattern for higher degrees (quartic for degree 4, quintic for degree 5), but linear, quadratic, and cubic are the most common classifications you'll encounter.

Now let's test your understanding of these building blocks.

Quiz Questions 1/6

Which of the following expressions is NOT a polynomial?

Quiz Questions 2/6

What is the degree of the polynomial 6x4x7+3x2+56x^4 - x^7 + 3x^2 + 5?

With these basics down, you're ready to explore what we can do with polynomials, from adding and subtracting them to finding their roots.