Internal
problem
ID
[10200]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
187
Date
solved
:
Monday, January 27, 2025 at 06:37:44 PM
CAS
classification
:
[[_homogeneous, `class G`], _Riccati]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 59
dsolve(x^n*diff(y(x),x) - a*y(x)^2 - b*x^(2*n-2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.521 (sec). Leaf size: 202
DSolve[x^n*D[y[x],x]- a*y[x]^2 - b*x^(2*n-2)==0,y[x],x,IncludeSingularSolutions -> True]