Internal
problem
ID
[10468]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
457
Date
solved
:
Monday, January 27, 2025 at 07:49:29 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 1.348 (sec). Leaf size: 77
dsolve(x^4*diff(y(x),x)^2-x*diff(y(x),x)-y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.526 (sec). Leaf size: 123
DSolve[-y[x] - x*D[y[x],x] + x^4*D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]