Internal
problem
ID
[18191]
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
(e)
Date
solved
:
Tuesday, January 28, 2025 at 11:37:40 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 22
dsolve(2*y(x)*diff(y(x),x$2)=1+diff(y(x),x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 34
DSolve[2*y[x]*D[y[x],{x,2}]==1+D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]