Internal
problem
ID
[9879]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
724
Date
solved
:
Monday, January 27, 2025 at 06:15:20 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 28
dsolve(diff(y(x),x$2)+q*diff(y(x),x)=2*y(x)/x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.081 (sec). Leaf size: 83
DSolve[D[y[x],{x,2}]+q*D[y[x],x]==2*y[x]/x^2,y[x],x,IncludeSingularSolutions -> True]