Internal
problem
ID
[9154]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
31
Date
solved
:
Monday, January 27, 2025 at 05:50:05 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 137
dsolve(diff(y(x),x$2)-2*b*x*diff(y(x),x)+b^2*x^2*y(x)=x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.461 (sec). Leaf size: 162
DSolve[D[y[x],{x,2}]-2*b*x*D[y[x],x]+b^2*x^2*y[x]==x,y[x],x,IncludeSingularSolutions -> True]