Notable Identities: Complete Guide with Formulas and Examples
Aug 4, 2025


Notable identities are essential tools for mathematical problem-solving. They represent equalities that are true for all values within the domain of the expression. (The identity is true for every number for which the expression is meaningful at all, but we don't need to concern ourselves with those values for which the expression would be meaningless, such as division by zero.) These mathematical truths can be thought of as different ways of writing the same thing, like how ½ and 2/4 represent the same value. Identities are easy to discover and learn, and they help us transform algebraic expressions into more manageable forms during problem-solving.
If you're not looking to study but want awesome practice problems, register for free on Mastory and create custom exercises in moments, or browse our tutorials to discover the full range of AI tools designed for math teachers!
Key Take-aways About Notable Mathematical Identities:
Identity vs. equation: Identities are true for all values (e.g., (a+b)² = a² + 2ab + b²), while equations are only true for specific values
Algebraic fundamentals: The most important formulas are the square of sum/difference and the product identity (a+b)(a-b) = a² - b²
Trigonometric foundation: sin²α + cos²α = 1 and addition formulas (sin(α+β), cos(α+β)) are essential for all trigonometric calculations
Logarithm rules: log(a·b) = log(a) + log(b) and log(a^n) = n·log(a) - logarithmic equations cannot be solved without these
Practical applications: Notable identities are used not only in math class, but also in architecture, physics, and financial calculations
Learning tip: Understanding the derivation is more important than memorization - this way formulas stick long-term
Common mistake: (a+b)² ≠ a² + b² - always remember the 2ab middle term!
What is an Identity in Mathematics?
An identity is an equality that holds true for all values of the variables (within their domain). This is fundamentally different from an equation, which is only true for specific values. For example, x² - 1 = (x-1)(x+1) is an identity because it's true for any value of x, while x² = 4 is an equation that's only satisfied when x = 2 or x = -2.
The term "notable" simply means these identities are particularly important and frequently used. Knowing them helps you simplify expressions, solve equations, and discover deeper mathematical connections.
Identities can be written as:
General form:
A ≡ B
Or simply: A = B
The key difference between an equation and an identity is that an equation asks a question ("for which x values does this hold?"), while an identity makes a statement ("this is always true").
Algebraic Notable Identities
Binomial Theorem and Squaring
Some of the most well-known identities involve squaring binomial expressions:
Square of a sum:(a+b)² = a² + 2ab + b²
Square of a difference: (a-b)² = a² - 2ab + b²
These formulas are incredibly useful for simplifying expressions. For example, to expand (x+3)²: x² + 2×x×3 + 3² = x² + 6x + 9.
You can visualize the square of a sum geometrically: an a×a square and a b×b square, plus two a×b rectangles together form the (a+b)×(a+b) square.

Product-Sum Identities
A basic but powerful identity is the "product of sum and difference":
(a+b)(a-b) = a² - b²
This formula is perfect for simplifying expressions with a difference of squares. For example, (x+5)(x-5) = x² - 25.
Other important identities include cube formulas:
(a+b)³ = a³ + 3a²b + 3ab² + b³
(a-b)³ = a³ - 3a²b + 3ab² - b³
These are special cases of the binomial theorem, which gives us a general formula for any power: (a+b)^n = Σ(k=0-n) (n!/(k!(n-k)!)) · a^(n-k) · b^k
Power Identities
The basic rules for working with powers are:
a^m · a^n = a^(m+n)
(a^m)^n = a^(m·n)
(a·b)^n = a^n · b^n
a^m / a^n = a^(m-n), where a ≠ 0
For example, x³ · x² = x^(3+2) = x^5
These identities make sense when you remember that a power just means multiplying a number by itself. Since logarithms involve finding the exponent for a given base, these identities are also essential for solving logarithmic equations. The laws of exponentiation are closely related to properties of roots and logarithms.
Trigonometric Notable Identities
Pythagorean Theorem and Basic Relationships
The foundation of trigonometry comes from right triangles and the unit circle. One of the most fundamental identities is:
sin²α + cos²α = 1
This relationship comes directly from the Pythagorean theorem when applied to the unit circle.
Other basic relationships include:
tanα = sinα / cosα
cotα = cosα / sinα
tan²α + 1 = 1/cos²α (or sec²α)
cot²α + 1 = 1/sin²α (or cosec²α)
Addition Formulas
Another important group consists of addition formulas:
sin(α+β) = sinα·cosβ + cosα·sinβ
sin(α-β) = sinα·cosβ - cosα·sinβ
cos(α+β) = cosα·cosβ - sinα·sinβ
cos(α-β) = cosα·cosβ + sinα·sinβ
tan(α+β) = (tanα + tanβ) / (1 - tanα·tanβ)
tan(α-β) = (tanα - tanβ) / (1 + tanα·tanβ)
These formulas let you calculate values for complex angles. For example, if you know sin(30°) and sin(45°), you can easily find sin(75°) using the addition formula.
Double Angle and Half Angle Formulas
Double angle formulas:
sin(2α) = 2·sinα·cosα
cos(2α) = cos²α - sin²α = 2cos²α - 1 = 1 - 2sin²α
tan(2α) = 2tanα / (1 - tan²α)
Half angle formulas:
sin(α/2) = ±√((1 - cosα) / 2)
cos(α/2) = ±√((1 + cosα) / 2)
tan(α/2) = (1 - cosα) / sinα = sinα / (1 + cosα)
These are particularly useful in integration and solving trigonometric equations. Double angle formulas help simplify complex expressions, while half angle formulas often help with complicated integrals.
Logarithm Identities
The key identities for working with logarithms are:
log(a·b) = log(a) + log(b)
log(a/b) = log(a) - log(b)
log(a^n) = n·log(a)
log_a(b) = log_c(b) / log_c(a), for any base c
These follow from the definition of logarithms and are extremely useful for solving logarithmic equations and simplifying expressions.
For example, to simplify log(2x·3y): log(2x·3y) = log(2x) + log(3y) = log(2) + log(x) + log(3) + log(y)
Additional useful logarithm identities:
log_a(1) = 0 (for any base)
log_a(a) = 1 (for any base)
log_a(b^c) = c·log_a(b)
Practical Applications and Examples
Notable identities aren't just theoretical, they're incredibly practical. Check out these examples:
Example 1: Calculate 99² mentally using (100-1)² = 100² - 2·100·1 + 1²: 99² = (100-1)² = 10000 - 200 + 1 = 9801
Example 2: Calculate (2x+3)(2x-3) using (a+b)(a-b) = a² - b²: (2x+3)(2x-3) = (2x)² - 3² = 4x² - 9
Example 3: Express sin(15°) using known angle functions. Since 15° = 45° - 30°: sin(15°) = sin(45° - 30°) = sin(45°)·cos(30°) - cos(45°)·sin(30°) = (√2/2)·(√3/2) - (√2/2)·(1/2) = √6/4 - √2/4 = (√6 - √2)/4
Example 4: Solve x² - 6x + 9 = 0 using notable identities: x² - 6x + 9 = (x - 3)² = 0, so x = 3
Example 5: Calculate log₂(8) using logarithm identities: log₂(8) = log₂(2³) = 3·log₂(2) = 3·1 = 3
In real life, these identities appear everywhere:
In architecture and engineering (Pythagorean theorem, trigonometric identities)
In physics when describing waves (harmonic oscillation, wave interference)
In financial calculations (compound interest)
In data analysis and statistics (probability calculation, sampling)
In computer graphics (rotations, reflections)
More practical examples can be found in Mastory's materials on the Fascinating World of Powers.
Effective Learning Methods for Notable Identities
To master notable identities, try these approaches:
Make connections: Understand how different identities relate to each other. For example, all forms of cos(2α) can be derived from the Pythagorean identity.
Practice derivations: Try to derive identities from basic principles. This deepens your understanding and builds mathematical thinking.
Teach others: Explaining identities to someone else strengthens your own understanding and often reveals new perspectives.
Use active recall: Instead of just reading formulas, try to recall them from memory, then check your answers. Make flashcards with the expression on one side and the expanded form on the other.
Apply what you learn: Solve problems that require using identities. Start simple and work up to more complex examples.
Visualize: Create geometric figures for algebraic identities or use graphs for trigonometric relationships. Visualization helps you understand the meaning behind the formulas.
Review regularly: Use spaced repetition, revisit previously learned identities at increasing intervals (1 day later, 3 days later, 1 week later, 2 weeks later, then monthly).
Use memory techniques: Create reminders, acronyms, or stories to help recall complex formulas. For example, remember (a+b)² = a² + 2ab + b² as the "square – double product – square" pattern.
You can also find useful learning aids in Mastory's combinatorial thinking materials.
Common Mistakes and Pitfalls
Watch out for these typical errors when working with notable identities:
Confusing squares: Many people incorrectly think (a+b)² = a² + b². The correct formula is (a+b)² = a² + 2ab + b². Check this with a simple example: (2+3)² = 25, not 13.
Sign errors: A common mistake with (a-b)² is getting the middle term's sign wrong. Remember: (a-b)² = a² - 2ab + b², with a negative middle term.
Misunderstanding powers: Many think (a+b)^n = a^n + b^n, which is only true when n=1. For example, (2+3)³ ≠ 2³ + 3³, but must be expanded using the binomial theorem.
Mixing up trigonometric formulas: Don't confuse sin(A+B) with sin(A)·sin(B). Remember that sin(A+B) = sin(A)·cos(B) + cos(A)·sin(B).
Misapplying logarithm identities: Remember that log(a+b) ≠ log(a) + log(b). Logarithms transform products into sums: log(a·b) = log(a) + log(b).
Mistakes with binomial coefficients: When using the binomial theorem, be careful with the coefficients. Pascal's triangle can help you find the right values.
Ignoring domains: Some identities only work under specific conditions. With logarithms, expressions must be positive; with roots, you need to consider non-negative conditions.
Confusing identities and equations: Remember that identities are true for all valid values, while equations are only true for specific values.
To avoid mistakes:
Make a cheat sheet of all the identities
Practice with simple examples
Check your solutions in multiple ways
Derive identities from basics when unsure
Test identities with specific numbers before applying them
Try the Mastory app and create personalized exercises in minutes, or explore our tutorials to discover all the features of this AI designed for math teachers!
Knowledge of notable identities not only helps you solve math problems but also develops your thinking skills and gives you tools useful across many scientific fields. Regular practice and understanding the connections between identities are key to mastering them.
Sources and Further Reading
Notable identities are essential tools for mathematical problem-solving. They represent equalities that are true for all values within the domain of the expression. (The identity is true for every number for which the expression is meaningful at all, but we don't need to concern ourselves with those values for which the expression would be meaningless, such as division by zero.) These mathematical truths can be thought of as different ways of writing the same thing, like how ½ and 2/4 represent the same value. Identities are easy to discover and learn, and they help us transform algebraic expressions into more manageable forms during problem-solving.
If you're not looking to study but want awesome practice problems, register for free on Mastory and create custom exercises in moments, or browse our tutorials to discover the full range of AI tools designed for math teachers!
Key Take-aways About Notable Mathematical Identities:
Identity vs. equation: Identities are true for all values (e.g., (a+b)² = a² + 2ab + b²), while equations are only true for specific values
Algebraic fundamentals: The most important formulas are the square of sum/difference and the product identity (a+b)(a-b) = a² - b²
Trigonometric foundation: sin²α + cos²α = 1 and addition formulas (sin(α+β), cos(α+β)) are essential for all trigonometric calculations
Logarithm rules: log(a·b) = log(a) + log(b) and log(a^n) = n·log(a) - logarithmic equations cannot be solved without these
Practical applications: Notable identities are used not only in math class, but also in architecture, physics, and financial calculations
Learning tip: Understanding the derivation is more important than memorization - this way formulas stick long-term
Common mistake: (a+b)² ≠ a² + b² - always remember the 2ab middle term!
What is an Identity in Mathematics?
An identity is an equality that holds true for all values of the variables (within their domain). This is fundamentally different from an equation, which is only true for specific values. For example, x² - 1 = (x-1)(x+1) is an identity because it's true for any value of x, while x² = 4 is an equation that's only satisfied when x = 2 or x = -2.
The term "notable" simply means these identities are particularly important and frequently used. Knowing them helps you simplify expressions, solve equations, and discover deeper mathematical connections.
Identities can be written as:
General form:
A ≡ B
Or simply: A = B
The key difference between an equation and an identity is that an equation asks a question ("for which x values does this hold?"), while an identity makes a statement ("this is always true").
Algebraic Notable Identities
Binomial Theorem and Squaring
Some of the most well-known identities involve squaring binomial expressions:
Square of a sum:(a+b)² = a² + 2ab + b²
Square of a difference: (a-b)² = a² - 2ab + b²
These formulas are incredibly useful for simplifying expressions. For example, to expand (x+3)²: x² + 2×x×3 + 3² = x² + 6x + 9.
You can visualize the square of a sum geometrically: an a×a square and a b×b square, plus two a×b rectangles together form the (a+b)×(a+b) square.

Product-Sum Identities
A basic but powerful identity is the "product of sum and difference":
(a+b)(a-b) = a² - b²
This formula is perfect for simplifying expressions with a difference of squares. For example, (x+5)(x-5) = x² - 25.
Other important identities include cube formulas:
(a+b)³ = a³ + 3a²b + 3ab² + b³
(a-b)³ = a³ - 3a²b + 3ab² - b³
These are special cases of the binomial theorem, which gives us a general formula for any power: (a+b)^n = Σ(k=0-n) (n!/(k!(n-k)!)) · a^(n-k) · b^k
Power Identities
The basic rules for working with powers are:
a^m · a^n = a^(m+n)
(a^m)^n = a^(m·n)
(a·b)^n = a^n · b^n
a^m / a^n = a^(m-n), where a ≠ 0
For example, x³ · x² = x^(3+2) = x^5
These identities make sense when you remember that a power just means multiplying a number by itself. Since logarithms involve finding the exponent for a given base, these identities are also essential for solving logarithmic equations. The laws of exponentiation are closely related to properties of roots and logarithms.
Trigonometric Notable Identities
Pythagorean Theorem and Basic Relationships
The foundation of trigonometry comes from right triangles and the unit circle. One of the most fundamental identities is:
sin²α + cos²α = 1
This relationship comes directly from the Pythagorean theorem when applied to the unit circle.
Other basic relationships include:
tanα = sinα / cosα
cotα = cosα / sinα
tan²α + 1 = 1/cos²α (or sec²α)
cot²α + 1 = 1/sin²α (or cosec²α)
Addition Formulas
Another important group consists of addition formulas:
sin(α+β) = sinα·cosβ + cosα·sinβ
sin(α-β) = sinα·cosβ - cosα·sinβ
cos(α+β) = cosα·cosβ - sinα·sinβ
cos(α-β) = cosα·cosβ + sinα·sinβ
tan(α+β) = (tanα + tanβ) / (1 - tanα·tanβ)
tan(α-β) = (tanα - tanβ) / (1 + tanα·tanβ)
These formulas let you calculate values for complex angles. For example, if you know sin(30°) and sin(45°), you can easily find sin(75°) using the addition formula.
Double Angle and Half Angle Formulas
Double angle formulas:
sin(2α) = 2·sinα·cosα
cos(2α) = cos²α - sin²α = 2cos²α - 1 = 1 - 2sin²α
tan(2α) = 2tanα / (1 - tan²α)
Half angle formulas:
sin(α/2) = ±√((1 - cosα) / 2)
cos(α/2) = ±√((1 + cosα) / 2)
tan(α/2) = (1 - cosα) / sinα = sinα / (1 + cosα)
These are particularly useful in integration and solving trigonometric equations. Double angle formulas help simplify complex expressions, while half angle formulas often help with complicated integrals.
Logarithm Identities
The key identities for working with logarithms are:
log(a·b) = log(a) + log(b)
log(a/b) = log(a) - log(b)
log(a^n) = n·log(a)
log_a(b) = log_c(b) / log_c(a), for any base c
These follow from the definition of logarithms and are extremely useful for solving logarithmic equations and simplifying expressions.
For example, to simplify log(2x·3y): log(2x·3y) = log(2x) + log(3y) = log(2) + log(x) + log(3) + log(y)
Additional useful logarithm identities:
log_a(1) = 0 (for any base)
log_a(a) = 1 (for any base)
log_a(b^c) = c·log_a(b)
Practical Applications and Examples
Notable identities aren't just theoretical, they're incredibly practical. Check out these examples:
Example 1: Calculate 99² mentally using (100-1)² = 100² - 2·100·1 + 1²: 99² = (100-1)² = 10000 - 200 + 1 = 9801
Example 2: Calculate (2x+3)(2x-3) using (a+b)(a-b) = a² - b²: (2x+3)(2x-3) = (2x)² - 3² = 4x² - 9
Example 3: Express sin(15°) using known angle functions. Since 15° = 45° - 30°: sin(15°) = sin(45° - 30°) = sin(45°)·cos(30°) - cos(45°)·sin(30°) = (√2/2)·(√3/2) - (√2/2)·(1/2) = √6/4 - √2/4 = (√6 - √2)/4
Example 4: Solve x² - 6x + 9 = 0 using notable identities: x² - 6x + 9 = (x - 3)² = 0, so x = 3
Example 5: Calculate log₂(8) using logarithm identities: log₂(8) = log₂(2³) = 3·log₂(2) = 3·1 = 3
In real life, these identities appear everywhere:
In architecture and engineering (Pythagorean theorem, trigonometric identities)
In physics when describing waves (harmonic oscillation, wave interference)
In financial calculations (compound interest)
In data analysis and statistics (probability calculation, sampling)
In computer graphics (rotations, reflections)
More practical examples can be found in Mastory's materials on the Fascinating World of Powers.
Effective Learning Methods for Notable Identities
To master notable identities, try these approaches:
Make connections: Understand how different identities relate to each other. For example, all forms of cos(2α) can be derived from the Pythagorean identity.
Practice derivations: Try to derive identities from basic principles. This deepens your understanding and builds mathematical thinking.
Teach others: Explaining identities to someone else strengthens your own understanding and often reveals new perspectives.
Use active recall: Instead of just reading formulas, try to recall them from memory, then check your answers. Make flashcards with the expression on one side and the expanded form on the other.
Apply what you learn: Solve problems that require using identities. Start simple and work up to more complex examples.
Visualize: Create geometric figures for algebraic identities or use graphs for trigonometric relationships. Visualization helps you understand the meaning behind the formulas.
Review regularly: Use spaced repetition, revisit previously learned identities at increasing intervals (1 day later, 3 days later, 1 week later, 2 weeks later, then monthly).
Use memory techniques: Create reminders, acronyms, or stories to help recall complex formulas. For example, remember (a+b)² = a² + 2ab + b² as the "square – double product – square" pattern.
You can also find useful learning aids in Mastory's combinatorial thinking materials.
Common Mistakes and Pitfalls
Watch out for these typical errors when working with notable identities:
Confusing squares: Many people incorrectly think (a+b)² = a² + b². The correct formula is (a+b)² = a² + 2ab + b². Check this with a simple example: (2+3)² = 25, not 13.
Sign errors: A common mistake with (a-b)² is getting the middle term's sign wrong. Remember: (a-b)² = a² - 2ab + b², with a negative middle term.
Misunderstanding powers: Many think (a+b)^n = a^n + b^n, which is only true when n=1. For example, (2+3)³ ≠ 2³ + 3³, but must be expanded using the binomial theorem.
Mixing up trigonometric formulas: Don't confuse sin(A+B) with sin(A)·sin(B). Remember that sin(A+B) = sin(A)·cos(B) + cos(A)·sin(B).
Misapplying logarithm identities: Remember that log(a+b) ≠ log(a) + log(b). Logarithms transform products into sums: log(a·b) = log(a) + log(b).
Mistakes with binomial coefficients: When using the binomial theorem, be careful with the coefficients. Pascal's triangle can help you find the right values.
Ignoring domains: Some identities only work under specific conditions. With logarithms, expressions must be positive; with roots, you need to consider non-negative conditions.
Confusing identities and equations: Remember that identities are true for all valid values, while equations are only true for specific values.
To avoid mistakes:
Make a cheat sheet of all the identities
Practice with simple examples
Check your solutions in multiple ways
Derive identities from basics when unsure
Test identities with specific numbers before applying them
Try the Mastory app and create personalized exercises in minutes, or explore our tutorials to discover all the features of this AI designed for math teachers!
Knowledge of notable identities not only helps you solve math problems but also develops your thinking skills and gives you tools useful across many scientific fields. Regular practice and understanding the connections between identities are key to mastering them.