$$\begin{bmatrix} 2 & 1 & 4 & 0 \\ 0 & 2 & 1 & -1 \\ 0 & 0 & 2 & 1 \\ 0 & 0 & 0 & 2 \\ \end{bmatrix}$$
I have the following matrix, with eigenvalue 2 (multiplicity 4). I am trying to solve x' = Ax, where A is the matrix shown above.
I know that the equation can be solved as follows:
$x(t) = e^{At}x_0 = Pe^{Jt}P^{-1}x_0 $
J is the Jordan canonical form of the matrix A:
$$\begin{bmatrix} 2 & 1 & 0 & 0 \\ 0 & 2 & 1 & 0 \\ 0 & 0 & 2 & 1 \\ 0 & 0 & 0 & 2 \\ \end{bmatrix}$$
How do I go about finding the eigenvectors in order to construct P and $P^{-1}$ in order to solve for x(t)? In addition, what is $e^{Jt}$ and how do I find it?
you do not need Jordan form this time. Your matrix is of the form $A = 2I + N,$ where $N$ is the strict upper diagonal part as a square matrix, otherwise put $0.$ The two parts also commute, so $$ e^A = e^{2I} e^N $$ and $$ e^{At} = e^{2tI} e^{tN} $$ As $N$ is nilpotent, one can find the exponential from its (finite) Taylor series. Find $N, N^2, N^3.$ By my count $N^4 = 0.$
Note that the process with Jordan form is the same, you have a matrix $J = D + N$ with $N$ nilpotent, $D$ diagonal, and $DN=ND.$ The additional work is that it really is necessary to find a matrix $P$ such that $PJP^{-1} = A$ is the original matrix. Then $e^{At} = P e^{Dt} e^{Nt} P^{-1}.$ You need to find the actual matrix $P$ and its inverse.