Let $g(x) = x^{-\frac{1}{2}}$ and $f(x) = e^{-\sqrt{x} |\omega|}$. I am trying to find an expression for the $M$-th derivative of their product: \begin{align} \frac{d^M}{dx^M} \left[ f(x) g(x) \right] = \sum_{k=0}^{M} \binom{M}{k} f^{(M-k)}(x) g^{(k)}(x) \end{align} where $M$ is an even integer and $\omega \in \mathbb{R}$ is a constant parameter.
The derivative for $g(x)$ is easy:
\begin{align} \frac{d^{k}}{d x^{k}} g(x) = \frac{(2k-1)!!}{2} x^{-\frac{2k+1}{2}} \end{align}
However, for $f(x)$, it is not so easy, and this is where I get stuck.
For the $M$-th derivative of $f(x)$, Mathematica gives me:
M! DifferenceRoot[
Function[{\[FormalY], \[FormalN]}, {(2 + 6 \[FormalN] +
4 \[FormalN]^2) \[FormalY][1 + \[FormalN]] +
4 (1 + \[FormalN]) (2 + \[FormalN]) x \[FormalY][
2 + \[FormalN]] - \[FormalY][\[FormalN]] Abs[w]^2 ==
0, \[FormalY][0] ==
E^(-Sqrt[x] Abs[w]), \[FormalY][1] == -((
E^(-Sqrt[x] Abs[w]) Abs[w])/(2 Sqrt[x]))}]][M]
But I have no idea what any of that means, and their site is not very helpful...
It seems that the solution will involve some kind of recursive application of the product rule, however, I can't seem to find a pattern after I do a handful of layers...
Question:
- What is $\frac{d^{n}}{d x^{n}} f(x) = \frac{d^{n}}{d x^{n}} e^{-\sqrt{x} |\omega|}$ when $n$ is an even integer?