The Question:
I do not understand why the Jordan Form of the matrix: $A:=\begin{pmatrix} 1 & 1 \\ -1 & 3 \end{pmatrix}$ is: $J:=\begin{pmatrix} 2 & 1 \\ 0 & 2 \end{pmatrix}$?
Here is what I have done so far:
The characteristic polynomial of $A$ is given by: $\phi(t)=t^2-4t+4$ and $v:=(1,1)$ is an eigenvector of $A$ corresponding to the eigenvalue $2$.
However my issue is that $(A-2I)v=0$, but apparently $v$ is part of a length $2$ cycle of generalised eigenvectors, how do I find the other member of this cycle of eigenvectors?
you can work backwards.
if $A$ is similar to $J,$ then there is a nonsingular matrix $P$ made up columns $u, v$ so that $$A[u,v]= [u,v]J=[u,v]\pmatrix{2&1\\0&2}$$ this is equivalent to two equations $$(A-2I)u = 0, (A-2I)v = u.$$ the vector $v$ is called the generalized eigenvector corresponding to the eigenvalue $2.$ the chain $u, v$ is called the jordan chain of length $2$ corresponding to the eigenvalue $2.$
we have $$A - 2I= \pmatrix{-1&1\\-1&1}, u = \pmatrix{1\\1}$$ to find the generalized eigenvector $v$, we will solve the system $$\pmatrix{-1&1&|&1\\-1&1&|&1}\to \pmatrix{-1&1&|&1\\0&0&|&0}$$ so $$v = \pmatrix{0\\1}$$ will do and $$\pmatrix{1&1\\-1&3}\pmatrix{1&0\\1&1}= \pmatrix{1&0\\1&1}\pmatrix{2&1\\0&2} \to \\\pmatrix{1&1\\-1&3}=\pmatrix{1&0\\1&1}\pmatrix{2&1\\0&2}\pmatrix{1&-1\\0&1} $$