Internal
problem
ID
[12916]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
V,
Singular
solutions.
Article
33.
Page
73
Problem
number
:
Ex
2
Date
solved
:
Tuesday, January 28, 2025 at 04:43:24 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.690 (sec). Leaf size: 138
dsolve(8*(1+diff(y(x),x))^3=27*(x+y(x))*(1-diff(y(x),x))^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 178.922 (sec). Leaf size: 58354
DSolve[8*(1+D[y[x],x])^3==27*(x+y[x])*(1-D[y[x],x])^3,y[x],x,IncludeSingularSolutions -> True]
Too large to display