Internal
problem
ID
[4945]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
345
Date
solved
:
Monday, January 27, 2025 at 09:53:17 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 23
dsolve(x^3*diff(y(x),x) = x^4+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.170 (sec). Leaf size: 29
DSolve[x^3 D[y[x],x]==x^4+y[x]^2,y[x],x,IncludeSingularSolutions -> True]