Internal
problem
ID
[10270]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
257
Date
solved
:
Tuesday, January 28, 2025 at 04:26:38 PM
CAS
classification
:
[_rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 98
dsolve(x*(x*y(x)+x^4-1)*diff(y(x),x)-y(x)*(x*y(x)-x^4-1)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.292 (sec). Leaf size: 39
DSolve[x*(x*y[x]+x^4-1)*D[y[x],x]-y[x]*(x*y[x]-x^4-1)==0,y[x],x,IncludeSingularSolutions -> True]