Internal
problem
ID
[9138]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
16
Date
solved
:
Monday, January 27, 2025 at 05:48:43 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 50
dsolve(diff(y(x),x$2)-1/sqrt(x)*diff(y(x),x)+1/(4*x^2)*(x+sqrt(x)-8)*y(x)=x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.049 (sec). Leaf size: 60
DSolve[D[y[x],{x,2}]-1/Sqrt[x]*D[y[x],x]+1/(4*x^2)*(x+Sqrt[x]-8)*y[x]==x,y[x],x,IncludeSingularSolutions -> True]