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