Multiplying Polynomials: Going Deeper

Hello Mathletes! This week's class was all about expanding our knowledge of polynomial multiplication. We moved beyond the basics to explore different methods and gain a stronger conceptual understanding.

Understanding Polynomials

First, let's clarify some key terms:

  • A monomial is a number, a variable, or the product of a number and one or more variables raised to whole number powers (e.g., $5$, $x$, $-8y$, $3x^2y^4$).
  • A polynomial is a monomial or a sum of monomials. Each monomial in the expression is called a term.
  • A binomial is a polynomial with two terms.
  • A trinomial is a polynomial with three terms.

Visualizing Multiplication with Algebra Tiles

We started by using algebra tiles to multiply binomials. This visual approach helps to understand how the distributive property works. For example, to multiply $(2x + 1)(x + 3)$, we create a rectangle with sides of length $2x + 1$ and $x + 3$. The area of the rectangle, which represents the product, is found by adding the areas of the individual tiles ( $x^2$ tiles, $x$ tiles, and unit tiles).

Using algebra tiles reinforces that $(2x + 1)(x + 3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3$

The Distributive Property and FOIL

While algebra tiles are great for visualization, the distributive property provides a more efficient method for multiplying polynomials. Remember, you distribute each term of one polynomial to every term of the other.

For instance, to multiply $(2x + 1)(x + 3)$ using the distributive property:

$$ (2x + 1)(x + 3) = 2x(x + 3) + 1(x + 3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3$$

A special case of the distributive property for multiplying two binomials is the FOIL method. FOIL stands for:

  • First: Multiply the first terms of each binomial.
  • Outer: Multiply the outer terms of the expression.
  • Inner: Multiply the inner terms of the expression.
  • Last: Multiply the last terms of each binomial.

So, for $(7x - 1)(3x - 5)$:

  • First: $(7x)(3x) = 21x^2$
  • Outer: $(7x)(-5) = -35x$
  • Inner: $(-1)(3x) = -3x$
  • Last: $(-1)(-5) = 5$

Combining these gives us: $21x^2 - 35x - 3x + 5 = 21x^2 - 38x + 5$

Multiplying Polynomials with More Than Two Terms

The distributive property extends to multiplying larger polynomials as well. For example:

$(x - 3)(x^2 + 2x + 1) = x(x^2 + 2x + 1) - 3(x^2 + 2x + 1) = x^3 + 2x^2 + x - 3x^2 - 6x - 3 = x^3 - x^2 - 5x - 3$

Key Takeaways

  • Multiplying polynomials involves distributing each term of one polynomial to every term of the other.
  • Algebra tiles offer a visual way to understand the distributive property.
  • The FOIL method is a shortcut for multiplying two binomials.

Keep practicing, and you'll become a polynomial multiplication master in no time!