Internal
problem
ID
[8549]
Book
:
Elementary
differential
equations.
Rainville,
Bedient,
Bedient.
Prentice
Hall.
NJ.
8th
edition.
1997.
Section
:
CHAPTER
16.
Nonlinear
equations.
Miscellaneous
Exercises.
Page
340
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 04:13:57 PM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.043 (sec). Leaf size: 85
dsolve(x^6*diff(y(x),x)^2=8*(2*y(x)+x*diff(y(x),x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.561 (sec). Leaf size: 122
DSolve[x^6*D[y[x],x]^2==8*(2*y[x]+x*D[y[x],x]),y[x],x,IncludeSingularSolutions -> True]