Internal
problem
ID
[11350]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1346
Date
solved
:
Monday, January 27, 2025 at 11:17:39 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 25
dsolve(diff(diff(y(x),x),x) = 1/x^2*(a+b)*diff(y(x),x)-((a+b)*x+a*b)/x^4*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.158 (sec). Leaf size: 41
DSolve[D[y[x],{x,2}] == -(((a*b + (a + b)*x)*y[x])/x^4) + ((a + b)*D[y[x],x])/x^2,y[x],x,IncludeSingularSolutions -> True]