Internal
problem
ID
[9147]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 05:49:37 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 22
dsolve(x*diff(y(x),x$2)-diff(y(x),x)+4*x^3*y(x)=x^5,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.057 (sec). Leaf size: 68
DSolve[x*D[y[x],{x,2}]-D[y[x],x]+4*x^3*y[x]==x^5,y[x],x,IncludeSingularSolutions -> True]