Internal
problem
ID
[4669]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
61
Date
solved
:
Monday, January 27, 2025 at 09:30:52 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.062 (sec). Leaf size: 73
dsolve(diff(y(x),x) = 1+a*(x-y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.567 (sec). Leaf size: 134
DSolve[D[y[x],x]==1+a*(x-y[x])*y[x],y[x],x,IncludeSingularSolutions -> True]