No history yet

Introduction to Polynomials

What Are Polynomials?

In algebra, a polynomial is an expression made up of variables, coefficients, and exponents, combined using addition, subtraction, and multiplication. The key rule is that variables can only have non-negative, whole-number exponents. Think of them as the building blocks for many algebraic concepts.

polynomial

noun

An expression of more than two algebraic terms, especially the sum of several terms that contain different powers of the same variable(s).

Let's break down a typical polynomial: 5x32x+15x^3 - 2x + 1.

  • Terms: The parts separated by addition or subtraction. Here, the terms are 5x35x^3, 2x-2x, and 11.
  • Coefficients: The numbers that multiply the variables. The coefficients are 5 and -2.
  • Variables: The letters, like xx.
  • Exponents: The powers the variables are raised to, like the 3 in x3x^3.
  • Constant: A term without a variable, like 1.

Expressions with negative exponents (like x2x^{-2}) or variables in the denominator (like 3x\frac{3}{x}) are not polynomials. The same goes for variables inside a square root (/x\\/x).

Standard Form and Degree

To keep things organized, we usually write polynomials in standard form. This simply means arranging the terms in order from the highest exponent to the lowest. For example, the polynomial $7 + 3x^2 - 4x$ becomes $3x^2 - 4x + 7$ in standard form.

The degree of a polynomial is the value of its highest exponent when written in standard form. The term with the highest exponent is called the leading term.

PolynomialStandard FormLeading TermDegree
6x+2x256x + 2x^2 - 52x2+6x52x^2 + 6x - 52x22x^22
4y34y^34y34y^34y34y^33
10z10 - zz+10-z + 10z-z1
9999990

Knowing the degree helps us classify polynomials. A polynomial with a degree of 2 is called a quadratic, and one with a degree of 3 is a cubic.

Combining Polynomials

Adding and subtracting polynomials involves a simple idea: combining like terms. Like terms are terms that have the exact same variable raised to the exact same power. You can add $3x^2$ and $5x^2$, but you can't add $3x^2$ and $5x$. It's like adding apples and apples, but not apples and oranges.

To add two polynomials, you just combine the coefficients of their like terms.

(3x2+4x2)+(x26x+5)=(3x2+x2)+(4x6x)+(2+5)=4x22x+3\begin{aligned} & (3x^2 + 4x - 2) + (x^2 - 6x + 5) \\ &= (3x^2 + x^2) + (4x - 6x) + (-2 + 5) \\ &= 4x^2 - 2x + 3 \end{aligned}

Subtraction works the same way, but with one extra step. You must first distribute the negative sign to every term in the polynomial being subtracted. This flips the sign of each term.

(5x22x+8)(2x2+3x1)=5x22x+82x23x+1=(5x22x2)+(2x3x)+(8+1)=3x25x+9\begin{aligned} & (5x^2 - 2x + 8) - (2x^2 + 3x - 1) \\ &= 5x^2 - 2x + 8 - 2x^2 - 3x + 1 \\ &= (5x^2 - 2x^2) + (-2x - 3x) + (8 + 1) \\ &= 3x^2 - 5x + 9 \end{aligned}

Multiplying Polynomials

To multiply polynomials, you use the distributive property. This means you multiply every term in the first polynomial by every term in the second polynomial.

Let's start with a simple case: multiplying a single term (a monomial) by a polynomial with multiple terms.

3x(2x25x+4)=(3x2x2)(3x5x)+(3x4)=6x315x2+12x\begin{aligned} 3x(2x^2 - 5x + 4) &= (3x \cdot 2x^2) - (3x \cdot 5x) + (3x \cdot 4) \\ &= 6x^3 - 15x^2 + 12x \end{aligned}

When multiplying two polynomials with multiple terms, the process is the same, just with more steps. You distribute each term from the first polynomial across all terms in the second, then combine any like terms.

Lesson image

Here's an example of multiplying two binomials, (x+2)(x3)(x+2)(x-3).

  1. Multiply the first term of the first binomial by each term in the second: xx=x2x \cdot x = x^2 and x(3)=3xx \cdot (-3) = -3x.
  2. Multiply the second term of the first binomial by each term in the second: 2x=2x2 \cdot x = 2x and 2(3)=62 \cdot (-3) = -6.
  3. Combine all the results and simplify: x23x+2x6=x2x6x^2 - 3x + 2x - 6 = x^2 - x - 6.

Ready to check your understanding? Let's try a few questions.

Quiz Questions 1/6

Which of the following expressions is a polynomial?

Quiz Questions 2/6

In the polynomial 4x3x2+7x24x^3 - x^2 + 7x - 2, what is the coefficient of the x2x^2 term?

Understanding these basic properties and operations is the first step. They provide the foundation for working with more complex algebraic equations and functions.