Internal
problem
ID
[10848]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
837
Date
solved
:
Monday, January 27, 2025 at 10:13:49 PM
CAS
classification
:
[NONE]
✗ Solution by Maple
dsolve(diff(y(x),x) = -1/(-ln(x)*(y(x)^3)^(2/3)-_F1(y(x)^3+3*Ei(1,-ln(x)))*ln(x)*(y(x)^3)^(1/3)),y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[D[y[x],x] == -(-(F1[3*ExpIntegralEi[-Log[x]] + y[x]^3]*Log[x]*(y[x]^3)^(1/3)) - Log[x]*(y[x]^3)^(2/3))^(-1),y[x],x,IncludeSingularSolutions -> True]
Not solved