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