Internal
problem
ID
[2847]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 06:19:47 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 34
dsolve(sqrt(1-x^2)+sqrt(1-y(x)^2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.525 (sec). Leaf size: 55
DSolve[Sqrt[1-x^2]+Sqrt[1-y[x]^2]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]