Internal
problem
ID
[4935]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
335
Date
solved
:
Monday, January 27, 2025 at 09:52:40 AM
CAS
classification
:
[_rational, _Riccati]
✓ Solution by Maple
Time used: 0.146 (sec). Leaf size: 97
dsolve(2*x*(1-x)*diff(y(x),x)+x+(1-x)*y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 16.863 (sec). Leaf size: 77
DSolve[2 x(1-x)D[y[x],x]+x+(1-x)y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]