Internal
problem
ID
[4919]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
11
Problem
number
:
319
Date
solved
:
Monday, January 27, 2025 at 09:50:36 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 32
dsolve(x*(a+x)*diff(y(x),x) = (b+c*y(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.063 (sec). Leaf size: 65
DSolve[x(a+x)D[y[x],x]==(b+c y[x])y[x],y[x],x,IncludeSingularSolutions -> True]