Internal
problem
ID
[4925]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
325
Date
solved
:
Monday, January 27, 2025 at 09:51:26 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.129 (sec). Leaf size: 113
dsolve((x-a)*(x-b)*diff(y(x),x)+k*(y(x)-a)*(y(x)-b) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.508 (sec). Leaf size: 80
DSolve[(x-a)(x-b)D[y[x],x]+k(y[x]-a)(y[x]-b)==0,y[x],x,IncludeSingularSolutions -> True]