Internal
problem
ID
[11883]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1884
Date
solved
:
Tuesday, January 28, 2025 at 06:23:59 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.273 (sec). Leaf size: 68
dsolve([diff(x(t),t)-x(t)+2*y(t)=0,diff(x(t),t,t)-2*diff(y(t),t)=2*t-cos(2*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.426 (sec). Leaf size: 199
DSolve[{D[x[t],t]-x[t]+2*y[t]==0,D[x[t],{t,2}]-2*D[y[t],t]==2*t-Cos[2*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]