Internal
problem
ID
[14009]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
4,
Second
and
Higher
Order
Linear
Differential
Equations.
Problems
page
221
Problem
number
:
Problem
19(e)
Date
solved
:
Tuesday, January 28, 2025 at 06:12:29 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.055 (sec). Leaf size: 39
dsolve((1-y(x))*diff(y(x),x$2)-diff(y(x),x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.563 (sec). Leaf size: 49
DSolve[(1-y[x])*D[y[x],{x,2}]- D[y[x],x]^2==0,y[x],x,IncludeSingularSolutions -> True]