Internal
problem
ID
[4994]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
14
Problem
number
:
396
Date
solved
:
Monday, January 27, 2025 at 10:02:00 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 135
dsolve(x*diff(y(x),x)*sqrt(-a^2+x^2) = y(x)*sqrt(y(x)^2-b^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 18.123 (sec). Leaf size: 101
DSolve[x D[y[x],x] Sqrt[x^2-a^2]==y[x] Sqrt[y[x]^2-b^2],y[x],x,IncludeSingularSolutions -> True]