Internal
problem
ID
[4923]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
323
Date
solved
:
Monday, January 27, 2025 at 09:51:22 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 44
dsolve((x-a)*(x-b)*diff(y(x),x) = (x-a)*(x-b)+(2*x-a-b)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.068 (sec). Leaf size: 42
DSolve[(x-a)(x-b)D[y[x],x]==(x-a)(x-b)+(2 x-a-b)y[x],y[x],x,IncludeSingularSolutions -> True]