Internal
problem
ID
[2510]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.9.
Exact
equations.
Excercises
page
66
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 05:56:34 AM
CAS
classification
:
[_exact]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 19
dsolve((2*t*sin(y(t))+y(t)^3*exp(t))+(t^2*cos(y(t))+3*y(t)^2*exp(t))*diff(y(t),t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.447 (sec). Leaf size: 22
DSolve[(2*t*Sin[y[t]]+y[t]^3*Exp[t])+(t^2*Cos[y[t]]+3*y[t]^2*Exp[t])*D[y[t],t]==0,y[t],t,IncludeSingularSolutions -> True]