Internal
problem
ID
[5518]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
32
Problem
number
:
940
Date
solved
:
Monday, January 27, 2025 at 11:35:04 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 2.140 (sec). Leaf size: 45
dsolve(x^8*diff(y(x),x)^2+3*x*diff(y(x),x)+9*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.663 (sec). Leaf size: 130
DSolve[x^8 (D[y[x],x])^2+3 x D[y[x],x]+9 y[x]==0,y[x],x,IncludeSingularSolutions -> True]