Internal
problem
ID
[10849]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
838
Date
solved
:
Monday, January 27, 2025 at 10:14:59 PM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 42
dsolve(diff(y(x),x) = 1/25*(30*x^3+25*x^(1/2)+25*y(x)^2-20*x^3*y(x)-100*y(x)*x^(1/2)+4*x^6+40*x^(7/2)+100*x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.304 (sec). Leaf size: 48
DSolve[D[y[x],x] == (Sqrt[x] + 4*x + (6*x^3)/5 + (8*x^(7/2))/5 + (4*x^6)/25 - 4*Sqrt[x]*y[x] - (4*x^3*y[x])/5 + y[x]^2)/x,y[x],x,IncludeSingularSolutions -> True]