MathBored

Essential Math Primer
← Back to Primer Overview
H32 • Lesson 54 of 105

Polynomials & Terminology

Polynomial definitions, degree, standard form

High School Essentials • 9-12

Prerequisites: M23

Key Concepts

  • polynomials
  • degree
  • terminology

Polynomials & Terminology

Polynomials are the building blocks of algebra. From the simple expression 3x + 1 to the complex equation modeling a rocket's trajectory, polynomials appear throughout mathematics and science. This lesson establishes the vocabulary and foundational operations you need to work with them confidently.

What Is a Polynomial?

A polynomial is an expression consisting of variables and coefficients, combined using addition, subtraction, and multiplication, where all exponents on the variables are whole numbers (0, 1, 2, 3, ...).

These ARE polynomials:

  • 5x3 - 2x + 7
  • 4y
  • -9
  • x2y + 3xy2

These are NOT polynomials:

  • 3x-2 + 1 (negative exponent)
  • 5/x (variable in denominator = x-1)
  • 2x (variable in the exponent)
  • 4x1/2 (fractional exponent)

Classification by Number of Terms

NameNumber of TermsExamples
Monomial1 term7x2, -3, 4ab
Binomial2 termsx + 5, 3y2 - 2y
Trinomial3 termsx2 + 3x - 4
Polynomial4+ terms (or general)x3 - 2x2 + x - 1

Degree and Standard Form

The degree of a term is the sum of the exponents on its variables. The degree of a polynomial is the highest degree among all its terms.

Standard form means writing terms in descending order of degree, from highest to lowest.

Worked Example 1 -- Identifying Degree and Standard Form

Write 7 - 2x + 5x3 - x2 in standard form and state its degree.

  1. Identify the degree of each term: 5x3 (degree 3), -x2 (degree 2), -2x (degree 1), 7 (degree 0).
  2. Arrange in descending order: 5x3 - x2 - 2x + 7.
  3. The degree of the polynomial is 3 (the highest term degree).

This is a polynomial of degree 3 (also called a cubic) with 4 terms.

Adding and Subtracting Polynomials

To add or subtract polynomials, combine like terms -- terms with exactly the same variable(s) raised to exactly the same power(s).

Worked Example 2 -- Adding Polynomials

Add (3x2 + 5x - 4) + (2x2 - 3x + 7).

  1. Group like terms: (3x2 + 2x2) + (5x + (-3x)) + (-4 + 7).
  2. Combine: 5x2 + 2x + 3.

Worked Example 3 -- Subtracting Polynomials

Subtract (4x3 - x + 6) - (2x3 + 3x2 - x + 1).

  1. Distribute the negative sign to every term of the second polynomial: 4x3 - x + 6 - 2x3 - 3x2 + x - 1.
  2. Group like terms: (4x3 - 2x3) + (-3x2) + (-x + x) + (6 - 1).
  3. Combine: 2x3 - 3x2 + 5.

Common Mistake: Forgetting to Distribute the Negative

When subtracting polynomials, the subtraction sign applies to every term in the second polynomial. A frequent error is changing only the first term's sign. For (A) - (B - C), the result is A - B + C, not A - B - C.

Quick Degree Check

When adding or subtracting polynomials, the degree of the result is at most the highest degree among the inputs -- but it could be lower if the leading terms cancel. For example, (3x2 + x) - (3x2 - 4) = x + 4, which has degree 1, not 2.

Practice Problems

1. Classify 4x2 - 9 by number of terms and state its degree.

Show Solution

It has 2 terms, so it is a binomial. The highest exponent is 2, so the degree is 2.

2. Write 8 + 3x4 - x2 + 2x in standard form.

Show Solution

Arrange by descending degree: 3x4 - x2 + 2x + 8.

3. Add (6x2 - 3x + 1) + (-2x2 + 7x - 5).

Show Solution

(6x2 - 2x2) + (-3x + 7x) + (1 - 5) = 4x2 + 4x - 4.

4. Subtract (5x3 + 2x - 8) - (5x3 - x2 + 2x + 3).

Show Solution

Distribute: 5x3 + 2x - 8 - 5x3 + x2 - 2x - 3. Combine: x2 - 11.

5. Is 3x2 + 2/x a polynomial? Explain.

Show Solution

No. The term 2/x = 2x-1 has a negative exponent. Polynomials require all exponents to be non-negative whole numbers.

Summary

Polynomials are expressions with variables raised to whole-number exponents. They are classified by number of terms (monomial, binomial, trinomial) and by degree (the highest exponent). Standard form lists terms from highest to lowest degree. Adding and subtracting polynomials requires combining like terms, with special care to distribute negatives when subtracting.

Overview