Internal
problem
ID
[17964]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
93
(page
135)
Date
solved
:
Tuesday, January 28, 2025 at 11:18:39 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 75
dsolve(y(x)^2*(diff(y(x),x)-1)=(2-diff(y(x),x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.399 (sec). Leaf size: 73
DSolve[y[x]^2*(D[y[x],x]-1)==(2-D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]