Internal
problem
ID
[5653]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
36
Problem
number
:
1095
Date
solved
:
Monday, January 27, 2025 at 01:01:31 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.167 (sec). Leaf size: 66
dsolve(x*diff(y(x),x)^4-2*y(x)*diff(y(x),x)^3+12*x^3 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 70.298 (sec). Leaf size: 30947
DSolve[x (D[y[x],x])^4 -2 y[x] (D[y[x],x])^3+12 x^3==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display