Internal
problem
ID
[11772]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1774
(book
6.183)
Date
solved
:
Tuesday, January 28, 2025 at 06:11:20 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.091 (sec). Leaf size: 30
dsolve(2*x^2*y(x)*diff(diff(y(x),x),x)-x^2*(diff(y(x),x)^2+1)+y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.549 (sec). Leaf size: 49
DSolve[y[x]^2 - x^2*(1 + D[y[x],x]^2) + 2*x^2*y[x]*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]