Exponents and Polynomials- Definitions

What Are Exponents and Polynomials?

Exponents and polynomials are the building blocks of algebra. You cannot solve equations, factor expressions, or graph curves without understanding these two concepts first.

This guide cuts through the fluff and gives you the actual definitions you need to work with these mathematical objects. Nothing else.

Exponents: The Basics

An exponent tells you how many times to multiply a number by itself. It's written as a small number to the upper right of a base.

Exponent Definition

For any base number a and positive integer n:

an = a × a × a × ... × a (n times)

Example: 23 = 2 × 2 × 2 = 8

The number 2 is the base. The number 3 is the exponent. Simple.

Special Exponent Rules

Fractional Exponents

Fractional exponents represent roots. The denominator becomes the root.

a1/2 = √a

a1/3 = ∛a

a2/3 = (∛a)2

Polynomials: The Definition

A polynomial is a sum of terms, where each term is a constant multiplied by a power of a variable. The exponents must be whole numbers (0, 1, 2, 3...).

General Form

P(x) = anxn + an−1xn−1 + ... + a2x2 + a1x + a0

The letters an, an−1, etc., are coefficients. They can be any real number.

What Makes Something a Polynomial?

Examples of polynomials: 3x2 + 2x − 5, 4y3 − y + 7, 12

Not polynomials: 1/x, √x, x−2, sin(x)

Types of Polynomials

Polynomials are classified by the number of terms they contain.

Classification by Degree

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

DegreeNameExample
0Constant7
1Linear3x + 2
2Quadraticx2 − 5x + 6
3Cubic2x3 + x2 − x + 1
4Quarticx4 − 3x3 + 2x2 + x − 5
5Quinticx5 + 4x3 − 2x

Degree of a Polynomial with Multiple Variables

When a polynomial has more than one variable, the degree is the sum of the exponents in the highest term.

Example: 3x3y2 + 2xy4

First term degree: 3 + 2 = 5

Second term degree: 1 + 4 = 5

Overall degree: 5

Terms, Coefficients, and Constants

Take the polynomial: 4x3 + 3x2 − 7x + 2

Evaluating Polynomials

To evaluate a polynomial, substitute a number for the variable and simplify.

Example: P(x) = x2 + 3x − 4

Find P(2):

P(2) = (2)2 + 3(2) − 4

P(2) = 4 + 6 − 4

P(2) = 6

Adding and Subtracting Polynomials

Combine like terms. Like terms have the same variable raised to the same power.

Example: (3x2 + 2x + 1) + (x2 − 3x + 4)

= 3x2 + x2 + 2x − 3x + 1 + 4

= 4x2 − x + 5

Multiplying Polynomials

Multiplying a Monomial by a Polynomial

Distribute the monomial to every term.

Example: 3x(2x2 − 4x + 5)

= 3x · 2x2 − 3x · 4x + 3x · 5

= 6x3 − 12x2 + 15x

Multiplying Two Binomials (FOIL)

Use FOIL: First, Outer, Inner, Last

Example: (x + 3)(x + 2)

= x·x + x·2 + 3·x + 3·2

= x2 + 2x + 3x + 6

= x2 + 5x + 6

Multiplying Any Two Polynomials

Multiply every term in the first polynomial by every term in the second polynomial. Then combine like terms.

Common Factor vs. Greatest Common Factor

Common factor: any factor shared by all terms

Greatest common factor (GCF): the largest factor shared by all terms

Example: 12x3 + 18x2

GCF = 6x2

Factored form: 6x2(2x + 3)

Quick Reference Table: Exponent Rules

RuleFormulaExample
Productam · an = am+n22 · 23 = 25 = 32
Quotientam ÷ an = am−n35 ÷ 32 = 33 = 27
Power(am)n = amn(22)3 = 26 = 64
Zeroa0 = 150 = 1
Negativea−n = 1/an2−3 = 1/8
Product to power(ab)n = anbn(2·3)2 = 62 = 36
Quotient to power(a/b)n = an/bn(4/2)3 = 23 = 8

Getting Started: How to Identify Polynomials

Follow these steps to check if an expression is a polynomial:

  1. Look at all exponents on variables
  2. Verify every exponent is a non-negative integer (0, 1, 2, 3...)
  3. Check that no variable appears in a denominator
  4. Confirm no variable appears under a radical
  5. If all checks pass, you have a polynomial

Practice identifying these:

What's Next?

Once you understand these definitions, you need to learn:

These definitions are your foundation. Everything else in algebra builds on them.