No history yet

Polynomial Basics

What Are Polynomials?

At its heart, a polynomial is just a specific kind of mathematical expression. It's made up of variables (like xx or yy), coefficients (numbers in front of variables), and constants (numbers by themselves), all combined using addition, subtraction, and multiplication. The key rule is that the variables can only have non-negative, whole-number exponents.

You can think of a polynomial as a chain of "terms" linked together. Each term is a little package of a coefficient, a variable, and an exponent.

Let's break down a typical example: $5x^2 - 3x + 2$.

Here’s a quick rundown of the parts:

  • Variable: The letter, usually xx, which represents an unknown value.
  • Coefficient: The number multiplied by the variable. In the term 3x-3x, the coefficient is 3-3.
  • Exponent: The small number written above the variable, indicating how many times to multiply the variable by itself. In 5x25x^2, the exponent is 22. If you don't see an exponent, it's assumed to be 11 (like in 3x-3x, which is 3x1-3x^1).
  • Constant: A term without a variable. In our example, 22 is the constant.
  • Term: A single piece of the polynomial. Our example has three terms: 5x25x^2, 3x-3x, and 22.

Classifying Polynomials

Mathematicians like to organize things. We classify polynomials in two main ways: by the number of terms they have and by their degree.

The degree of a polynomial is the highest exponent of the variable.

For our example, 5x23x+25x^2 - 3x + 2, the exponents are 22, 11, and 00 (for the constant term). The highest one is 22, so the polynomial has a degree of 2.

These two classifications give polynomials special names that make them easier to talk about.

# of TermsName
1Monomial
2Binomial
3Trinomial
4 or morePolynomial
DegreeNameExample
0Constant77
1Linear2x+12x + 1
2Quadraticx24x+3x^2 - 4x + 3
3Cubicx38x^3 - 8
4Quartic2x4+x35x2x^4 + x^3 - 5x
5Quinticx5+3x29x^5 + 3x^2 - 9

So, using these tables, we can see that $5x^2 - 3x + 2$ is a quadratic trinomial. It's 'quadratic' because its degree is 2, and it's a 'trinomial' because it has three terms.

Ready to test your knowledge? Let's see if you can identify the parts and types of polynomials.

Quiz Questions 1/6

In the polynomial 5x3x+85x^3 - x + 8, what is the coefficient of the second term?

Quiz Questions 2/6

What is the degree of the polynomial 9x2+2x54x+19x^2 + 2x^5 - 4x + 1?

Understanding these basic building blocks is the first step. Once you can easily spot coefficients, terms, and degrees, you're ready to start working with polynomials in more complex ways.