Internal
problem
ID
[5516]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
32
Problem
number
:
938
Date
solved
:
Monday, January 27, 2025 at 11:34:55 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.304 (sec). Leaf size: 53
dsolve(4*x^5*diff(y(x),x)^2+12*x^4*y(x)*diff(y(x),x)+9 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.700 (sec). Leaf size: 75
DSolve[4 x^5 (D[y[x],x])^2+12 x^4 y[x] D[y[x],x]+9==0,y[x],x,IncludeSingularSolutions -> True]