Internal
problem
ID
[10080]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
66
Date
solved
:
Monday, January 27, 2025 at 06:24:09 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 40
dsolve(diff(y(x),x) - sqrt(abs(y(x)*(1-y(x))*(1-a*y(x))))/sqrt(abs(x*(1-x)*(1-a*x)))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.454 (sec). Leaf size: 81
DSolve[D[y[x],x] - Sqrt[Abs[y[x]*(1-y[x])*(1-a*y[x])]]/Sqrt[Abs[x*(1-x)*(1-a*x)]]==0,y[x],x,IncludeSingularSolutions -> True]