Internal
problem
ID
[10077]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
63
Date
solved
:
Monday, January 27, 2025 at 06:23:05 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 35
dsolve(diff(y(x),x) - (1+ y(x)^2)/(abs(y(x)+sqrt(1+y(x)))*sqrt(1+x)^3)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.379 (sec). Leaf size: 62
DSolve[D[y[x],x] - (1+ y[x]^2)/(Abs[y[x]+Sqrt[1+y[x]]]*Sqrt[1+x]^3)==0,y[x],x,IncludeSingularSolutions -> True]