We are given a condition,
$$ A^{-1} + B^{-1} = (A+B)^{-1} $$
Further, $|A| =4$ and we are asked to find the value of |B|.
I tried to simplify the LHS $$ A^{-1} + B^{-1}= B^{-1}BA^{-1} + B^{-1}AA^{-1} $$ $$ A^{-1} + B^{-1}= B^{-1}(A+B)A^{-1} $$
That only lead me to get
$$ |A+B|^2=|A||B| $$
Am stuck after this. Any help would be appreciated! Thanks.
If $A,B$ have sizes $n$ with $n > 2$, then it is impossible to determine $|B|$.
If $A,B$ have real entries and $n$ is odd, then it is impossible for $A,B$ to satisfy the given condition.
If $n = 2$ and $A,B$ have real entries, then $|B| = |A|$ must hold.
We can write $$ A^{-1} + B^{-1} = (A + B)^{-1} \iff\\ A(A^{-1} + B^{-1}) = A(A + B)^{-1} \iff\\ AA^{-1} + AB^{-1} = ((A + B)A^{-1})^{-1} \iff\\ I + AB^{-1} = (I + BA^{-1})^{-1}. $$ Writing $M = BA^{-1}$ (or equivalently $B = MA$) lets us rewrite this as $$ I + M^{-1} = (I + M)^{-1} \iff\\ (I + M)(I + M^{-1}) = I \iff\\ M + 2I + M^{-1} = I \iff\\ M + I + M^{-1} = 0 \iff\\ M^2 + M + I = 0. $$ In other words: invertible matrices $A,B$ will satisfy the given equation if and only if $B = MA$ for some (invertible) matrix $M$ with $M^2 + M + I = 0$. $M$ will satisfy this equation if and only if it is diagonalizable and its eigenvalues satisfy $\lambda^2 + \lambda + 1 = 0$. In other words, $M$ will satisfy the equation iff its eigenvalues are all equal to either of the two possibilities $\lambda = -\frac 12 \pm i\frac{\sqrt{3}}2$.
For a $2 \times 2$ real matrix, this implies that $|M| = 1$, so that $|B| = |MA| = |A|\cdot |M| = |A|$.