Internal
problem
ID
[5517]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
32
Problem
number
:
939
Date
solved
:
Monday, January 27, 2025 at 11:35:02 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 85
dsolve(x^6*diff(y(x),x)^2-2*x*diff(y(x),x)-4*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.573 (sec). Leaf size: 128
DSolve[x^6 (D[y[x],x])^2-2 x D[y[x],x]-4 y[x]==0,y[x],x,IncludeSingularSolutions -> True]