Internal
problem
ID
[4820]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
8
Problem
number
:
220
Date
solved
:
Monday, January 27, 2025 at 09:41:25 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.122 (sec). Leaf size: 39
dsolve(x*diff(y(x),x) = y(x)*f(x^m*y(x)^n),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.374 (sec). Leaf size: 186
DSolve[x D[y[x],x]==y[x] f[x^m y[x]^n] ,y[x],x,IncludeSingularSolutions -> True]