Internal
problem
ID
[9141]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 05:48:50 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 30
dsolve(x^6*diff(y(x),x$2)+3*x^5*diff(y(x),x)+a^2*y(x)=1/x^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.071 (sec). Leaf size: 104
DSolve[x^6*D[y[x],{x,2}]+3*x^5*D[y[x],x]+a^2*y[x]==1/x^2,y[x],x,IncludeSingularSolutions -> True]