Internal
problem
ID
[4742]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
5
Problem
number
:
142
Date
solved
:
Monday, January 27, 2025 at 09:36:08 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 51
dsolve(x*diff(y(x),x) = sqrt(a^2-x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.031 (sec). Leaf size: 42
DSolve[x D[y[x],x]==Sqrt[a^2-x^2],y[x],x,IncludeSingularSolutions -> True]