Exponential matrix problem and Putzer's formula

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
1 replies · 2K views
kamenoss
Messages
1
Reaction score
0

Homework Statement



[itex]e^{ \begin{bmatrix} \lambda_{1} & 0 \\ 1& \lambda_{2} \end{bmatrix}t }[/itex]=\begin{bmatrix} e^{\lambda_{1}t} & 0 \\
\frac{e^{\lambda_{2}t} - e^{\lambda_{1}t}}{ \lambda_{2} - \lambda_{1}} & e^{\lambda_{2}t}
\end{bmatrix}

with [itex]\lambda_{1}\neq \lambda_{2}[/itex]

Homework Equations



Could someone solve this for me?

The Attempt at a Solution



I am no good at maths... with basic knowledge of linear algebra.
It looks like [itex]\lambda_{1} , \lambda_{2}[/itex] are the eigenvalues of a matrix A that solves a differential system. All indications are pointing to Putzer's formula, but everything i have tried failed. Probably i am missing something...

Thanks in advance...
p.s.Sorry for my terrible English
 
on Phys.org
Basically you write out the definition of the exponential:
[tex] e^{x}=1+x+\frac{x^{2}}{2!}+\cdots +\frac{x^{n}}{n!}+\cdots[/tex]
To compute the LHS of your equation, you will have you figure out an equation for:
[tex] \left(<br /> \begin{array}{cc}<br /> \lambda_{1} & 0 \\<br /> 1 & \lambda_{2}<br /> \end{array}\right)^{n}[/tex]
and this will give you what you require.