I have to take the nth derivative of a function (below). The research paper, which I have taken it from calls it the composite function. Any idea how to find the solution?
$$L_d(s) = exp\{-C_d s^{2/\alpha_N}\}$$
I can take as many derivates as I want manually, but cannot find the $nth$ derivate or any formula for it, For example see below:
$$F' = -\dfrac{2C_dx^{\frac{2}{\alpha_N}-1}\mathrm{e}^{-C_dx^\frac{2}{\alpha_N}}}{\alpha_N}$$
$$F'' = \dfrac{2C_dx^{\frac{2}{\alpha_N}-2}\left(2C_dx^\frac{2}{\alpha_N}+\alpha_N-2\right)\mathrm{e}^{-ax^\frac{2}{\alpha_N}}}{\alpha_N^2}$$
Any guidance would be appreciated for $F^n$
Can we do the following (is it correct?)
Since we have the formula: $f(x) = e^x = \sum^{\infty}_{j=0} \frac{x^j}{j!}$
Hence, $$f(x) = e^{Ax^{2/b}} = \sum^{\infty}_{j=0} \frac{(Ax^{2/b})^j}{j!}$$ $$f(x) = \sum^{\infty}_{j=0} \frac{A^j}{j!}(x^{2j/b})$$
Then, let $z = x^{p\ j}$, where $p = 2/b$
$$ Z^1 = \frac{d}{dx}(x^{p \ j}) = (pj)x^{p\ j-1}$$ $$ Z^2 = \frac{d}{dx}(Z^1) = (pj)(p j-1)x^{p\ j-2}$$ $$ Z^3 = (pj)(p j-1)(p j-2)x^{p\ j-3}$$ $$ Z^3 = (pj)(p j-1)(p j-2)(p j-3)x^{p\ j-4}$$
Then
$$ Z^n = (pj)(pj-1)(pj-2)...(pj-n+1)x^{p\ j-n}$$
So, $F^n = \frac{f^n}{f^nx}$ is:
$$ F^n = \sum^{\infty}_{j=0} \frac{A^j}{j!} (pj)(pj-1)(pj-2)...(pj-n+1)x^{p\ j-n}$$
$$ F^n = \sum^{\infty}_{j=0} \frac{A^j}{j!} x^{p\ j-n} (pj)_n$$
Where $(.)_n$ is the falling factorial