Mathwords logoMathwords

Polynomial Identity — Definition, Formula & Examples

A polynomial identity is an equation between two polynomial expressions that holds true for every possible value of the variable(s). Unlike a polynomial equation you solve for specific values, an identity is always true — no matter what numbers you substitute in.

A polynomial identity is a statement of the form P(x)=Q(x)P(x) = Q(x) where PP and QQ are polynomial expressions and the equation is satisfied for all values in the domain of the variables. Equivalently, P(x)Q(x)=0P(x) - Q(x) = 0 is the zero polynomial.

How It Works

To verify a polynomial identity, you expand, simplify, or factor one or both sides until they match. You can also test specific values as a quick check, but substitution alone never proves an identity — you must show the algebraic expressions are equivalent. Common polynomial identities include the difference of squares, a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b), and the perfect square trinomials, a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a+b)^2. These identities let you factor or expand expressions instantly without performing the full multiplication each time.

Worked Example

Problem: Verify that (x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9 is a polynomial identity.
Expand the left side: Use the distributive property (FOIL) to multiply (x+3)(x+3)(x+3)(x+3).
(x+3)2=x2+3x+3x+9=x2+6x+9(x+3)^2 = x^2 + 3x + 3x + 9 = x^2 + 6x + 9
Compare both sides: The expanded left side equals x2+6x+9x^2 + 6x + 9, which is exactly the right side.
x2+6x+9=x2+6x+9x^2 + 6x + 9 = x^2 + 6x + 9 \checkmark
Answer: Since both sides simplify to the same polynomial, the equation is a valid polynomial identity — it is true for all values of xx.

Why It Matters

Polynomial identities are essential tools in Algebra 2 and precalculus for factoring complex expressions, simplifying rational expressions, and proving algebraic statements. They also appear in standardized tests (SAT, ACT) where recognizing a pattern like the difference of cubes saves significant time.

Common Mistakes

Mistake: Confusing an identity with a conditional equation. For instance, treating x24=0x^2 - 4 = 0 as an identity.
Correction: x24=0x^2 - 4 = 0 is only true when x=2x = 2 or x=2x = -2, so it is a conditional equation. An identity like x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2) is true for every value of xx.