Internal
problem
ID
[14109]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
6.4
Reduction
to
a
single
ODE.
Problems
page
415
Problem
number
:
Problem
4(e)
Date
solved
:
Tuesday, January 28, 2025 at 06:14:34 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.055 (sec). Leaf size: 44
dsolve([5*diff(x(t),t)-3*diff(y(t),t)=x(t)+y(t),3*diff(x(t),t)-diff(y(t),t)=t],singsol=all)
✓ Solution by Mathematica
Time used: 0.084 (sec). Leaf size: 179
DSolve[{5*D[x[t],t]-3*D[y[t],t]==x[t]+y[t],3*D[x[t],t]-D[y[t],t]==t},{x[t],y[t]},t,IncludeSingularSolutions -> True]