Use the integral transform package and the Laplace transform method to solve the following ODEs. Confirm the solutions using the method= laplace option in the dsolve command. Plot each solution over a suitable time range that includes the steady-state regime. Extract the transient part of the solution and estimate the time interval over which it lasts.
(a) $\dot{y}+5 y=\cos (t)+e^{-t}, \quad y(0)=1$;
(b) $\ddot{y}-5 \dot{y}+6 y=0, \quad y(0)=2, \dot{y}(0)=5$;
(c) $9 \ddot{y}+6 \dot{y}+y=5, \quad y(0)=6, \dot{y}(0)=1$;
(d) $5 \ddot{y}+2 \dot{y}+y=\sin ^2(t), \quad y(0)=-3, \dot{y}(0)=1$;
(e) $\dot{x}=-4 x+y+3, \quad \dot{y}=-4 x-4 y+5, \quad x(0)=1, y(0)=-1$;
(f) $\ddot{y}+\dot{y}=2 \cos ^4(t) e^{-t}, \quad y(0)=0, \dot{y}(0)=-2$;
(g) $\ddot{y}+2 \dot{y}=t \cos (t) e^{-t}+t^2 \cos (2 t) e^{-2 t}, \quad y(0)=0, \dot{y}(0)=0$.