A1
Algebra 1 View details
4. Special Products of Polynomials
Continue to next lesson
Lesson
Exercises
Tests
Chapter 7
4. 

Special Products of Polynomials

Understanding special products in algebra, particularly those of binomials, is pivotal for various mathematical applications. These patterns simplify complex calculations, especially in real-world scenarios like determining a garden's area. The lesson sheds light on how the degree and leading coefficient of polynomial multiplication are determined. For instance, when dealing with binomials, certain patterns emerge, making calculations more intuitive. Such knowledge is invaluable for students and professionals alike, aiding in tasks ranging from architectural designs to advanced mathematical research.
Show more expand_more
Problem Solving Reasoning and Communication Error Analysis Modeling Using Tools Precision Pattern Recognition
Lesson Settings & Tools
10 Theory slides
9 Exercises - Grade E - A
Each lesson is meant to take 1-2 classroom sessions
Special Products of Polynomials
Slide of 10
The product of some specific binomials can follow certain patterns. These patterns can make calculations easier in contextual situations, such as when calculating a garden's area. This lesson will discuss some of these patterns and how the degree and leading coefficient of the multiplication of polynomials are determined.

Catch-Up and Review

Here are a few recommended readings before getting started with this lesson.

Challenge

Seeing Patterns in the Product of Binomials

Calculate the product of the following binomials.
special products
Is there a formula to calculate the product of the form (a+b)(a+b)? What about the product of the form (a-b)(a-b)? Or the product of the form (a+b)(a-b)?
Discussion

The Square of a Binomial

When a binomial is squared, the resulting expression is a perfect square trinomial.


(a + b)^2=a^2 + 2ab+b^2 (a - b)^2=a^2 - 2ab+b^2

For simplicity, depending on the sign of the binomial, these two identities can be expressed as one.


(a ± b)^2=a^2 ± 2ab+b^2

Proof

This rule will be first proven for (a+b)^2 and then for (a-b)^2.

(a+b)^2=a^2+2ab+b^2

This identity can be shown by first rewriting the square as a product.
(a + b)^2
(a + b)(a + b)
Multiply parentheses
a(a+b) + b(a + b)
a^2+ab + b(a + b)
a^2+ab + ba + b^2
a^2+ab + ab + b^2
a^2+2ab+ b^2
It has been shown that (a+b)^2=a^2+2ab+b^2.

(a-b)^2=a^2-2ab+b^2

In this case, when one term of the binomial is subtracted from the other, the middle term of the perfect square trinomial will instead be negative.
(a + b)^2
(a - b)(a - b)
Multiply parentheses
a(a-b) - b(a - b)
a^2-ab - b(a - b)
a^2-ab - ba + b^2
a^2-ab - ab + b^2
a^2-2ab+ b^2
It has been shown that (a-b)^2=a^2-2ab+b^2.
Example

Using the Square of a Binomial to Represent Areas

Izabella wants to change the decorations in her room. She has two square posters of equal size on her wall that she is thinking of changing. She wants to replace one with a poster that is 2 feet longer on each side than the current poster. The second poster will be replaced by one that is 1 foot smaller on each side.
posters
Izabella wants to find an expression in terms of the variable x for the difference between the areas. Help her find this expression. Write the answer as a polynomial in standard form.

Hint

Calculate the area of a square with side lengths x+2 feet. Then, calculate the area of a square with side lengths x-1 feet. Finally, find the difference between these areas.

Solution

The area of a square is obtained by squaring its side length. A=s^2 Consider a square of side length x feet. If the side lengths are increased by 2 feet, then the length of the new sides is x+2 feet.
Enlarging the sides of a poster by 2 feet
Therefore, the area of this new square is calculated by squaring x+2. To do this, the formula for the square of a binomial can be used.
A=(x+2)^2
A=x^2+2x(2)+2^2
Simplify right-hand side
A=x^2+2(2)x+2^2
A=x^2+2(2)(x)+4
A=x^2+4x+4
Similarly, if the side lengths are decreased by 1 foot, then the length of the new sides is x-1 feet.
reducing the sides of the other poster by 1 foot
The area of this new square is calculated by squaring x-1. Again, the formula for the square of a binomial can be used.
A=(x-1)^2
A=x^2-2x(1)+1^2
Simplify right-hand side
A=x^2-2x+1^2
A=x^2-2x+1
Finally, to find the difference of the areas in terms of x, the expression x^2-2x+1 will be subtracted from x^2+4x+4.
x^2+4x+4-(x^2-2x+1)
x^2+4x+4-x^2+2x-1
6x+3
The difference of the areas, in terms of x, is 6x+3 square feet.
Example

