Yes — adding them proves the pattern in one line.
(a + b)² + (a – b)² = (a² + 2ab + b²) + (a² – 2ab + b²)
Collect like terms: a² + a² = 2a², b² + b² = 2b², and 2ab – 2ab = 0.
2(a² + b²) = (a + b)² + (a – b)²
Test at a = 6, b = 5: 2(36 + 25) = 122 and 11² + 1² = 122 ✓
Why it happens: the cross terms are equal in size but opposite in sign, so they destroy each other. Adding the two identities is like adding the two square pictures: the strips of one fill exactly the gaps of the other.
Did you know? Because the proof uses only the two identities, it holds for negative numbers and fractions too — try a = 1⁄2, b = 1⁄3: 2(1⁄4 + 1⁄9) = 13⁄18, and (5⁄6)² + (1⁄6)² = 25⁄36 + 1⁄36 = 26⁄36 = 13⁄18 ✓