Internal
problem
ID
[1155]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.2.
Page
48
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 04:37:06 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 19
dsolve(diff(y(t),t) = 1/3*t*(4-y(t))*y(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.249 (sec). Leaf size: 44
DSolve[D[y[t],t]== 1/3*t*(4-y[t])*y[t],y[t],t,IncludeSingularSolutions -> True]