Main Question
What is the expansion of $d^{1+\epsilon}?$
Background
I noticed the following trick (sometimes more laborious) to directly differentiate $ f(x) $ twice without differentiating it even once.
To show what I mean let $ f(x)=x^2 $
By Taylor expansion for any $f(x)$ :
Equation 1
$$ f(x+ \epsilon ) = f(x) + \epsilon f'(x) + \frac{\epsilon^2 f''(x)}{2!} + ... $$
Equation 2
$$ f(x+ \epsilon ) = (x+ \epsilon )^2 = ... + \epsilon^2 $$
Comparing the $ \epsilon^2 $ term in equation $1 $and $2 $ we get:
$$ \frac{f''(x)}{2!} = 1$$
Hence,
$$ f''(x) = 2 $$
Question
Can similar reasoning be applied for $ d^{1+\epsilon} g(x) $ where $g(x)$ is a dummy function to reveal the entire space of $ (d^n g(x)) $ on $g(x)$ ?
If I understand you correctly, you mean to expand
$$ d^{1+\epsilon} = \sum_{k=0}^\infty a_k d^k. $$
In general
$$ d^{1+\epsilon} = \big(1 + d - 1\big)^{1+\epsilon} = \sum_{\ell=0}^\infty \binom{1+\epsilon}{\ell} \big(d-1\big)^\ell $$
So
$$ d^{1+\epsilon} = \big(1 + d - 1\big)^{1+\epsilon} = \sum_{\ell=0}^\infty \binom{1+\epsilon}{\ell} \sum_{k=0}^\ell \binom{\ell}{k} (-1)^{\ell-k} d^k\\ = \sum_{\ell=0}^\infty \sum_{k=0}^\ell \binom{1+\epsilon}{\ell} \binom{\ell}{k} (-1)^{\ell-k} d^k\\ = \sum_{k=0}^\infty \left( \sum_{\ell=k}^\infty \binom{1+\epsilon}{\ell} \binom{\ell}{k} (-1)^{\ell-k} \right) d^k. $$