Internal
problem
ID
[18541]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
24.
Problems
at
page
62
Problem
number
:
4
(b)
Date
solved
:
Tuesday, January 28, 2025 at 11:54:49 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 84
dsolve(diff(y(x),x)+ sqrt( (1-y(x)^2)/(1-x^2) ) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.367 (sec). Leaf size: 39
DSolve[D[y[x],x]+Sqrt[ (1-y[x]^2)/(1-x^2)]==0,y[x],x,IncludeSingularSolutions -> True]