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