Representing the Area of Praça do Comércio as the Square of a Binomial

The Praça do Comércio is the astonishing main square of Lisbon, the gorgeous capital city of Portugal. Facing the Tagus River, this main court is in the shape of a square with a side length of 3x+y^2 meters.
lisbon square
External credits: Deensel
While researching the city, Izabella wonders about the area of the Praça do Comércio. Find an expression in terms of the variables x and y for the area of the main square. Write the answer as a polynomial in standard form.

Hint

The area of a square is calculated by squaring its side length.

Solution

The area of a square is calculated by squaring its side length. A=s^2 Therefore, to find the area of the Praça do Comércio, its side length 3x+y^2 must be squared. Since the expression to be squared is a binomial, the formula for the square of a binomial can be used.
(3x+y^2)^2
(3x)^2+2(3x)y^2+(y^2)^2
9x^2+2(3x)y^2+(y^2)^2
9x^2+2(3x)y^2+y^4
9x^2+6xy^2+y^4
The area of the square is 9x^2+6xy^2+y^4 square meters.
Discussion

Conjugate Binomials

If two binomials differ only in the sign of one of their terms, they are called conjugate binomials.

The binomials a+b and a-b are conjugate binomials.

Here are some examples.

Conjugate Binomials [-1em] ccc x+1 &and& x-1 3x+y &and& 3x-y x^2+2y &and& x^2-2y 2xy+10 &and& 2xy-10 3x^2y+y^3x &and& 3x^2y-y^3x
Rule

Product of a Conjugate Pair of Binomials

The product of two conjugate binomials is the difference of two squares.


(a+b)(a-b)=a^2-b^2

Proof

This identity can be proved by using the Distributive Property to multiply the binomials.
(a + b)(a - b)
a(a-b)+b(a-b)
a^2-ab+b(a-b)
a^2-ab+ba-b^2
a^2-ab+ab-b^2
a^2 - b^2
Therefore, the product of a binomial and its conjugate is the difference of two squares.
Example

Area of a Poster

After researching Praça do Comércio, Izabella decided to buy a poster of it to hang in her room. She is deciding between two posters.
vegetable garden
External credits: Rehman Abubakr, João Eduardo
One poster Izabella is interested in is a square of side length x feet. The other is a rectangle of length x+2 and width x-2 feet. Determine which shape has a greater area.
Calculate the difference between the areas.

Hint

The area of a square is calculated by squaring its side length. The area of a rectangle is calculated by multiplying the length by the width.

Solution

To determine which shape has a greater area, both areas will be calculated. The area of a square is calculated by squaring its side length. For the given square, the side length is x feet. Area of the Square x^2 ft^2 The area of a rectangle is calculated by multiplying the length by the width. For the given rectangle, the length and the width are x+2 and x-2 feet, respectively. These two expressions are conjugate binomials, so the formula for the product of a conjugate pair of binomials can be used.
(x+2)(x-2)
x^2-2^2
x^2-4
The area of the rectangle has been found. Area of the Rectangle x^2-4 ft^2 Since x^2 is greater than x^2-4, the area of the square is greater than the area of the rectangle. Finally, to find the difference, x^2-4 will be subtracted from x^2.
x^2-(x^2-4)
x^2-x^2+4
4
The difference between the areas is 4 square feet.
Example

Leading Coefficient and Degree of a Special Product

When multiplying or squaring binomials, the degree and the leading coefficient of the resulting polynomial may be of interest.
formulas
Calculate the degree and the leading coefficient of each resulting polynomial.
a (3x^3+x^2)^2
b (x^5-5x)^2
c (2x^3+1)(2x^3-1)

Hint

a Use the formula for the square of a binomial.
b Use the formula for the square of a binomial.
c Use the formula for multiplying conjugate binomials.

Solution

