Proof of (A+B)^2 = A^2 + 2AB + B^2 for Matrix Algebra

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 4K views
Kavorka
Messages
95
Reaction score
0
This problem is so simple that I'm not exactly sure what they want you to do:

Let A and B be n x n matrices such that AB = BA. Show that (A + B)^2 = A^2 + 2AB + B^2. Conclude that (I + A)^2 = I + 2A + A^2.

We don't need to list properties or anything, just manipulate. This all seems self-evident from the distributive property, and showing that I^2 = I.
 
Physics news on Phys.org
So AB = BA
(A+B)(A+B) = A^2 + 2AB + B^2
AI=IA=A
II = I
(I+A)(I+A) = I^2 + 2AI + A^2 = I + 2A + A^2

Would this probably be what they're looking for? Not sure how much more in detail I can go
 
Kavorka said:
So AB = BA
(A+B)(A+B) = A^2 + 2AB + B^2
I think you need some more detail here. Is it important that AB = BA in your proof?
Kavorka said:
AI=IA=A
II = I
(I+A)(I+A) = I^2 + 2AI + A^2 = I + 2A + A^2
I think you need some more detail here as well, particularly in how you expand (I + A)(I + A).
Kavorka said:
Would this probably be what they're looking for? Not sure how much more in detail I can go
 
Kavorka said:
So AB = BA
(A+B)(A+B) = A^2 + 2AB + B^2
AI=IA=A
II = I
(I+A)(I+A) = I^2 + 2AI + A^2 = I + 2A + A^2

Would this probably be what they're looking for? Not sure how much more in detail I can go

First of all, great name. Then, like Mark said, just expand the product term-by-term, without grouping.