Internal
problem
ID
[11070]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1061
Date
solved
:
Monday, January 27, 2025 at 10:43:41 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 28
dsolve(diff(diff(y(x),x),x)+diff(y(x),x)*x^(1/2)+(1/4/x^(1/2)+1/4*x-9)*y(x)-x*exp(-1/3*x^(3/2))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.135 (sec). Leaf size: 79
DSolve[-(x/E^(x^(3/2)/3)) + (-9 + 1/(4*Sqrt[x]) + x/4)*y[x] + Sqrt[x]*D[y[x],x] + D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]