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?