QUESTION: Let A$ \in M_{n\times n} (\mathbb R)$ such that $A^2 = -A^3$. Write $e^{tA}$ as a finite sum.
I've been trying to solve this. I don't know much about the matrix exponential as my only exposure to it was this semester in my Differential Equations course. My teacher gave us this problem as a challenge.
What I've done so far:
$ A^n = -A^{n-1} $ if n is odd and $n\geqslant3$
$A^n = (-1)^{n/2}A^{3n/2}$ if n is even and $n\geqslant2$
Then I put $n=2k+1$ or $n=2k$ and it gives:
$A^n = -A^{2k}=-(-1)^kA^{3k}$ or $A^n = (-1)^k A^{3k}$
Then i tried to compute the matrix exponential(A+I+sum of even powers+sum of odd powers) to see if I would reach anywhere:
$$\sum_{n=0}^\infty \frac{(tA)^n}{n!}= I + tA + \sum_{k=0}^\infty [\frac {(-1)^kt^{2k}A^{3k}}{(2k)!} -\frac {(-1)^k t^{2k+1}A^{3k}}{(2k+1)!}]$$
Now I'm stuck....Any ideas?
$$ A^2 = -A^3 \implies A^3 = -A^2 $$
Multiply by $A$ to get $$ A^4 = -A^3 =A^2$$
Multiply by $A$ to get $$ A^5 = A^3 = -A^2$$
and $$A^6 = -A^3 = A^2$$
Thus we have $$A^{2k} = A^2$$ and $$A^{2k+1} = -A^2$$
Now you can do the rest.