Internal
problem
ID
[2332]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.4.
Page
24
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 05:47:24 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 19
dsolve((t-sqrt(t*y(t)))*diff(y(t),t)=y(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.207 (sec). Leaf size: 31
DSolve[(t-Sqrt[t*y[t]])*D[y[t],t]==y[t],y[t],t,IncludeSingularSolutions -> True]