Problem 2: (25 points) Consider the following system of differential equations:
$\frac{dx_1}{dt} = -x_1 + \frac{3}{2}x_2$
$\frac{dx_2}{dt} = -\frac{1}{6}x_1 - 2x_2$
$\vec{x}(2) = \begin{bmatrix} 1 \\ 0 \end{bmatrix}$, were, $\vec{x} = \begin{bmatrix} x_1 \\ x_2 \end{bmatrix}$.
a) Convert the given system to matrix form $\dot{X} = AX$?
b) Find the eigenvalues and eigenvectors for the matrix A? Hint: For the eigenvectors, consider the
first equation of the eigenvectors solution and assume:
$\Rightarrow \eta_2 = 1 \quad \rho_2 = 0$
c) Using the results from part b), Find the general solution x(t) for the system?
d) Applying the initial condition, find the actual solution x(t)?