Internal
problem
ID
[3040]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
39
Date
solved
:
Monday, January 27, 2025 at 07:11:10 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.198 (sec). Leaf size: 22
dsolve([x*sqrt(1-y(x))-sqrt(1-x^2)*diff(y(x),x)=0,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.250 (sec). Leaf size: 53
DSolve[{x*Sqrt[1-y[x]]-Sqrt[1-x^2]*D[y[x],x]==0,{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]