Internal
problem
ID
[16859]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
11.
Singular
solutions
of
differential
equations.
Exercises
page
92
Problem
number
:
267
Date
solved
:
Tuesday, January 28, 2025 at 09:35:33 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.082 (sec). Leaf size: 37
dsolve(8*diff(y(x),x)^3-12*diff(y(x),x)^2=27*(y(x)-x),y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[8*D[y[x],x]^3-12*D[y[x],x]^2==27*(y[x]-x),y[x],x,IncludeSingularSolutions -> True]
Timed out