Internal
problem
ID
[9530]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
365
Date
solved
:
Monday, January 27, 2025 at 06:03:48 PM
CAS
classification
:
[[_Emden, _Fowler]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 29
dsolve(diff(u(x),x$2)+1/x^2*u(x)=0,u(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.026 (sec). Leaf size: 42
DSolve[D[u[x],{x,2}]+1/x^2*u[x]==0,u[x],x,IncludeSingularSolutions -> True]