Internal
problem
ID
[3003]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
22
Date
solved
:
Tuesday, January 28, 2025 at 02:38:59 PM
CAS
classification
:
[_rational, _Bernoulli]
With initial conditions
✓ Solution by Maple
Time used: 0.559 (sec). Leaf size: 43
dsolve([(1-x^2)*diff(y(x),x)+x*y(x)=x*(1-x^2)*sqrt(y(x)),y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.270 (sec). Leaf size: 130
DSolve[{(1-x^2)*D[y[x],x]+x*y[x]==x*(1-x^2)*Sqrt[y[x]],{y[0]==1}},y[x],x,IncludeSingularSolutions -> True]