9.34 problem 1889

Internal problem ID [10211]
Internal file name [OUTPUT/9158_Monday_June_06_2022_06_45_53_AM_3809237/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 8, system of first order odes
Problem number: 1889.
ODE order: 1.
ODE degree: 1.

The type(s) of ODE detected by this program : "unknown" Unable to solve or complete the solution.

Unable to parse ODE.

Solution by Maple

Time used: 0.031 (sec). Leaf size: 72

dsolve([diff(x(t),t,t)+x(t)+y(t)=-5,diff(y(t),t,t)-4*x(t)-3*y(t)=-3],singsol=all)
 

\begin{align*} x \left (t \right ) &= -\frac {c_{1} {\mathrm e}^{t}}{2}-\frac {c_{2} {\mathrm e}^{-t}}{2}+\frac {c_{3} {\mathrm e}^{t}}{2}-\frac {c_{3} t \,{\mathrm e}^{t}}{2}-\frac {c_{4} {\mathrm e}^{-t} t}{2}-\frac {c_{4} {\mathrm e}^{-t}}{2}+18 \\ y \left (t \right ) &= -23+c_{1} {\mathrm e}^{t}+c_{2} {\mathrm e}^{-t}+c_{3} t \,{\mathrm e}^{t}+c_{4} {\mathrm e}^{-t} t \\ \end{align*}

Solution by Mathematica

Time used: 0.586 (sec). Leaf size: 151

DSolve[{x''[t]+x[t]+y[t]==-5,y''[t]-4*x[t]-3*y[t]==-3},{x[t],y[t]},t,IncludeSingularSolutions -> True]
 

\begin{align*} x(t)\to \frac {1}{4} e^{-t} \left (72 e^t+2 c_1 (t+1)-2 c_2 t+c_3 t-c_4 t+e^{2 t} (-2 c_1 (t-1)-2 c_2 (t-2)-c_3 t-c_4 t+c_4)-4 c_2-c_4\right ) \\ y(t)\to \frac {1}{2} e^{-t} \left (-46 e^t+(-2 c_1+2 c_2-c_3+c_4) t+e^{2 t} ((2 c_1+2 c_2+c_3+c_4) t-2 c_2+c_3)+2 c_2+c_3\right ) \\ \end{align*}