Internal
problem
ID
[18062]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
1.
The
Nature
of
Differential
Equations.
Separable
Equations.
Section
2.
Problems
at
page
9
Problem
number
:
1
(h)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:32 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.035 (sec). Leaf size: 27
dsolve(x*diff(y(x),x)+y(x)=diff(y(x),x)*sqrt(1-x^2*y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.369 (sec). Leaf size: 93
DSolve[x*D[y[x],x]+y[x]==D[y[x],x]*Sqrt[1-x^2*y[x]^2],y[x],x,IncludeSingularSolutions -> True]