Why is the matrix $(A^{-1}+B^{-1})$ not equal to $(A+B)^{-1}$?

  • Thread starter Thread starter alingy1
  • Start date Start date
  • Tags Tags
    Inverse Matrix
alingy1
Messages
325
Reaction score
0
Show that if A, B and A+B are invertible matrices with the same size, then
$$A(A^{-1}+B^{-1})B(A+B)^{-1}=I$$

What does the result in the first part tell you about the matrix $$(A^{-1}+B^{-1})$$?

I get the first part. Help me with the second part. My book says that the matrix $$(A^{-1}+B^{-1})$$ is not equal to $$(A+B)^{-1}$$
How did they mathematically prove that?
 
Physics news on Phys.org
alingy1 said:
My book says that the matrix $$(A^{-1}+B^{-1})$$ is not equal to $$(A+B)^{-1}$$
How did they mathematically prove that?

Multiply ##(A^{-1}+B^{-1})## with ##(A+B)##. Do you get ##I##?

ehild
 
alingy1 said:
Show that if A, B and A+B are invertible matrices with the same size, then
$$A(A^{-1}+B^{-1})B(A+B)^{-1}=I$$

What does the result in the first part tell you about the matrix $$(A^{-1}+B^{-1})$$?

I get the first part. Help me with the second part. My book says that the matrix $$(A^{-1}+B^{-1})$$ is not equal to $$(A+B)^{-1}$$
How did they mathematically prove that?

Think about it, is adding two matrices together and then taking the inverse of the resulting matrix the same as taking the inverse of the two matrices individually and summing the result? If you try this for some easy 2x2 cases you will see it does not hold.
 
Does it surprise you? For a and b numbers, \frac{1}{a}+ \frac{1}{b} is generally NOT equal to \frac{1}{a+ b}.
 
Hmmm ... the statement that ##(A^{-1} + B^{-1}) \ne (A+B)^{-1}## should be rather "obvious" for the reasons given in the other posts, but I don't quite see the why the result of the first part should make you think of it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top