Internal
problem
ID
[2343]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.9.
Page
66
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 05:48:20 AM
CAS
classification
:
[_exact]
With initial conditions
✓ Solution by Maple
Time used: 0.109 (sec). Leaf size: 23
dsolve([2*t*cos(y(t))+3*t^2*y(t)+(t^3-t^2*sin(y(t))-y(t))*diff(y(t),t) = 0,y(0) = 2],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.244 (sec). Leaf size: 27
DSolve[{2*t*Cos[y[t]]+3*t^2*y[t]+(t^3-t^2*Sin[y[t]]-y[t])*D[y[t],t] == 0,y[0]==2},y[t],t,IncludeSingularSolutions -> True]