Polynomials Multiplication

Basic rules for multiplication of polynomials

  1. The set of polynomials has closure, commutative and associative properties under multiplication. A, B, C are
    three polynomials.

  2. Let us multiply A and B to get AB, which also a polynomial. This is, as you know, the closure property.

  3. If we multiply A with B or B with A, we get the same product, which is the commutative property.
    Example: A ∗ B = B ∗ A

  4. Now, let's see how polynomials exhibit the associative property. Here, we multiply the product of A and B with
    C, and we get same result as when we multiply A with the product of B and C.

    Example: (AB) C = A (BC), which is the associative property.

  5. 1 is the identity element under multiplication, which means that when 1 is multiplied with any other number, the
    product is the number itself.

  6. Polynomials do not posses multiplicative inverses.

  7. We use distributive laws for multiplication of polynomials.

  8. The degree of the product of two polynomials is the sum of the degree of the multiplicand and the multiplier.

We use distributive laws for multiplication of polynomials.

Example:

Multiply 2x2 - 3x + 4 by 3x2 - 2x + 1.

Solution: ( 2x2 - 3x + 4 ) ∗ (3x2 - 2x + 1)

Take each term in the first polynomial and multiply it with the second polynomial.

= 2x2 ( 3x2 - 2x + 1 ) - 3x ( 3x2 - 2x +1 ) + 4 ( 3x2 -2x + 1 )

= ( 6x4 - 4x3+ 2x2 ) - ( 9x3- 6x2 + 3x ) + ( 12x2 - 8x + 4 )

= 6x4 - 4 x3+ 2x2 - 9x3 + 6x2 - 3x + 12x2 - 8x + 4

= 6x4- 13x3+ 20x2 - 11x + 4.


Column method for multiplying polynomials

In this method, we write the multiplicand and the multiplier in descending powers of x, arrange one under another,
multiply the multiplicand by every term of the multiplier and add.

2x2 - 3x + 4
3x2 - 2x + 1
--------------------
6x4 - 9x3 + 12x2
        -4x3 + 6x2 - 8x
                + 2x2 - 3x + 4
-------------------------------------
6x4 - 13x3 + 20x2 - 11x + 4
------------------------------------------

Note:

  1.     The set of all polynomials is closed under multiplication of polynomials, as the product of any two polynomials
        is again a polynomial.

  2.     The degree of the product = the sum of the degree of the multiplicand and the multiplier.

Try these questions

Find the products:


  1.     ( 3x2 - 5x + 4 ) ∗2x

        Answer: = ( 3x2∗2x ) + ( - 5x ∗2x ) + ( 4∗2x )

                        = 6x3 - 10 x2 + 8x


  2.     ( 6x2 - 4x + 3 )∗4 x3

        Answer: = ( 6x2∗4x3 ) + ( - 4x ∗ 4x2 ) + ( 3∗4 x2 )

                        = 24x5 - 16 x4+ 12 x3


  3.     ( 3x2- 5x + 6 ) ∗( 4x - 3 )

        Answer:                    3 x2 - 5x + 6

                                               4x - 3

                            _____________________

        Multiply with 4x: 12 x3- 20 x2+ 24x

        Multiply with -3:             - 9 x2+ 15x - 18

                                    _____________________

                                       12x3 -29x2+ 39x – 18


  4.     ( x2 + x + 1 ) ( x2 - x + 1 )

        Answer:          x2 + x + 1

                                 x2 - x + 1

                                 ________

        Multiply with x2: x4+ x3+ x2

        Multiply with -x:     - x3 - x2 - x

        Multiply with +1:     + x2 + x + 1

                                 _______________

                                 x4+ x2+ 1


  5.     ( x2 - 2x + 1 ) ∗1

        Answer: ( x2 - 2x + 1) ∗1 = x2 - 2x + 1