Internal
problem
ID
[11896]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1897
Date
solved
:
Tuesday, January 28, 2025 at 06:24:04 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 1.619 (sec). Leaf size: 113
dsolve([diff(x(t),t,t)+diff(y(t),t,t)+diff(y(t),t)=sinh(2*t),2*diff(x(t),t,t)+diff(y(t),t,t)=2*t],singsol=all)
✓ Solution by Mathematica
Time used: 1.442 (sec). Leaf size: 118
DSolve[{D[x[t],{t,2}]+D[y[t],{t,2}]+D[y[t],t]==Sinh[2*t],2*D[x[t],{t,2}]+D[y[t],{t,2}]==2*t},{x[t],y[t]},t,IncludeSingularSolutions -> True]