Internal
problem
ID
[11262]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1257
Date
solved
:
Monday, January 27, 2025 at 11:00:52 PM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 27
dsolve(x*(x-1)*diff(diff(y(x),x),x)+((a+1)*x+b)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.057 (sec). Leaf size: 48
DSolve[(b + (1 + a)*x)*D[y[x],x] + (-1 + x)*x*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]