$e^{tA}$ of A1=$\begin{pmatrix} 1 & 0 \\ -3 & 1 \\ \end{pmatrix}$

244 Views Asked by At

A1= $\begin{pmatrix} 1 & 0 \\ -3 & 1 \\ \end{pmatrix}$

I found out that it is a double root case where an eigenvalue is 1 and tried to find the other eigenvector $\vec{d}$ by writing $C1e^t\begin{pmatrix} 0 \\ 1 \\ \end{pmatrix} +C2(te^t\vec{d}+e^t\vec{d})$ which does not yield a linearly indepedent vector since $\vec{d} =\begin{pmatrix} 0 & 0 \\ -3 & 0\\ \end{pmatrix}\begin{pmatrix} a \\ b \\ \end{pmatrix}$ . thanks

In class I learnt how to diagonalize a matrix and using the fundamental matrix to find the exponent. So I am assuming I need to solve it through its fundamental matrix

1

There are 1 best solutions below

0
On BEST ANSWER

Note that $A=I+N$ with $$N=\pmatrix{0&0\\-3&0} $$ a nilpotent matrix (since $N^2=0$). It follows that for $t\in\mathbb R$, \begin{align} e^{tA} &= e^{t(I+N)}\\ &= e^{tI}e^{tN}\\ &= \pmatrix{e^t&0\\0&e^t}\left(\pmatrix{1&0\\0&1} + \pmatrix{0&0\\-3t&0}\right)\\ &= \pmatrix{e^t&0\\-3te^t&e^t}. \end{align}