Internal
problem
ID
[5310]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
720
Date
solved
:
Tuesday, January 28, 2025 at 02:41:45 PM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.118 (sec). Leaf size: 61
dsolve(f(x)*y(x)^m*diff(y(x),x)+g(x)*y(x)^(m+1)+h(x)*y(x)^n = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 12.490 (sec). Leaf size: 187
DSolve[f[x] y[x]^m D[y[x],x]+ g[x] y[x]^(m+1)+ h[x] y[x]^n==0,y[x],x,IncludeSingularSolutions -> True]