Internal
problem
ID
[5320]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
730
Date
solved
:
Tuesday, January 28, 2025 at 02:41:51 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.032 (sec). Leaf size: 27
dsolve(x*(1-sqrt(x^2-y(x)^2))*diff(y(x),x) = y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.471 (sec). Leaf size: 29
DSolve[x*(1-Sqrt[x^2-y[x]^2])*D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]