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