Polynomial Identities

Download as PDF

Polynomial identities are powerful shortcuts in algebra that help you multiply and factor expressions quickly and accurately. Think of them as special rules that are always true, turning complex problems into simpler ones and building a strong foundation for future math.

Polynomial Identities — an original Algebra911 reference diagram defining polynomial identities with its key formula and a worked example.
A Comprehensive Guide to Polynomial Identities

What Exactly Are Polynomial Identities?

A polynomial identity is an equation involving polynomials that is true for all possible values of the variables involved. Unlike a regular algebraic equation, which might only be true for one or two specific values, an identity holds true no matter what you substitute for the variables. For instance, the equation x+3=8 is only true when x=5. This is a conditional equation. However, an identity like 2(x+1)=2x+2 is true whether x is 5, 10, or 0.5. It's always true because the expression on the left is simply a different way of writing the expression on the right.

Polynomial identities are these types of universally true equations, but they specifically deal with polynomial expressions. They provide us with patterns for expanding and factoring. By learning to recognize these patterns, you can simplify your work, avoid lengthy calculations, and solve problems more efficiently. They are fundamental tools in your algebraic toolkit.

Why Do We Need to Learn Polynomial Identities?

You might wonder why you need to memorize formulas when you can just multiply polynomials out the long way. While that's true, learning identities is about working smarter, not harder. Here are the key reasons they are so important:

  • Speed and Efficiency: Identities are algebraic shortcuts. Recognizing that (3x4)2 fits a specific pattern allows you to write the answer, 9x224x+16, directly, instead of using the FOIL method, which is slower and has more room for error.
  • Advanced Factoring: Some polynomials, like x2100 or 8y3+1, are difficult or impossible to factor using basic methods. Identities like the 'Difference of Squares' or 'Sum of Cubes' are the only effective way to factor them. This is a crucial skill for solving higher-degree equations.
  • Simplifying Complex Expressions: When working with complicated rational expressions (fractions with polynomials), identities can help you factor the numerator and denominator, allowing you to cancel terms and simplify the problem dramatically.
  • Foundation for Higher Mathematics: These identities are not just a topic you'll use for one chapter and then forget. They appear constantly in Geometry, Pre-Calculus, and Calculus. Mastering them now will make future math courses much easier.

The Square of a Binomial: A Fundamental Pattern

One of the most common tasks in algebra is squaring a binomial (a polynomial with two terms). Instead of manually multiplying the binomial by itself every time, we can use an identity. There are two versions of this identity, one for addition and one for subtraction.

1. The Square of a Sum: This applies to binomials like (a+b).

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

2. The Square of a Difference: This applies to binomials like (ab).

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

The pattern for both is the same: (First term squared) + or - 2*(First term)*(Second term) + (Last term squared). The only difference is the sign of the middle term. The last term is always positive because squaring a negative number results in a positive one. The resulting trinomial, a2+2ab+b2 or a22ab+b2, is called a Perfect Square Trinomial.

Example 1

Expand the expression (3x+7)2.

Solution:
This expression matches the pattern for the Square of a Sum, (a+b)2, where a=3x and b=7.

  1. Identify 'a' and 'b': In this case, a=3x and b=7.
  2. Apply the formula a2+2ab+b2:
    a2=(3x)2=9x2
    2ab=2(3x)(7)=42x
    b2=(7)2=49
  3. Combine the terms: Putting it all together, we get 9x2+42x+49.

Final Answer: (3x+7)2=9x2+42x+49

How Do You Factor a Difference of Two Squares?

The Difference of Two Squares is a simple yet incredibly powerful identity for factoring. You can spot it anytime you see one perfect square being subtracted from another. A perfect square is any term whose variables have even exponents and whose coefficient is a perfect square number (like 1, 4, 9, 16, 25, ...).

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

This identity tells us that any difference of squares can be factored into two binomials, known as conjugates. Conjugates are pairs of binomials that are identical except for the sign between the terms (one is '+' and the other is '-'). When you multiply conjugates, the middle terms always cancel out, leaving you with the first term squared minus the second term squared.

For example, (x+5)(x5)=x25x+5x25=x225. The identity lets us go backwards, from x225 to (x+5)(x5), without any guesswork.

Example 2

Factor the expression 49y481z2.

Solution:
First, check if this fits the a2b2 pattern.

  1. Identify the first term: Is 49y4 a perfect square? Yes, because 49=72 and y4=(y2)2. So, a=49y4=7y2.
  2. Identify the second term: Is 81z2 a perfect square? Yes, because 81=92 and z2=(z)2. So, b=81z2=9z.
  3. Apply the formula (a+b)(ab): Substitute the values of a and b we found into the identity.

(7y2+9z)(7y29z)

Final Answer: The factored form of 49y481z2 is (7y2+9z)(7y29z).

How Do You Factor the Sum and Difference of Cubes?

Moving up in complexity, we have identities for factoring the sum or difference of two perfect cubes. A perfect cube is a term whose variables have exponents that are multiples of 3 and whose coefficient is a perfect cube number (like 1, 8, 27, 64, 125, ...). These formulas are a bit longer, but they follow a predictable pattern.

1. The Sum of Cubes:

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

2. The Difference of Cubes:

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

Remembering the signs in these long formulas can be tricky. A helpful mnemonic is the acronym SOAP:

  • Same: The sign in the first binomial (a±b) is the same as the sign in the original expression.
  • Opposite: The sign of the ab term in the trinomial is the opposite of the sign in the original expression.
  • Always Positive: The last term in the trinomial (+b2) is always positive.
Example 3

Factor the expression 27x364.

