Internal
problem
ID
[6083]
Book
:
A
treatise
on
ordinary
and
partial
differential
equations
by
William
Woolsey
Johnson.
1913
Section
:
Chapter
IX,
Special
forms
of
differential
equations.
Examples
XVII.
page
247
Problem
number
:
9
Date
solved
:
Monday, January 27, 2025 at 01:35:19 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 53
dsolve(diff(y(x),x$2)+n^2*y(x)=6*y(x)/x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.111 (sec). Leaf size: 79
DSolve[D[y[x],{x,2}]+n^2*y[x]==6*y[x]/x^2,y[x],x,IncludeSingularSolutions -> True]