Internal
problem
ID
[18764]
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
28
Problem
number
:
Ex.
4
Date
solved
:
Tuesday, January 28, 2025 at 12:15:36 PM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 27
dsolve(diff(y(x),x)+x*y(x)/(1-x^2)=x*y(x)^(1/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.226 (sec). Leaf size: 29
DSolve[D[y[x],x]+x*y[x]/(1-x^2)==x*y[x]^(1/2),y[x],x,IncludeSingularSolutions -> True]