We were taught to use the Heaviside operator $D: \dfrac{d}{dx}$ to solve an ODE, for example,
Consider $y'' + 3y' +2y = e^{-2x}$
$$\implies (D^2 + 3D + 2)y = e^{-2x}$$ $$\implies y = \dfrac{1}{D^2 + 3D + 2} e^{-2x}$$ $$\implies y = \dfrac{1}{(D+1)(D+2)} e^{-2x}$$ Now we substitute $-2$ in place of $D$, in this case the denominator becomes zero, so we differentiate the denominator with respect to $D$ as if it's a variable and multiply$^*$ a factor $x$.
$$ y = \dfrac{x}{(D+1)+(D+2)} e^{-2x}$$ And then do the substitution $$\implies y = -xe^{-2x}$$
How is this possible, how are we able to treat an operator $\dfrac{d}{dx}$ like a variable? What does differentiate with respect to $D$ even mean?
$*:$ I also don't understand why we multiply $x$ in the numerator
Reference: https://www.youtube.com/playlist?list=PLEC88901EBADDD980
$$ The latter integral is in your list, so Laplace$\left(xe^{-2x}\right) = 1/(s+2)^2$.
– Han de Bruijn Nov 26 '19 at 18:53