Internal
problem
ID
[7779]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.2
THE
NATURE
OF
SOLUTIONS.
Page
9
Problem
number
:
1(h)
Date
solved
:
Tuesday, January 28, 2025 at 03:16:39 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.033 (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.371 (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]