Internal
problem
ID
[11333]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1329
Date
solved
:
Tuesday, January 28, 2025 at 06:01:13 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 1.148 (sec). Leaf size: 64
dsolve(diff(diff(y(x),x),x) = -((alpha+beta+1)*x^2-(alpha+beta+1+a*(gamma+delta)-delta)*x+a*gamma)/x/(x-1)/(x-a)*diff(y(x),x)-(alpha*beta*x-q)/x/(x-1)/(x-a)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.922 (sec). Leaf size: 67
DSolve[D[y[x],{x,2}] == -(((-q + \[Alpha]*\[Beta]*x)*y[x])/((-1 + x)*x*(-a + x))) - ((a*\[Gamma] - (1 + \[Alpha] +\[Beta] - \[Delta] + a*(\[Delta] + \[Gamma]))*x + (1 + \[Alpha] + \[Beta])*x^2)*D[y[x],x])/((-1 + x)*x*(-a + x)),y[x],x,IncludeSingularSolutions -> True]