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