Internal
problem
ID
[2342]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.9.
Page
66
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 05:48:16 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.021 (sec). Leaf size: 7
dsolve([2*t*y(t)^3+3*t^2*y(t)^2*diff(y(t),t) = 0,y(1) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.027 (sec). Leaf size: 10
DSolve[{2*t*y[t]^3+3*t^2*y[t]^2*D[y[t],t] == 0,y[1]==1},y[t],t,IncludeSingularSolutions -> True]