Internal
problem
ID
[5184]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
21
Problem
number
:
590
Date
solved
:
Tuesday, January 28, 2025 at 02:41:32 PM
CAS
classification
:
[_rational, [_Abel, `2nd type`, `class B`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 120
dsolve(x^7*y(x)*diff(y(x),x) = 2*x^2+2+5*x^3*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.383 (sec). Leaf size: 98
DSolve[x^7 y[x] D[y[x],x]==2(1+x^2)+5 x^3 y[x],y[x],x,IncludeSingularSolutions -> True]