Internal
problem
ID
[11766]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
6,
non-linear
second
order
Problem
number
:
1768
(book
6.177)
Date
solved
:
Tuesday, January 28, 2025 at 06:11:18 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.246 (sec). Leaf size: 55
dsolve(x*y(x)*diff(diff(y(x),x),x)+(a*x/(b^2-x^2)^(1/2)-x)*diff(y(x),x)^2-y(x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 9.039 (sec). Leaf size: 54
DSolve[-(y[x]*D[y[x],x]) + (-x + (a*x)/Sqrt[b^2 - x^2])*D[y[x],x]^2 + x*y[x]*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]