Question : Solve system differential equation using Laplace transform :
$\cases{x'-3x+2y= \sin t\\4x-y'-y=\cos t\\x(0)=0,y(0)=0}$
My try :
Take Laplace we find :
$\cases{(s-3)X(s)=\frac{1}{s^2+1}-2Y(s)\\(s+1)Y(s)=4X(s)-\frac{s}{1+s^2}}$
What's the fast way to solving this system :
My work :
$Y(s)=4\frac{X(s)}{1+s}-\frac{s}{(1+s)(1+s^2)}$
we find : $X(s)=\frac{1-s}{(1+s^2)(s^2-2s+5)}$
Please If any one have ideas to solving above system tell because this killed my time in exams
First, we note that $X(s)=\frac{1-s}{(1+s^2)(s^2-2s+5)}$ has partial fraction decomposition: $$ \frac{s-5}{10\left( {{s}^{2}}-2s+5\right) }-\frac{s-3}{10\left( {{s}^{2}}+1\right) }. $$ Next, simply look up in the Inverse Laplace transform table.