Solution:
This expression is a difference of two perfect cubes.

  1. Identify 'a' and 'b':
    The first term is 27x3. The cube root is 27x33=3x. So, a=3x.
    The second term is 64. The cube root is 643=4. So, b=4.
  2. Choose the correct formula: Since we have subtraction, we use the difference of cubes formula: a3b3=(ab)(a2+ab+b2).
  3. Apply the SOAP rule to build the factors:
    The first binomial has the Same sign: (3x4).
    The second factor is a trinomial. Start by squaring the first term, a2=(3x)2=9x2.
    The next term has the Opposite sign (+): ab=(3x)(4)=12x.
    The last term is Always Positive: b2=(4)2=16.
    So the trinomial is (9x2+12x+16).
  4. Combine the factors: (3x4)(9x2+12x+16).

Final Answer: (3x4)(9x2+12x+16)

Key formulas for polynomial identities by Algebra911.
Key formulas for polynomial identities by Algebra911.

Can You Expand Binomials with Higher Powers?

What if you need to find (a+b)3 or (a+b)4? Multiplying these out by hand is tedious. Fortunately, there's a beautiful pattern for expanding binomials, and it can be visualized with Pascal's Triangle. This is a triangular array of numbers where each number is the sum of the two numbers directly above it.

11112113311464115101051

Each row of Pascal's Triangle gives you the coefficients for a binomial expansion. The top row (1) is for power 0. The second row (1 1) is for power 1, the third row (1 2 1) is for power 2, and so on.

To expand (a+b)n:

  1. Find the row of Pascal's triangle that starts with 1, n. For (a+b)3, we use the row 1, 3, 3, 1.
  2. Write down the terms, with the powers of a decreasing from n down to 0, and the powers of b increasing from 0 up to n.
  3. Attach the coefficients from Pascal's Triangle to each term.

For example, let's expand (x+y)3:

  • Coefficients from triangle: 1, 3, 3, 1
  • Terms with powers: x3y0, x2y1, x1y2, x0y3
  • Combine them: 1x3y0+3x2y1+3x1y2+1x0y3
  • Simplify: x3+3x2y+3xy2+y3

This method, part of the Binomial Theorem, provides a systematic way to expand to any power without repeated multiplication.

What Are Common Mistakes with Polynomial Identities?

Identities are powerful, but small mistakes can lead to the wrong answer. Be on the lookout for these common errors:

  • The Freshman's Dream: The most frequent mistake is thinking that (a+b)2 is equal to a2+b2. This is incorrect because it completely ignores the middle term, 2ab. Always remember to include twice the product of the two terms. For example, (x+3)2=x2+6x+9, not x2+9.
  • Forgetting to Square Everything: When identifying your 'a' or 'b' term, remember to apply the exponent to the entire term, including the coefficient. For (5x2)2, the first term is (5x)2, which is 25x2, not 5x2.
  • Sign Errors with Cubes: Mixing up the signs in the sum and difference of cubes formulas is very easy to do. Use the SOAP (Same, Opposite, Always Positive) mnemonic every time until it becomes second nature.
  • Incorrectly Identifying 'a' and 'b': Before applying an identity, make sure you've found the correct 'a' and 'b'. For factoring 16x29, a=16x2=4x and b=9=3. A common error is to use a=16x or a=16x2. You must take the square root (or cube root) first.
  • Factoring a Sum of Squares: Students often try to factor a2+b2 in the same way as a2b2. Remember, a sum of two squares is generally not factorable over the real numbers. There is no simple identity for it.

Polynomial Identities: A Quick Reference Guide

Here are the key polynomial identities discussed in this lesson. It's a good idea to practice them until they are memorized.

Identity NameFormula
Square of a Sum(a+b)2=a2+2ab+b2
Square of a Difference(ab)2=a22ab+b2
Difference of Two Squaresa2b2=(a+b)(ab)
Sum of Two Cubesa3+b3=(a+b)(a2ab+b2)
Difference of Two Cubesa3b3=(ab)(a2+ab+b2)
Perfect Square Trinomial (factoring)a2+2ab+b2=(a+b)2
Perfect Square Trinomial (factoring)a22ab+b2=(ab)2

Frequently Asked Questions

What is the difference between a polynomial identity and a regular equation?

A regular equation is only true for specific values of its variables, like x+1=5 is only true for x=4. A polynomial identity is true for all possible values of its variables, like (x+1)2=x2+2x+1.

Do I have to memorize all these identities?

While you can always derive them by multiplying, memorizing the core identities (especially squares and cubes) will save you a huge amount of time and prevent errors. They are fundamental tools used in many areas of math.

How do I know which identity to use for a problem?

Look for patterns. If you see two terms that are perfect squares with a minus sign between them, think 'difference of squares'. If you are squaring a binomial, use the 'square of a sum/difference' identity. Recognizing the structure of the polynomial is the key.

Is there a formula for factoring a sum of two squares, like a² + b²?

In the system of real numbers that you use in Algebra 1 and 2, a sum of two squares like x2+9 cannot be factored. It is considered a prime polynomial. Factoring it requires using imaginary numbers, which you will learn about in more advanced courses.

What does the 'SOAP' acronym stand for in the cube formulas?

SOAP is a mnemonic to remember the signs when factoring a sum or difference of cubes. It stands for Same, Opposite, Always Positive, referring to the signs in the factored form (a±b)(a2ab+b2).

Can these identities be used for numbers, not just variables?

Yes, absolutely! They can be a great tool for mental math. For example, to calculate 992, you can think of it as (1001)2=10022(100)(1)+12=10000200+1=9801.

Where does Pascal's Triangle come from?

Pascal's Triangle is named after Blaise Pascal, but it was studied centuries earlier in India, Persia, and China. Each number in the triangle is the sum of the two numbers directly above it. It reveals many mathematical patterns, including the coefficients of binomial expansions.