Internal
problem
ID
[2945]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
9,
page
38
Problem
number
:
9
Date
solved
:
Tuesday, January 28, 2025 at 02:38:54 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.071 (sec). Leaf size: 27
dsolve((x-x*sqrt(x^2-y(x)^2))*diff(y(x),x)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.530 (sec). Leaf size: 29
DSolve[(x-x*Sqrt[x^2-y[x]^2])*D[y[x],x]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]