Internal
problem
ID
[13369]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Miscellaneous
Review.
Exercises
page
60
Problem
number
:
19
Date
solved
:
Tuesday, January 28, 2025 at 05:33:04 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.107 (sec). Leaf size: 15
dsolve([4*x*y(x)*diff(y(x),x)=y(x)^2+1,y(2) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.545 (sec). Leaf size: 22
DSolve[{4*x*y[x]*D[y[x],x]==y[x]^2+1,{y[2]==1}},y[x],x,IncludeSingularSolutions -> True]