Polynomials

This lesson introduces adding, subtracting, and multiplying polynomials. It also explains polynomial identities that describe numerical expressions.

Adding and Subtracting Polynomials


polynomial is an expression that contains exponents, variables, constants, and operations. The exponents of the variables are only whole numbers, and there is no division by a variable. The operations are addition, subtraction, multiplication, and division. Constants are terms without a variable. A polynomial of one term is a monomial; a polynomial of two terms is a binomial; and a polynomial of three terms is a trinomial.


KEEP IN MIND

The solution is an expression, and a value is not calculated for the variable.


To add polynomials, combine like terms and write the solution from the term with the highest exponent to the term with the lowest exponent. To simplify, first rearrange and group like terms. Next, combine like terms.

(3x^2 + 5x - 6) + (4x^3 - 3x + 4) = 4x^3 + 3x^2 + (5x - 3x) + (-6 + 4) = 4x^3 + 3x^2 + 2x - 2


To subtract polynomials, rewrite the second polynomial using an additive inverse. Change the minus sign to a plus sign, and change the sign of every term inside the parentheses. Then, add the polynomials.

(3x^2 + 5x-6) - (4x^3 - 3x + 4) = (3x^2 + 5x - 6) + (-4x^3 + 3x - 4) = -4x^3 + 3x^2 + (5x + 3x) + (-6 - 4)

  = -4x^3 + 3x^2 + 8x - 10

Examples

Adding and Subtracting Polynomials Review

Multiplying Polynomials


Multiplying polynomials comes in many forms. When multiplying a monomial by a monomial, multiply the coefficients and apply the multiplication rule for the power of an exponent.

4xy(3x^2y) = 12x^3y^2.


BE CAREFUL!

Make sure that you apply the distributive property to all terms in the polynomials.


  • When multiplying a monomial by a polynomial, multiply each term of the polynomial by the monomial.

4xy(3x^2y-2xy^2) = 4xy(3x^2y) + 4xy(-2xy^2) = 12x^3y^2 - 8x^2y^3

  • When multiplying a binomial by a binomial, apply the distributive property and combine like terms.

(3x - 4)(2x + 5) = 3x(2x + 5) - 4(2x + 5) = 6x^2 + 15x - 8x - 20 = 6x^2 + 7x - 20

  • When multiplying a binomial by a trinomial, apply the distributive property and combine like terms.

(x + 2)(3x^2 - 2x + 3) = (x + 2)(3x^2) + (x + 2)(-2x) + (x + 2)(3) = 3x^3 + 6x^2 - 2x^2 - 4x + 3x + 6 = 3x^3 +4x^2 - x + 6

Examples

Multiplying Polynomials Review

Polynomial Identities




BE CAREFUL!

Pay attention to the details of each polynomial identity and apply them appropriately.

There are many polynomial identities that show relationships between expressions.

  • Difference of two squares: a^2 - b^2 = (a - b)(a + b)
  • Square of a binomial: (a + b)^2 = a^2 + 2ab + b^2
  • Square of a binomial: (a - b)^2 = a^2 - 2ab + b^2
  • Sum of cubes: a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  • Difference of two cubes: a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Examples

Polynomial Identities Review

Let’s Review!

  • Adding, subtracting, and multiplying are commonly applied to polynomials. The key step in applying these operations is combining like terms.
  • Polynomial identities require rewriting polynomials into different form
Scroll to Top