Source codeVideos

Command Palette

Search for a command to run...

Polynomial

Polynomial Identity

What is a Polynomial Identity?

Have you ever seen a mathematical equation that is always true, no matter what value we substitute for the variable? That's called an identity. Well, a Polynomial Identity is an identity that involves polynomial forms.

Unlike a regular equation which is only true for specific variable values (for example, x+2=5x + 2 = 5 is only true if x=3x=3), a polynomial identity holds true for all possible values of the variable.

Commonly Used Polynomial Identities

Here are some important and frequently encountered polynomial identities:

a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2
(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
(a+b)3=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3
(ab)3=a33a2b+3ab2b3(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3

These identities are very useful for simplifying or factoring polynomial expressions.

Proving an Equation is an Identity

How do we know if an equation is truly an identity or not?

  1. How to Prove (If it IS an identity):

    We must show that the expression on the left-hand side of the equation is always equal to the expression on the right-hand side after simplification. This is done by expanding one side (usually the more complex one) using algebraic operations until its form exactly matches the other side.

  2. How to Disprove (If it is NOT an identity):

    Simply find one example value for the variable that makes the left-hand side not equal to the right-hand side. If we can find just one value that makes the equation false, then it is not an identity.

Proving Identities: Examples

Prove whether the following equations are polynomial identities or not.

  1. (2x2y2)2=4x44x2y2+y4(2x^2 - y^2)^2 = 4x^4 - 4x^2y^2 + y^4
  2. (2a5)(2a+5)=4a220a+25(2a - 5)(2a + 5) = 4a^2 - 20a + 25

Solution:

  1. We will expand the left-hand side using the identity (AB)2=A22AB+B2(A - B)^2 = A^2 - 2AB + B^2, with A=2x2A = 2x^2 and B=y2B = y^2.

    (2x2y2)2=(2x2)22(2x2)(y2)+(y2)2(2x^2 - y^2)^2 = (2x^2)^2 - 2(2x^2)(y^2) + (y^2)^2
    =4x44x2y2+y4= 4x^4 - 4x^2y^2 + y^4

    Since the result of expanding the left-hand side (4x44x2y2+y44x^4 - 4x^2y^2 + y^4) is exactly the same as the right-hand side, this equation is proven to be a polynomial identity.

  2. Let's substitute one value for the variable, for instance a=0a = 0, into both sides.

    • Left-Hand Side:

      (2a5)(2a+5)=(2(0)5)(2(0)+5)(2a - 5)(2a + 5) = (2(0) - 5)(2(0) + 5)
      =(05)(0+5)= (0 - 5)(0 + 5)
      =(5)(5)= (-5)(5)
      =25= -25
    • Right-Hand Side:

      4a220a+25=4(0)220(0)+254a^2 - 20a + 25 = 4(0)^2 - 20(0) + 25
      =4(0)0+25= 4(0) - 0 + 25
      =00+25= 0 - 0 + 25
      =25= 25

    Since for a=0a = 0, the left-hand side (25-25) is not equal to the right-hand side (2525), this equation is not a polynomial identity.

    Actually, the correct identity for (2a5)(2a+5)(2a-5)(2a+5) is (2a)252=4a225(2a)^2 - 5^2 = 4a^2 - 25, using the identity (AB)(A+B)=A2B2(A-B)(A+B) = A^2-B^2.

Exercise

Prove whether each of the following polynomial equations is a polynomial identity or not.

  1. (2m3)3=8m327(2m - 3)^3 = 8m^3 - 27
  2. (2x3)2+5=4x212x+14(2x - 3)^2 + 5 = 4x^2 - 12x + 14

Answer Key

  1. Let's test with the value m=1m = 1.

    • Left-Hand Side:

      (2m3)3=(2(1)3)3(2m - 3)^3 = (2(1) - 3)^3
      =(23)3= (2 - 3)^3
      =(1)3= (-1)^3
      =1= -1
    • Right-Hand Side:

      8m327=8(1)3278m^3 - 27 = 8(1)^3 - 27
      =8(1)27= 8(1) - 27
      =827= 8 - 27
      =19= -19

    Since for m=1m=1, the left-hand side (1-1) \neq the right-hand side (19-19), this equation is not a polynomial identity.

    The correct identity is (2m3)3=(2m)33(2m)2(3)+3(2m)(3)233=8m336m2+54m27(2m-3)^3 = (2m)^3 - 3(2m)^2(3) + 3(2m)(3)^2 - 3^3 = 8m^3 - 36m^2 + 54m - 27.

  2. We will expand the left-hand side using the identity (AB)2=A22AB+B2(A - B)^2 = A^2 - 2AB + B^2, with A=2xA = 2x and B=3B = 3.

    (2x3)2+5=[(2x)22(2x)(3)+(3)2]+5(2x - 3)^2 + 5 = [(2x)^2 - 2(2x)(3) + (3)^2] + 5
    =[4x212x+9]+5= [4x^2 - 12x + 9] + 5
    =4x212x+9+5= 4x^2 - 12x + 9 + 5
    =4x212x+14= 4x^2 - 12x + 14

    Since the result of expanding the left-hand side (4x212x+144x^2 - 12x + 14) is exactly the same as the right-hand side, this equation is proven to be a polynomial identity.