Internal
problem
ID
[5508]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
31
Problem
number
:
929
Date
solved
:
Monday, January 27, 2025 at 11:34:24 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.238 (sec). Leaf size: 66
dsolve(x^3*diff(y(x),x)^2+x^2*y(x)*diff(y(x),x)+a = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.913 (sec). Leaf size: 57
DSolve[x^3 (D[y[x],x])^2+x^2 y[x] D[y[x],x]+a==0,y[x],x,IncludeSingularSolutions -> True]