Internal
problem
ID
[11347]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1343
Date
solved
:
Tuesday, January 28, 2025 at 06:04:19 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.101 (sec). Leaf size: 58
dsolve(diff(diff(y(x),x),x) = -(x^2*a*(1-a)-b*(x+b))/x^4*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.253 (sec). Leaf size: 65
DSolve[D[y[x],{x,2}] == -((((1 - a)*a*x^2 - b*(b + x))*y[x])/x^4),y[x],x,IncludeSingularSolutions -> True]