Internal
problem
ID
[1157]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.2.
Page
48
Problem
number
:
29
Date
solved
:
Monday, January 27, 2025 at 04:37:12 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 61
dsolve(diff(y(x),x) = (b+a*y(x))/(d+c*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 12.786 (sec). Leaf size: 83
DSolve[D[y[x],x] == (b+a*y[x])/(d+c*y[x]),y[x],x,IncludeSingularSolutions -> True]