Internal
problem
ID
[1182]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.5.
Page
88
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 04:39:37 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 20
dsolve(diff(y(x),x) = a*y(x)+b*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.729 (sec). Leaf size: 45
DSolve[D[y[x],x]== a*y[x]+b*y[x]^2,y[x],x,IncludeSingularSolutions -> True]