How I got interested:-
Yesterday I watched this new video from 3blue1brown.
And I realized that we can use the formula -
$\textstyle\displaystyle{e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}}$
to almost anything.
We can define matrix powers, matrix to the power of a matrix, exponential derivative etc.
So I started wondering about what $(\frac{d}{dx})^\frac{d}{dx}$ would mean.
My approach:-
Obviously in order to use the previously mentioned formula, we have to write $(\frac{d}{dx})^\frac{d}{dx}$ as a power of $e$. And we can do that very easily.
$\textstyle\displaystyle{\left(\frac{d}{dx}\right)^\frac{d}{dx}=e^{\frac{d}{dx}\ln(\frac{d}{dx})}}$
Now if we use the formula then we get
$\textstyle\displaystyle{\left(\frac{d}{dx}\right)^\frac{d}{dx}}$
$\textstyle\displaystyle{=\sum_{n=0}^{\infty}\frac{1}{n!}\left(\frac{d}{dx}\ln\left(\frac{d}{dx}\right)\right)^n}$
Well obviously $\frac{d^n}{dx^n}$ makes sense. But what about $\ln^n(\frac{d}{dx})$?
To make sense of it, I used the tailor series of $\ln(x)$.
$\textstyle\displaystyle{\ln(x)=\sum_{k=0}^{\infty}\frac{(-1)^{k-1}(x-1)^k}{k}}$
$\textstyle\displaystyle{\implies\ln^n\left(\frac{d}{dx}\right)=\left(\sum_{k=0}^{\infty}\frac{(-1)^{k-1}(\frac{d}{dx}-1)^k}{k}\right)^n}$
So,
$\textstyle\displaystyle{\left(\frac{d}{dx}\right)^\frac{d}{dx}}$ $\textstyle\displaystyle{=\sum_{n=0}^{\infty}\frac{1}{n!}\frac{d^n}{dx^n}\left(\sum_{k=0}^{\infty}\frac{(-1)^{k-1}\left(\frac{d}{dx}-1\right)^k}{k}\right)^n}$
My confusion:-
When I used the series expansion for $e^x$, it was very easy to understand because the radius of convergence in $\infty$.
But while using the series expansion for $ln(x)$ it doesn't make much of a sense to me, because the taylor series converges if $0\lt x\leq 2$.
But what does $0\lt\frac{d}{dx}\leq 2$ mean?
I mean differential operator is not a number which we can compare with other numbers.
So I am stuck here.
Questions:-
(1) Is my approach correct?
(2) How to make sense of $\ln(\frac{d}{dx})$? Or can we just ignore the convergence condition of the taylor series of $\ln(x)$?
(3) Are there other easier approaches for defining $(\frac{d}{dx})^\frac{d}{dx}$? And what they are?
Here's a interpretation of the symbol $(d/dx)^{d/dx}$ that is independent of summation. The steps I'll take are entirely formal. From the Euler representation of the gamma function, $$ a^s = \frac{1}{\Gamma{(-s)}} \int_0^\infty e^{-a u}u^{-s}\frac{du}{u} $$ let $a \to d/dx$ and $s \to d/dx.$ Let this operator act on a function $f(x).$ (We say nothing about the properties of $f,$ or even if such an $f$ can exist.) Then
$$(d/dx)^{d/dx} f(x) = \frac{1}{\Gamma{(-d/dx)} } \int_0^\infty f(x- (u + \log{u}) \ ) \frac{du}{u} $$ where we have used the Taylor series in operator form,
$$ (1) \quad \exp{(a \ d/dx)} f(x) = f(x + a).$$
The reciprocal gamma function containing the $d/dx$ is closely related to the inverse Laplace transform. Let's use the Hankle contour representation of the reciprocal gamma,
$$ (2) \quad \frac{1}{\Gamma(z)} = \frac{1}{2\pi i} \int_c e^s s^{-z} ds .$$ Then we can say
$$(d/dx)^{d/dx} f(x) = \int_c \frac{ds}{2 \pi i} \ e^s s^{d/dx} \int_0^\infty f(x- (u + \log{u}) \ ) \frac{du}{u} $$ $$= \int_c \frac{ds}{2 \pi i} \ e^s \int_0^\infty f(x- (u + \log{u}) + \log s \ ) \frac{du}{u}$$ where (1) has been used again.
For fun, try $f(x) = e^{a \ x} - e^{ b \ x}.$ Then the above prescription gives us
$$(d/dx)^{d/dx} f(x) = \int_c \frac{ds}{2 \pi i} \ e^s \Big( a^a \ e^{a \ x} \Gamma(-a) s^a - b^b \ e^{b \ x} \Gamma(-b) s^b ) \Big) =$$ $$ = a^a \ e^{a \ x} - b^b \ e^{b \ x} $$ where the innermost integral was done by Mathematica (first line of previous expression), and outer one by using (2) (final expression).
All this is forma manipulation. For more rigor, you'd have to define a class of functions for validity, define the Hankle contour, etc. Even the first step is problematic: should the reciprocal gamma come before the integral, or after it?