Algebraic Identities – A Reference for Common Patterns
An algebraic identity is an equation that's true for every value of its variables, not just some – unlike a normal equation, which is only true for specific solutions. The three identities you've been building toward across the last few pages are worth collecting together as a single reference: (a + b)² = a² + 2ab + b², (a − b)² = a² − 2ab + b², and a² − b² = (a + b)(a − b).
These three patterns show up constantly throughout algebra, and recognising them on sight – rather than re-deriving them every time – is what separates confident algebra from slow, mechanical algebra. From here on, you can treat these as tools to reach for immediately whenever an expression matches their shape.
The Three Standard Identities
Perfect square sum: (a+b)² = a²+2ab+b². Perfect square difference: (a−b)² = a²−2ab+b². Difference of squares: a²−b² = (a+b)(a−b).
(50 + 2)² = 50² + 2(50)(2) + 2² = 2500 + 200 + 4 = 2704.
Real-Life Application
- Mental arithmetic tricks: squaring numbers near a round number quickly, using the identities.
- Engineering formulas: many formulas are pre-simplified using these identities.
- Computer science: identities help simplify expressions before writing efficient code.
Key Takeaways
- An algebraic identity is true for every value of its variables.
- The three standard identities are the perfect square sum, perfect square difference, and difference of squares.
- Recognising these patterns on sight speeds up algebra significantly.
Practice: Algebraic Identities
Related Topics
Continue exploring related topics: