I just solved an ODE $x'=A(t)x$ which has $x(t)=e^{t/2}(-\cos t, \sin t)^T$ as a solution.
Now I want to show that the equilibrium $\bar x=0$ is unstable.
So according to my book I need to show that $\forall \epsilon >0 \ \exists \delta>0:\|x(t_0)-\bar x\|\le\delta \Rightarrow \|x(t)-\bar x\|\le \epsilon \ \forall t\ge t_0$ does not hold.
So we need a contradiciton of $$\forall \epsilon >0 \ \exists \delta>0:\|x_0\|\le\delta \Rightarrow \|e^{t/2}(-\cos t, \sin t)^T\|\le \epsilon \ \forall t\ge t_0$$
As I'm doing this for the first time, I don't know to reason it correctly. Does the instability simply follow from $ \lim_{t \to \infty}\|x(t)\| = +\infty$?
Formally, what you have to show is that $$\exists \epsilon >0 \ \forall \delta>0:\|x_0\|\le\delta \implies \|e^{t/2}(-\cos t, \sin t)^T\|\ge \epsilon \ \forall t\ge t_0$$ However, showing $\| \lim_{t \to \infty}x(t)\| = +\infty$ is sufficient for showing instability.