Internal
problem
ID
[2300]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
9
Problem
number
:
2
Date
solved
:
Monday, January 27, 2025 at 05:44:57 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 33
dsolve(t^(1/2)*sin(t)*y(t)+diff(y(t),t) = 0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.054 (sec). Leaf size: 66
DSolve[t^(1/2)*Sin[t]*y[t]+D[y[t],t] == 0,y[t],t,IncludeSingularSolutions -> True]