Internal
problem
ID
[1190]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.5.
Page
88
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 04:43:32 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 26
dsolve(diff(y(t),t) = -b*y(t)^(1/2)+a*y(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.705 (sec). Leaf size: 55
DSolve[D[y[t],t] == -b*y[t]^(1/2)+a*y[t],y[t],t,IncludeSingularSolutions -> True]