# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/polynomial/polynomial-identity
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/polynomial/polynomial-identity/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Polynomial Identity",
  description: "Explore key polynomial identities like binomial squares and sum of cubes. Master these formulas to simplify expressions and solve equations efficiently.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/04/2025",
  subject: "Polynomial",
};
## 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,  is only true if ), 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:
  
  
  
  
  
  
  
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. 
2. 
**Solution:**
1. We will expand the left-hand side using the identity , with  and .
   
     
     
   
   Since the result of expanding the left-hand side () 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 , into both sides.
   - **Left-Hand Side:**
     
       
       
       
       
     
   - **Right-Hand Side:**
     
       
       
       
       
     
   Since for , the left-hand side () is not equal to the right-hand side (), this equation is **not a polynomial identity**.
   Actually, the correct identity for  is , using the identity .
## Exercise
Prove whether each of the following polynomial equations is a polynomial identity or not.
1. 
2. 
### Answer Key
1. Let's test with the value .
   - **Left-Hand Side:**
     
       
       
       
       
     
   - **Right-Hand Side:**
     
       
       
       
       
     
   Since for , the left-hand side ()  the right-hand side (), this equation is **not a polynomial identity**.
   
   The correct identity is .
2. We will expand the left-hand side using the identity , with  and .
   
     
     
     
     
   
   Since the result of expanding the left-hand side () is exactly the same as the right-hand side, this equation is **proven to be a polynomial identity**.