Internal
problem
ID
[11866]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1867
Date
solved
:
Monday, January 27, 2025 at 11:44:00 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.065 (sec). Leaf size: 41
dsolve([diff(x(t),t)+y(t)-t^2+6*t+1=0,diff(y(t),t)-x(t)=-3*t^2+3*t+1],singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 200
DSolve[{D[x[t],t]+y[t]-t^2+6*t+1==0,D[y[t],t]-x[t]==-3*t^2+3*t+1},{x[t],y[t]},t,IncludeSingularSolutions -> True]