Anjurie-avatar

Linear Algebra: Vectors

Show that |a+b|^2 + |a-b|^2 = 2|a|^2 +|b|^2
over 9 years ago
0%

3 replies

about 8 years ago
Finguine_L-avatar
|a-b|^2 will expand just like (a-b)^2. |a+b|^2 will provide two reulsts. one would be (a+b)^2 and would be -(a+b)^2. Adding these two will generate right side of equation.
about 8 years ago
Benny_BB-avatar
Right hand side in equation is wrong. It is 2(|a|^2 +|b|^2).
about 8 years ago
Anita_fj-avatar
In this simple linear algebra problem, take left side of equation ​ |a+b|^2 + |a-b|^2 |a+b|^2 = |a|^2 + |b|^2 + 2|a||b| either a>=b or a<b |a-b|^2 = |a|^2 + |b|^2 - 2|a||b| either a>=b or a<b ​ Add these two and result is: ​ 2(|a|^2+|b|^2) = Right hand side