Internal
problem
ID
[18187]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
2.
First
order
equations.
Section
11
(Reduction
of
order).
Problems
at
page
87
Problem
number
:
1
(a)
Date
solved
:
Tuesday, January 28, 2025 at 11:37:34 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _exact, _nonlinear], _Liouville, [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 33
dsolve(y(x)*diff(y(x),x$2)+diff(y(x),x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.160 (sec). Leaf size: 20
DSolve[y[x]*D[y[x],{x,2}]+D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]