Internal
problem
ID
[19309]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
V.
Singular
solutions.
Exercise
V
at
page
76
Problem
number
:
28
Date
solved
:
Tuesday, January 28, 2025 at 01:30:46 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _dAlembert]
✓ Solution by Maple
Time used: 0.048 (sec). Leaf size: 61
dsolve(8*diff(y(x),x)^3*x=y(x)*(12*diff(y(x),x)^2-9),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.331 (sec). Leaf size: 77
DSolve[8*D[y[x],x]^3*x==y[x]*(12*D[y[x],x]^2-9),y[x],x,IncludeSingularSolutions -> True]