Internal
problem
ID
[4662]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
2
Problem
number
:
54
Date
solved
:
Monday, January 27, 2025 at 09:30:40 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 23
dsolve(diff(y(x),x) = a+b*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 10.050 (sec). Leaf size: 68
DSolve[D[y[x],x]==a+b y[x]^2,y[x],x,IncludeSingularSolutions -> True]