Internal
problem
ID
[5181]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
21
Problem
number
:
587
Date
solved
:
Monday, January 27, 2025 at 10:18:08 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 54
dsolve(8*x^3*y(x)*diff(y(x),x)+3*x^4-6*x^2*y(x)^2-y(x)^4 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.406 (sec). Leaf size: 160
DSolve[8 x^3 y[x] D[y[x],x]+3 x^4 -6 x^2 y[x]^2 -y[x]^4==0,y[x],x,IncludeSingularSolutions -> True]