Internal
problem
ID
[1197]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.6.
Page
100
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 04:43:53 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 77
dsolve(diff(y(x),x) = (-a*x-b*y(x))/(b*x+c*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 17.743 (sec). Leaf size: 139
DSolve[D[y[x],x]== (-a*x-b*y[x])/(b*x+c*y[x]),y[x],x,IncludeSingularSolutions -> True]