Internal
problem
ID
[4664]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
56
Date
solved
:
Monday, January 27, 2025 at 09:30:43 AM
CAS
classification
:
[_Riccati]
✓ Solution by Maple
Time used: 0.019 (sec). Leaf size: 85
dsolve(diff(y(x),x) = a+b*x+c*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.203 (sec). Leaf size: 143
DSolve[D[y[x],x]==a+b x+c y[x]^2,y[x],x,IncludeSingularSolutions -> True]