Internal
problem
ID
[2504]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.4
separable
equations.
Excercises
page
24
Problem
number
:
17
Date
solved
:
Monday, January 27, 2025 at 05:56:06 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.010 (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.234 (sec). Leaf size: 31
DSolve[(t-Sqrt[t*y[t]])*D[y[t],t]==y[t],y[t],t,IncludeSingularSolutions -> True]