Internal
problem
ID
[10630]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
619
Date
solved
:
Tuesday, January 28, 2025 at 05:00:23 PM
CAS
classification
:
[`x=_G(y,y')`]
✓ Solution by Maple
Time used: 0.099 (sec). Leaf size: 81
dsolve(diff(y(x),x) = 6*y(x)/(8*y(x)^4+9*y(x)^3+12*y(x)^2+6*y(x)-F(-1/3*y(x)^4-1/2*y(x)^3-y(x)^2-y(x)+x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.438 (sec). Leaf size: 330
DSolve[D[y[x],x] == (6*y[x])/(-F[x - y[x] - y[x]^2 - y[x]^3/2 - y[x]^4/3] + 6*y[x] + 12*y[x]^2 + 9*y[x]^3 + 8*y[x]^4),y[x],x,IncludeSingularSolutions -> True]