Internal
problem
ID
[14111]
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(g)
Date
solved
:
Tuesday, January 28, 2025 at 06:14:36 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.469 (sec). Leaf size: 50
dsolve([3*diff(x(t),t)+2*diff(y(t),t)=sin(t),diff(x(t),t)-2*diff(y(t),t)=x(t)+y(t)+t],singsol=all)
✓ Solution by Mathematica
Time used: 0.144 (sec). Leaf size: 266
DSolve[{D[x[t],t]+2*D[y[t],t]==Sin[t],D[x[t],t]-2*D[y[t],t]==x[t]+y[t]+t},{x[t],y[t]},t,IncludeSingularSolutions -> True]