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