Internal
problem
ID
[9137]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 05:48:41 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 51
dsolve(diff(diff(y(x),x),x)-2/x^2*y(x) = x*exp(-x^(1/2)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.046 (sec). Leaf size: 57
DSolve[D[y[x],{x,2}]-2/x^2*y[x] == x*Exp[-x^(1/2)],y[x],x,IncludeSingularSolutions -> True]