Internal
problem
ID
[11885]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1886
Date
solved
:
Tuesday, January 28, 2025 at 06:24:00 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.103 (sec). Leaf size: 49
dsolve([diff(x(t),t,t)+a*y(t)=0,diff(y(t),t,t)-a^2*y(t)=0],singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 103
DSolve[{D[x[t],{t,2}]+a*y[t]==0,D[y[t],{t,2}]-a^2*y[t]==0},{x[t],y[t]},t,IncludeSingularSolutions -> True]