Internal
problem
ID
[17984]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
121
(page
179)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:25 AM
CAS
classification
:
[[_2nd_order, _exact, _nonlinear], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.104 (sec). Leaf size: 53
dsolve(x*(x*y(x)+1)*diff(y(x),x$2)+x^2*diff(y(x),x)^2+(4*x*y(x)+2)*diff(y(x),x)+y(x)^2+1=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.523 (sec). Leaf size: 84
DSolve[x*(x*y[x]+1)*D[y[x],{x,2}]+x^2*D[y[x],x]^2+(4*x*y[x]+2)*D[y[x],x]+y[x]^2+1==0,y[x],x,IncludeSingularSolutions -> True]