a To find the degree and the leading coefficient of the resulting polynomial, the formula for squaring a binomial will be used. (a+b)^2=a^2+2ab+b^2 In the given binomial, a=3x^3 and b=x^2.
(3x^3+x^2)^2
Simplify
(3x^3)^2+2(3x^3)x^2+(x^2)^2
9(x^3)^2+2(3x^3)x^2+(x^2)^2
9x^6+2(3x^3)x^2+x^4
9x^6+6x^3x^2+x^4
9x^6+6x^5+x^4
The leading coefficient is 9 and the degree is 6.
b Again, to find the degree and the leading coefficient of the resulting polynomial, the formula for squaring a binomial will be used. (a-b)^2=a^2-2ab+b^2 In the given binomial, a=x^5 and b=5x.
(x^5-5x)^2
Simplify
(x^5)^2-2x^5(5x)+(5x)^2
x^(10)-2x^5(5x)+(5x)^2
x^(10)-2(5x)x^5+(5x)^2
x^(10)-10x* x^5+(5x)^2
x^(10)-10x^6+(5x)^2
x^(10)-10x^6+25x^2
1x^(10)-10x^6+25x^2
The leading coefficient is 1 and the degree is 10.
c In this case, to find the leading coefficient and the degree of the resulting polynomial, two conjugate binomials must be multiplied. (a+b)(a-b)=a^2-b^2 Here, a=2x^3 and b=1.
(2x^3+1)(2x^3-1)
Simplify
(2x^3)^2-1^2
4(x^3)^2-1^2
4x^6-1^2
4x^6-1
The leading coefficient is 4 and the degree is 6.
Pop Quiz

Finding the Leading Coefficient and Degree of Polynomials

State the degree and the leading coefficient of the resulting polynomial after squaring the binomial or multiplying the conjugate binomials.

degree or leading coefficient
Closure

The Cube of a Binomial

The formulas seen in this lesson can be useful to derive other formulas. For example the formula for the square of a binomial can be used to obtain the formula for the cube of a binomial. (a + b)^2=a^2+ 2ab+b^2 Multiplying this equation by (a+b) will give a rule for the cube of a binomial as it creates a rule for (a+b)^3.
(a + b)^2=a^2+ 2ab+b^2
(a + b)^2(a + b)=(a^2+ 2ab+b^2)(a + b)
(a + b)(a + b)^2=(a^2+ 2ab+b^2)(a + b)
(a + b)^3=(a^2+ 2ab+b^2)(a + b)
Simplify right-hand side
(a + b)^3=a^2(a + b)+2ab(a + b)+b^2(a + b)
(a + b)^3=a^3 + a^2b+2ab(a + b)+b^2(a + b)
(a + b)^3=a^3 + a^2b+2a^2b+2ab^2+b^2(a + b)
(a + b)^3=a^3 + a^2b+2a^2b+2ab^2+ab^2 + b^3
(a + b)^3=a^3 + 3a^2b+3ab^2 + b^3
To find a rule for (a-b)^3, b can be replaced with - b in the obtained formula.
(a + b)^3=a^3 + 3a^2b+3ab^2 + b^3
(a + ( - b))^3=a^3 + 3a^2( - b)+3a( - b)^2 + ( - b)^3
Simplify
(a + (- b))^3=a^3 + (- 3a^2b)+3a(- b)^2 + (- b)^3
(a + (- b))^3=a^3 + (- 3a^2b)+3a(- b)^2 + (- b^3)
(a - b)^3=a^3 - 3a^2b+3a(- b)^2 - b^3
(a - b)^3=a^3 - 3a^2b+3ab^2 - b^3
By using the formula for the square of a binomial, two formulas for the cube of a binomial were derived. For simplicity, depending on the sign of the binomial, these two identities can be expressed as one. l(a + b)^3=a^3 + 3a^2b+3ab^2 + b^3 (a - b)^3=a^3 - 3a^2b+3ab^2 - b^3 ⇓ (a ± b)^3=a^3 ± 3a^2b+3ab^2 ± b^3
Special Products of Polynomials
Exercise 2.1
>
2
e
7
8
9
×
÷1
=
=
4
5
6
+
<
log
ln
log
1
2
3
()
sin
cos
tan
0
.
π
x
y