Internal
problem
ID
[4697]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
4
Problem
number
:
94
Date
solved
:
Monday, January 27, 2025 at 09:32:09 AM
CAS
classification
:
[[_homogeneous, `class G`], _Chini]
✓ Solution by Maple
Time used: 0.320 (sec). Leaf size: 65
dsolve(diff(y(x),x) = a*x^(n/(1-n))+b*y(x)^n,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.302 (sec). Leaf size: 117
DSolve[D[y[x],x]==a*x^(n/(1-n))+b*y[x]^n,y[x],x,IncludeSingularSolutions -> True]