We separate variables. So $u(x,t) = T(t)X(x)$. Our equation is then $\frac{T''}{9T} = \frac{X''}{X} =- \lambda$.
So we solve the $X$ equation. We have $X'' = - \lambda X$. First consider $\lambda = \omega^2 > 0$. Then the solution is $X(x) = A\cos\omega x + B \sin \omega X$. Using the boundary conditions, we see that $A=0$, and $\omega 2 = n \pi \longrightarrow \omega = \frac{n \pi}{2}$.
Now consider negative eigenvalues. The solution will be $X(x) = A\cosh\omega x + B \sinh \omega X$. The boundary conditions clearly show that there is only a trivial solution, so we have no negative eigenvalues.
Likewise with the zero eigenvalue: the solution will be $X(x) = Ax + B$, and we can see that there is only a trivial solution. So no zero eigenvalues.
So then the eigenvalues are $\frac{n^2 \pi^2}{4}$ with eigenfunctions $X(x) = B \sin ( \frac{n \pi x}{2})$.
We can then solve the $T$ equation.
\begin{equation}
\frac{T''}{9T} = - \frac{n^2 \pi^2}{4} \longrightarrow T'' = - \frac{9 n^2 \pi^2 T}{4}
\end{equation}
So the solution is
\begin{equation}
T(t) = C\cos(3n\pi t/2) + D\ sin(3n\pi t/2)
\end{equation}
So overall the solution is:
\begin{equation}
u(x,t) = \sum_1^{\infty} \sin( \frac{n \pi x}{2}) \left( A_n\cos(3n\pi t/2) + B_n\sin(3n\pi t/2) \right)
\end{equation}
When we use the initial condition at $u(x,0)$, we see right away that $A_n = 0$. So:
\begin{equation}
u(x,t) = \sum_1^{\infty} \sin( \frac{n \pi x}{2}) B_n\sin(3n\pi t/2)
\end{equation}
\begin{equation}
u_t(x,t) = \sum_1^{\infty} \sin( \frac{n \pi x}{2}) B_n \frac{3 n \pi}{2} \cos(3n\pi t/2)
\end{equation}
Then using the other condition:
\begin{equation}
u_t(x,0) = \sum_1^{\infty} \sin( \frac{n \pi x}{2}) \frac{3 n \pi}{2} B_n = x(2-x)
\end{equation}
We then solve for the $B_n$'s:
\begin{equation}
B_n = \frac{2}{3 n \pi} \int_0^2 (2x-x^2) \sin( \frac{n \pi x}{2}) dx = -( \frac{2}{3 n \pi} ) \frac{8(\pi \sin(n \pi) + 2\cos(n \pi) - 2)}{\pi^3 n^3} =( \frac{2}{3 n \pi} ) \frac{16 ((-1)^n - 1)}{\pi^3 n^3}
\end{equation}
If n is even we see that this is zero, and if n is odd we see that this is $\frac{-64}{3 \pi^4 n^4}$
So we see that
\begin{equation}
u(x,t) = -\frac{64}{3\pi^4}\sum_{n odd}^{\infty}\frac{1}{n^4}\sin(\frac{n \pi x}{2})\sin(3n\pi t/2)
\end{equation}