Internal
problem
ID
[8730]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 04:20:52 PM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.442 (sec). Leaf size: 146
dsolve([diff(y(x),x)=sqrt( (1+y(x))/y(x)^2),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.078 (sec). Leaf size: 123
DSolve[{D[y[x],x]==Sqrt[ (1+y[x])/y[x]^2],y[0]==1},y[x],x,IncludeSingularSolutions -> True]