Proof of commutative property in exponential matrices using power series

Click For Summary

Discussion Overview

The discussion revolves around proving the commutative property of exponential matrices, specifically the equation eA eB = eA+B, using power series expansions. Participants explore various mathematical techniques, including the binomial theorem and series manipulation, to approach the proof.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant proposes using the power series expansion eX = ∑(Xntn/n!) to express eA eB.
  • Another participant agrees that the binomial theorem is relevant and suggests starting from the opposite direction to prove the statement.
  • A method involving the manipulation of series and pulling out terms is discussed, with emphasis on the need to handle terms carefully when k ≥ 2.
  • A suggestion is made to first prove the formula for products of series before applying it to the current problem.
  • There is a correction regarding the notation used in one of the expressions, with a participant suggesting that it should be A2 instead of A.

Areas of Agreement / Disagreement

Participants generally agree on the relevance of the binomial theorem and series manipulation techniques, but there is no consensus on the specific steps to take or the correctness of certain expressions. Multiple approaches and corrections are presented without resolution.

Contextual Notes

Participants express uncertainty about manipulating series and matrices, indicating a reliance on specific mathematical properties that may not be fully established in the discussion.

Who May Find This Useful

This discussion may be useful for those interested in advanced mathematics, particularly in the context of linear algebra and matrix theory, as well as students working on related homework problems.

Paalfaal
Messages
13
Reaction score
0
I'm trying to prove eA eB = eA + B using the power series expansion eXt = [itex]\sum_{n=0}^{\infty}[/itex]Xntn/n!

and so
eA eB = [itex]\sum_{n=0}^{\infty}[/itex]An/n! [itex]\sum_{n=0}^{\infty}[/itex]Bn/n!


I think the binomial theorem is the way to go: (x + y)n = [itex]\displaystyle \binom{n}{k}[/itex] xn - k yk = [itex]\displaystyle \binom{n}{k}[/itex] yn - k xk, ie. it's only true for AB = BA.



I'm really bad at manipulating series and matrices. Could I please get some hints?
 
Last edited:
Physics news on Phys.org
You are correct that the binomial theorem will be useful. The theorem you're trying to prove IS only valid if AB = BA, so the fact that the binomial theorem breaks down otherwise is not a concern. Personally I think I would find it easier to start from the opposite direction than you

[tex]\sum_{n = 0}^\infty \frac{(A + B)^n}{n!} = \sum_{n = 0}^\infty \frac{1}{n!} \sum_{k=0}^n \left(<br /> \begin{array}{c}<br /> n \\<br /> k \\<br /> \end{array}<br /> \right) A^k B^{n-k}[/tex]
[tex]= \sum_{n = 0}^\infty \sum_{k=0}^n \frac{1}{(n-k)!(k)!}A^k B^{n-k}[/tex]

Now what I'll do is pull out all the terms where [itex]k=0[/itex] from the sum

[tex]= I \left( I + B + \frac{1}{2} B^2 + \frac{1}{6} B^3 + \ldots \right) + \sum_{n = 1}^\infty \sum_{k=1}^n \frac{1}{(n-k)!(k)!}A^k B^{n-k}[/tex]

Can you follow what I did there? Notice the lower bound on the sums changed. Let me do it for two more terms so you definitely get the idea

[tex]= I \left( I + B + \frac{1}{2} B^2 + \frac{1}{6} B^3 + \ldots \right)[/tex]
[tex]+ A \left( I + B + \frac{1}{2} B^2 + \frac{1}{6} B^3 + \ldots \right)[/tex]
[tex]+ \frac{A}{2} \left( I + B + \frac{1}{2} B^2 + \frac{1}{6} B^3 + \ldots \right)[/tex]
[tex]+ \sum_{n = 3}^\infty \sum_{k=3}^n \frac{1}{(n-k)!(k)!}A^k B^{n-k}[/tex]

Notice that after [itex]k \ge 2[/itex] we need to start pulling out factors of [itex]\frac{1}{k!}[/itex]. Okay now can you see how this process would continue? How would you write down the above idea using the sum notation instead of the [itex]\ldots[/itex] I used? Once you figure that out I think you'll be able to prove your result.
 
By the way if you're trying to write a rigorous proof, I would concentrate on proving the first statement I made where I pulled out some terms. Then you can easily pull out an A factor, and shift indices; and then work by induction.
 
It might be a good idea to first prove the formula for products of series and then use that result along with the binomial theorem to prove the result you want.
$$\bigg(\sum_{n=0}^\infty a_n\bigg)\bigg(\sum_{k=0}^\infty b_n\bigg)=\sum_{n=0}^\infty\sum_{k=0}^n a_k b_{n-k}.$$
 
kai_sikorski said:
[tex]+ \frac{A}{2} \left( I + B + \frac{1}{2} B^2 + \frac{1}{6} B^3 + \ldots \right)[/tex]

I think it should be an A2 instead of A this line..

However, it made sense now. Thank you so much! Very helpful :smile:
 
Paalfaal said:
I think it should be an A2 instead of A this line..

However, it made sense now. Thank you so much! Very helpful :smile:

You are correct.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K