Internal
problem
ID
[9153]
Book
:
Second
order
enumerated
odes
Section
:
section
2
Problem
number
:
30
Date
solved
:
Monday, January 27, 2025 at 05:49:58 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.019 (sec). Leaf size: 29
dsolve(diff(y(x),x$2)-4*x*diff(y(x),x)+(4*x^2-1)*y(x)=-3*exp(x^2)*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.090 (sec). Leaf size: 50
DSolve[D[y[x],{x,2}]-4*x*D[y[x],x]+(4*x^2-1)*y[x]==-3*Exp[x^2]*Sin[x],y[x],x,IncludeSingularSolutions -> True]