Internal
problem
ID
[5134]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
19
Problem
number
:
538
Date
solved
:
Monday, January 27, 2025 at 10:13:47 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 33
dsolve((a+x)*(b+x)*diff(y(x),x) = x*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.054 (sec). Leaf size: 37
DSolve[(a+x)(b+x)D[y[x],x]==x y[x],y[x],x,IncludeSingularSolutions -> True]