Internal
problem
ID
[3052]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
52
Date
solved
:
Monday, January 27, 2025 at 07:12:41 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 16
dsolve([4*x*y(x)^2+(x^2+1)*diff(y(x),x)=0,y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.171 (sec). Leaf size: 17
DSolve[{4*x*y[x]^2+(x^2+1)*D[y[x],x]==0,{y[0]==1}},y[x],x,IncludeSingularSolutions -> True]