Sigurdsson
- 24
- 1
Homework Statement
Show that
e^{tA} = I - A + e^{t}A
t \in T \ \ \ \ T \subset R
R being the set of real numbers and T some interval.
The matrix A is a projection matrix. i.e. A^2 = A
The Attempt at a Solution
First attempt at the problem involved showing that e^{tA} idempotent because of the projection matrix but soon found out that it could not be.
A^2 = A then
(tA)^2 = tA this, I think, is obvious, but then
(e^{tA})^2 = e^{2tA} \neq e^{tA} this is where I stranded first.
Second attempt involved this trick
e^{tA}e^{-tA} = I this will give us
e^{tA}e^{-tA} = I = Ie^{-ta} - Ae^{-tA} + e^{t-tA}A
= (I-A)e^{-tA} + Ae^{t(I-A)}
Now, if I differentiate this
\frac{d}{dt} I = 0 = -A(I-A)e^{-tA} + A(I-A)e^{t(I-A)}
So close, yet so far...this cannot be true cause of the exponential functions. Not unless
-A = I - A by some means.
Any ideas?