Internal
problem
ID
[4969]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
13
Problem
number
:
369
Date
solved
:
Monday, January 27, 2025 at 10:00:15 AM
CAS
classification
:
[[_homogeneous, `class D`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 19
dsolve(x^4*diff(y(x),x) = (x^3+y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.163 (sec). Leaf size: 26
DSolve[x^4 D[y[x],x]==(x^3+y[x])y[x],y[x],x,IncludeSingularSolutions -> True]