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