document.write( "Question 1164528: Suppose A and B are invertible square matrices of the same size. Show that
\n" );
document.write( "(A^−1 + B^−1)^−1 = A(A + B)^−1 B \n" );
document.write( "
Algebra.Com's Answer #854345 by CPhill(2261) You can put this solution on YOUR website! To show that $(A^{-1} + B^{-1})^{-1} = A(A + B)^{-1} B$, we can use the property that two matrices are inverses if their product equals the identity matrix $I$.\r \n" ); document.write( "\n" ); document.write( "Let $X = (A^{-1} + B^{-1})$ and $Y = A(A + B)^{-1} B$. We want to prove that $Y = X^{-1}$, or equivalently, that $Y \cdot X = I$.\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "### **Proof**\r \n" ); document.write( "\n" ); document.write( "**Step 1: Set up the product $Y \cdot X$** \n" ); document.write( "Substitute the expressions for $Y$ and $X$: \n" ); document.write( "$$Y \cdot X = \left[ A(A + B)^{-1} B \right] \cdot \left[ A^{-1} + B^{-1} \right]$$\r \n" ); document.write( "\n" ); document.write( "**Step 2: Distribute the factor $B$ into the parentheses** \n" ); document.write( "We distribute $B$ into the terms inside the second bracket: \n" ); document.write( "$$Y \cdot X = A(A + B)^{-1} (B \cdot A^{-1} + B \cdot B^{-1})$$ \n" ); document.write( "Since $B \cdot B^{-1} = I$, the expression simplifies to: \n" ); document.write( "$$Y \cdot X = A(A + B)^{-1} (B A^{-1} + I)$$\r \n" ); document.write( "\n" ); document.write( "**Step 3: Distribute the factor $A$ into the expression** \n" ); document.write( "To make the terms inside the rightmost parentheses match $(A + B)$, we need to manipulate the expression. Let's factor out an $A^{-1}$ from the right side of $(B A^{-1} + I)$: \n" ); document.write( "$$(B A^{-1} + I) = (B + A)A^{-1}$$ \n" ); document.write( "Substitute this back into the equation: \n" ); document.write( "$$Y \cdot X = A(A + B)^{-1} (B + A)A^{-1}$$\r \n" ); document.write( "\n" ); document.write( "**Step 4: Simplify using the property of Inverses** \n" ); document.write( "Since $(A + B)^{-1}$ and $(B + A)$ are inverses of each other (and matrix addition is commutative, so $A+B = B+A$): \n" ); document.write( "$$(A + B)^{-1} (A + B) = I$$ \n" ); document.write( "Now the equation looks like this: \n" ); document.write( "$$Y \cdot X = A \cdot I \cdot A^{-1}$$ \n" ); document.write( "$$Y \cdot X = A \cdot A^{-1}$$\r \n" ); document.write( "\n" ); document.write( "**Step 5: Final Identity** \n" ); document.write( "$$Y \cdot X = I$$\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "### **Conclusion** \n" ); document.write( "Since multiplying $(A^{-1} + B^{-1})$ by $A(A + B)^{-1} B$ results in the identity matrix $I$, the two expressions are indeed inverses of each other. Therefore: \n" ); document.write( "$$(A^{-1} + B^{-1})^{-1} = A(A + B)^{-1} B$$ \n" ); document.write( "$\blacksquare$\r \n" ); document.write( "\n" ); document.write( "> **Insight:** This identity is the matrix version of the \"product over sum\" rule used for parallel resistors in physics: $\frac{1}{\frac{1}{R_1} + \frac{1}{R_2}} = \frac{R_1 R_2}{R_1 + R_2}$. Just remember that with matrices, the order of multiplication is crucial! \n" ); document.write( " |