Internal
problem
ID
[5276]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
24
Problem
number
:
685
Date
solved
:
Monday, January 27, 2025 at 10:56:04 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.944 (sec). Leaf size: 139
dsolve((3*x^2+2*y(x)^2)*y(x)*diff(y(x),x)+x^3 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.171 (sec). Leaf size: 253
DSolve[(3*x^2+2*y[x]^2)*y[x]*D[y[x],x]+x^3==0,y[x],x,IncludeSingularSolutions -> True]