- #1
glacier302
- 35
- 0
Homework Statement
Find the general solution of dX/dt = AX(t) with the initial condition X(0) = (a1,a2,a3), where A = [0 1 0, 0 0 1, -1 1 1]. (Here, a comma signifies the end of a row).
Homework Equations
The exponential of A is e^A = ∑A^k/k! from k = 0 to k = ∞.
The solution of dX/dt = AX(t) is given by X(t) = e^(tA)*X(0).
The Attempt at a Solution
I know that the first thing I have to is either find the diagonal matrix similar to A if A is diagonalizable, or a Jordan form of A (which is an upper triangular matrix) if A is not diagonalizable. Since the only eigenvalues of
A are -1 and 1 and the dimensions of both eigenspaces are 1, A is not diagonalizable. So I find the Jordan form of A: (Q^-1)AQ = [-1 0 0, 0 1 1, 0 0 1] where Q = [1 1 0, -1 1 1, 1 1 2]and Q^-1 = [1/4 -1/2 1/4,
3/4 1/2 -1/4, -1/2 0 1/2].
Now I'm stuck. I know how to find the solution if A is diagonalizable, because then we have
(Q^-1)AQ = B for some diagonal matrix B so A = QB(Q^-1) and e^tA = Q(e^tB)(Q^-1), and since B is diagonal e^tB is easy to calculate. But how do I calculate e^tB if B is only a Jordan matrix (hence upper triangular), not diagonal?
Any help would be much appreciated : )