Internal
problem
ID
[10332]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
319
Date
solved
:
Monday, January 27, 2025 at 07:13:14 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x)*G(y),0]`]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 34
dsolve((7*x*y(x)^3+y(x)-5*x)*diff(y(x),x)+y(x)^4-5*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.205 (sec). Leaf size: 132
DSolve[-5*y[x] + y[x]^4 + (-5*x + y[x] + 7*x*y[x]^3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]