Internal
problem
ID
[18728]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
II.
Equations
of
the
first
order
and
of
the
first
degree.
Exercises
at
page
14
Problem
number
:
Ex.
2
Date
solved
:
Tuesday, January 28, 2025 at 12:12:32 PM
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.327 (sec). Leaf size: 39
DSolve[D[y[x],x]+Sqrt[ (1-y[x]^2)/(1-x^2)]==0,y[x],x,IncludeSingularSolutions -> True]