Internal
problem
ID
[8731]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 04:45:07 PM
CAS
classification
:
[`y=_G(x,y')`]
✗ Solution by Maple
dsolve(diff(y(x),x)=sqrt( 1-x^2-y(x)^2),y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[D[y[x],x]==Sqrt[ 1-x^2-y[x]^2],y[x],x,IncludeSingularSolutions -> True]
Not solved