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