Internal
problem
ID
[4674]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
66
Date
solved
:
Monday, January 27, 2025 at 09:31:03 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 35
dsolve(diff(y(x),x) = x+(1-2*x)*y(x)-(1-x)*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.186 (sec). Leaf size: 30
DSolve[D[y[x],x]==x+(1-2 x)y[x]-(1-x)y[x]^2,y[x],x,IncludeSingularSolutions -> True]