Internal
problem
ID
[10045]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 06:19:25 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 23
dsolve(diff(y(x),x) - a*x^n*(y(x)^2+1)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.381 (sec). Leaf size: 52
DSolve[D[y[x],x] - a*x^n*(y[x]^2+1)==0,y[x],x,IncludeSingularSolutions -> True]