Internal
problem
ID
[18535]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
1.
section
5.
Problems
at
page
19
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 11:54:28 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 8
dsolve(diff(y(x),x)=1/x*sqrt(1-y(x)^2)*arcsin(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.333 (sec). Leaf size: 27
DSolve[D[y[x],x]==1/x*Sqrt[1-y[x]^2]*ArcSin[y[x]],y[x],x,IncludeSingularSolutions -> True]