Source codeVideos

Command Palette

Search for a command to run...

Polynomial

Polynomial Concept

Getting to Know Monomials

Before we delve into the definition of polynomials, let's first get acquainted with their building blocks: monomials. Consider the following algebraic expressions:

p3(not a monomial)\sqrt[3]{p} \quad \text{(not a monomial)}
2x2y(monomial)2x^2y \quad \text{(monomial)}
8(monomial)-8 \quad \text{(monomial)}
2m(not a monomial)\frac{2}{m} \quad \text{(not a monomial)}
1.24k4(monomial)1.24k^4 \quad \text{(monomial)}
5a6(not a monomial)5a^{-6} \quad \text{(not a monomial)}

From the expressions above, we can group them into two:

  1. Group 1 (Monomials): 2x2y2x^2y, 8-8, 1.24k41.24k^4
  2. Group 2 (Not Monomials): p3\sqrt[3]{p}, 2m\frac{2}{m}, 5a65a^{-6}

The algebraic expressions in Group 1 are what we call monomials.

What is a Monomial?

A monomial is a number, a variable raised to a non-negative integer power (0, 1, 2, 3, ...), or the product of a number and one or more variables raised to non-negative integer powers.

Let's break down why Group 1 consists of monomials and Group 2 does not:

  • Group 1 (Monomials):

    • 2x2y2x^2y:

      The product of a number (2) and variables (xx, yy) with non-negative integer powers (2 and 1).

    • 8-8:

      A constant (just a number). Or this is the same as 8x0-8x^0.

    • 1.24k41.24k^4:

      The product of a number (1.24) and a variable (kk) with a non-negative integer power (4).

  • Group 2 (Not Monomials):

    • p3=p1/3\sqrt[3]{p} = p^{1/3}:

      The power of the variable pp is not a non-negative integer (1/31/3).

    • 2m=2m1\frac{2}{m} = 2m^{-1}:

      The power of the variable mm is not a non-negative integer (-1).

    • 5a6=5a65a^{-6} = 5a^{-6}:

      The power of the variable aa is not a non-negative integer (-6).

So, the key characteristic of a monomial is that the exponents of the variables must be non-negative integers. The number multiplying the variable (like 22 in 2x2y2x^2y) is called the coefficient.

Definition of Polynomial

After understanding monomials, we can now define a polynomial.

A polynomial is an algebraic expression that is a monomial or the sum (and subtraction) of two or more monomials.

Consider the following examples:

4x3y3x24x^3y - 3x^2
x+2xx + 2\sqrt{x}
2x35x2+12x^3 - 5x^{-2} + 1

Let's identify which are polynomials and which are not:

  1. 4x3y3x24x^3y - 3x^2
    • The term 4x3y4x^3y is a monomial.
    • The term 3x2-3x^2 is a monomial.
    • Conclusion: Polynomial (subtraction of two monomials).
  2. x+2xx + 2\sqrt{x}
    • The term xx is a monomial.
    • The term 2x=2x1/22\sqrt{x} = 2x^{1/2} is not a monomial (exponent is not a non-negative integer).
    • Conclusion: Not a Polynomial.
  3. 2x35x2+12x^3 - 5x^{-2} + 1
    • The term 2x32x^3 is a monomial.
    • The term 5x2-5x^{-2} is not a monomial (exponent is not a non-negative integer).
    • The term 11 is a monomial (constant).
    • Conclusion: Not a Polynomial.

Addition and Subtraction in Polynomials

You might ask, "The definition of a polynomial involves the sum of monomials, but example 1 has subtraction (4x3y3x24x^3y - 3x^2). How does that work?"

Recall that subtraction can be viewed as adding the negative. So, 4x3y3x24x^3y - 3x^2 is the same as 4x3y+(3x2)4x^3y + (-3x^2).

Since both 4x3y4x^3y and 3x2-3x^2 are monomials, their sum is still a polynomial. This is why subtraction between monomials also results in a polynomial.

In essence, an algebraic expression is called a polynomial if all its terms are monomials (variables have non-negative integer exponents).