Taylor expansion for matrix logarithm

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
Backpacker
Messages
9
Reaction score
0
A paper I'm reading states the that: for positive hermitian matrices A and B, the Taylor expansion of [itex]\log(A+tB)[/itex] at t=0 is

[itex]\log(A+tB)=\log(A) + t\int_0^\infty \frac{1}{B+zI}A \frac{1}{B+zI} dz + \mathcal{O}(t^2).[/itex]

However, there is no source or proof given, and I cannot seem to find a derivation of this identity anywhere! Any help would be appreciated. Thanks.
 
Last edited:
Physics news on Phys.org
Backpacker said:
A paper I'm reading states the that: for positive hermitian matrices A and B, the Taylor expansion of [itex]\log(A+tB)[/itex] at t=0 is

[itex]\log(A+tB)=\log(A) + t\int_0^\infty \frac{1}{B+zI}A \frac{1}{B+zI} dz + \mathcal{O}(t^2).[/itex]

However, there is no source or proof given, and I cannot seem to find a derivation of this identity anywhere! Any help would be appreciated. Thanks.

Welcome to PF, Backpacker! :smile:

I don't recognize your formula, but:

$$\log(A+tB)=\log(A(I+tA^{-1}B)= \log A + \log(I+tA^{-1}B) = \log A + tA^{-1}B + \mathcal{O}(t^2)$$
 
I like Serena said:
$$\log(A(I+tA^{-1}B)= \log A + \log(I+tA^{-1}B) $$
This doesn't seem quite right, unless ## A ## and ## B ## commute.