Internal
problem
ID
[18610]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
II.
Change
of
variable.
Exercises
at
page
20
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 12:04:02 PM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_y_y1]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 30
dsolve(diff(y(x),x$2)-diff(y(x),x)^2-y(x)*diff(y(x),x)^3=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.565 (sec). Leaf size: 96
DSolve[D[y[x],{x,2}]-D[y[x],x]^2-y[x]*D[y[x],x]^3==0,y[x],x,IncludeSingularSolutions -> True]