Internal
problem
ID
[10720]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
709
Date
solved
:
Tuesday, January 28, 2025 at 05:07:52 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 39
dsolve(diff(y(x),x) = (2*a*x+2*a+x^3*(-y(x)^2+4*a*x)^(1/2))/(x+1)/y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.426 (sec). Leaf size: 143
DSolve[D[y[x],x] == (2*a + 2*a*x + x^3*Sqrt[4*a*x - y[x]^2])/((1 + x)*y[x]),y[x],x,IncludeSingularSolutions -> True]