Search

AMM problem 12451

This is AMM problem 12451 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -
Let A and B be complex n×n and n×m matrices respectively. Let 0m,n denote the m×n zero matrix and let Im denote the m×m identity matrix. Prove 

exp[AB0m,n0m,m]=[exp(A)(01exp(tA)dt)B0m,nIm]

where exp be the matrix exponential function.


Solution -
Setting 

P=[AB0m,n0m,m]

we observe that the (unique) solution of the IVP z=Pz with z(0)=z0 is precisely z(s)=exp(sP)z0 for all z0Cm+n.

Thus, it suffices to check that for all x0Cn,y0Cm, the curves

x(s)=exp(sA)x0+(01exp(stA)dt)sBy0,y(s)=y0

solve the system of differential equations

x=Ax+By,y=0

and then put s=1.

This is easily verified; with x(s) as above, we have

x(s)=Aexp(sA)x0+(01(In+stA)exp(stA)dt)By0=Aexp(sA)x0+exp(sA)By0

via integration by parts, and

Ax(s)=Aexp(sA)x0+(01sAexp(stA)dt)By0=Aexp(sA)x0+(exp(sA)In)By0=x(s)By(s)

hence completing the proof.

No comments:

Post a Comment

Infinitely many Proofs of Pythagoras' Theorem

This post is inspired by an MSE question and the brilliant answers that it received. However, it can be understood independently. Everythin...