For the differential equation:
\begin{equation} y^{(6)} - y'' \end{equation}
We assume that $y = e^{rt}$.
Therefore, we must solve the characteristic equation:
\begin{equation} r^6 - r^2 = 0 \end{equation}
We find:
$
r^6 - r^2 = 0 \implies r^2(r^4-1) \implies r^2(r^2+1)(r^2-1) = 0 \implies r^2(r^2+1)(r-1)(r+1) = 0
$
This means the roots of this equation are:
$
r_1 = 0, r_2=0, r_3=i, r_4=-i, r_5=1,r_6=-1
$
(We have a repeated root at r = 0)
So the general solution to (1) is:
\begin{equation} y(t) = c_1 + c_2t + c_3\cos{t} + c_4\sin{t} + c_5e^{t} + c_6e^{-t} \end{equation}