Internal
problem
ID
[10565]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
554
Date
solved
:
Monday, January 27, 2025 at 09:05:44 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.250 (sec). Leaf size: 40
dsolve(x^(n-1)*diff(y(x),x)^n-n*x*diff(y(x),x)+y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.112 (sec). Leaf size: 54
DSolve[y[x] - n*x*D[y[x],x] + x^(-1 + n)*D[y[x],x]^n==0,y[x],x,IncludeSingularSolutions -> True]