Internal
problem
ID
[10764]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
753
Date
solved
:
Tuesday, January 28, 2025 at 05:13:10 PM
CAS
classification
:
[`x=_G(y,y')`]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 38
dsolve(diff(y(x),x) = (x+1+x^4*ln(y(x)))*y(x)*ln(y(x))/x/(x+1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.225 (sec). Leaf size: 102
DSolve[D[y[x],x] == (Log[y[x]]*(1 + x + x^4*Log[y[x]])*y[x])/(x*(1 + x)),y[x],x,IncludeSingularSolutions -> True]