Internal
problem
ID
[5654]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
36
Problem
number
:
1098
Date
solved
:
Monday, January 27, 2025 at 01:01:35 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 87
dsolve(3*diff(y(x),x)^5-y(x)*diff(y(x),x)+1 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.130 (sec). Leaf size: 176
DSolve[3 (D[y[x],x])^5 -y[x] D[y[x],x]+1==0,y[x],x,IncludeSingularSolutions -> True]