Second order system DE $$\tag 1 x_1''=k(x_2-2x_1) $$ $$\tag 2 x_2''=k(x_1-2x_2+x_3)$$ $$\tag 3 x_3''=k(x_2-2x_3)$$ With $\vec x(0)=(x_1,x_2,x_3)=(3,0,1) \;\;\; \vec x'(0)=(x_1',x_2',x_3')=(0,0,0)$
I understand that one version is to make use of $p_i=x_i'$ making a new vector $\vec y =(x_1,x_2,x_3,x_1',x_2',x_3')$ $$\vec y'=A\vec y$$
But a $6×6$ matrix feels incredibly unpalletable for an exam. Any tips would be welcome.
You could try using Laplace transform methods. You'll have $3$ equations to solve for $X_1= \mathcal{L}\{x_1\}$, $X_2= \mathcal{L}\{x_2\}$, and $X_3= \mathcal{L}\{x_3\}$.