Internal
problem
ID
[17979]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
116
(page
177)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:23 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries], [_2nd_order, _reducible, _mu_xy]]
✓ Solution by Maple
Time used: 0.042 (sec). Leaf size: 23
dsolve(n*x^3*diff(y(x),x$2)=(y(x)-x*diff(y(x),x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.107 (sec). Leaf size: 25
DSolve[n*x^3*D[y[x],{x,2}]==(y[x]-x*D[y[x],x])^2,y[x],x,IncludeSingularSolutions -> True]