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