What we discuss here:

  • Meaning of the terms of an expression
  • What is a polynomial and what is not a polynomial
  • Degree of a polynomial
  • Like and unlike terms
  • How to add, subtract, and multiply polynomials

Terms of an expression

The parts of an expression connected by the signs  + or – are called the terms of the expression. For example, x2, 2xy, and x are the terms of the expression x2+2xy+x, and the expression 2aab+c2 is made up of three terms: 2a,ab, and c2.

Polynomials

A polynomial or more precisely a polynomial in x is an algebraic expression consisting of terms in the form axk where k is a nonnegative integers (that is zero or a natural number 0, 1, 2, …) and a is a real number called the coefficient of the term. For example,

3,x,7x51,x3+114x3, and7x5πx42x3x2+x3

are all polynomials. In the last example, the coefficients are 7,π,2,1,1, and 3.

  • Note that any constant is also a polynomial because it can be written as ax0; for example 3=3x0.
Examples of expressions that are not polynomials:

Here are some examples of expressions that are not polynomials

7x124x3+8x12,3x2+1x9,4x+5x2.

The first example is not a polynomial because it has a negative exponent 3 while all exponents must be nonnegative integers. The second example is not a polynomial because 1/x=x1 and again all exponents must be nonnegative integers. Similarly 4x+5x2 is not a polynomial because 4x=4x1/2 and in this term the exponent of x is not an integer.

  • Of course, instead of a polynomial in x, we may have polynomials in y or z or any other letter. For example, 4z30.5z+1 is a polynomial in z.

Monomials, binomials, and Trinomials

  • A polynomial that has only one term is called a monomial. For example, 4x3 and 7x2 are two monomials.
  • A polynomial that has two terms is called a binomial. For example, 3x+2 and 4x3+x are two binomials.
  • A polynomial that has three terms is called a trinomial. For example, 3x+8x59 is a trinomial.

Degree of a Polynomial

The largest exponent in a polynomial is called the degree of the polynomial. In 7x5πx42x3x2+x3, the largest power of x and hence the degree of the polynomial is 5.

Polynomials of degree 0, 1, 2, and 3 have special names. If a0 then
name form degree
Constant polynomial a 0
Linear polynomial ax+b 1
Quadratic polynomial ax2+bx+c 2
Cubic polynomial ax3+bx2+cx+d 3

Basic Operations on Polynomial

  • When two or more terms differ only in their numerical coefficients, we say they are similar or like terms. For example, 4x2, 32x2, and 3x2 are like terms but 3x and 3x2 are unlike terms.
  • Adding and subtracting polynomials: To add or subtract polynomials, we add or subtract the coefficients of like terms. For example:

    (7x36x2+4x+9)+(x3+4x22)=(7+1)x3+(6+4)x2+(4+0)x+(92)=8x32x2+4x+7

    and

    (3x48x)(5x33x+2)=(30)x4+(05)x3+(8(3))x+(02)=3x45x35x2

  • Multiplication of polynomials: We multiply polynomials like any other sums and simplify the result by using the exponent rule axnbxm=ab xm+n and collect the like terms. For example,

    (4x23x+5)(2x3x)=4x2(2x3x)3x(2x3x)+5(2x3x)=8x54x36x4+3x2+10x35x=8x56x4+(104)x3+3x25x=8x56x4+6x3+3x25x

    It is clear that if A is a polynomial of degree n and B is a polynomial of degree m, then the product AB is a polynomial of degree n+m. In the above example, the first one is a polynomial of degree 2 and the second one is a polynomial of degree 3, and the product is a polynomial of 5=2+3.

  • Division of polynomials: To divide one polynomial by another, we use long division; the procedure for such a division has been explained in detail in the next Section