Internal
problem
ID
[4667]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
59
Date
solved
:
Monday, January 27, 2025 at 09:30:49 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 44
dsolve(diff(y(x),x) = a0+a1*y(x)+a2*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 47.053 (sec). Leaf size: 106
DSolve[D[y[x],x]==a0+a1 y[x]+ a2 y[x]^2,y[x],x,IncludeSingularSolutions -> True]