Internal
problem
ID
[5652]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
36
Problem
number
:
1094
Date
solved
:
Monday, January 27, 2025 at 01:01:30 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.076 (sec). Leaf size: 217
dsolve(2*diff(y(x),x)^4-y(x)*diff(y(x),x)-2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 113.923 (sec). Leaf size: 12753
DSolve[2 (D[y[x],x])^4 -y[x] D[y[x],x]-2 ==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display