So, I was just exploring the limit definition of e and seeing what I could create from it and after some time I landed at these 2 approximations for the power tower function - "$x^x$".
$ e(x^{x-1}+(x-1)^x) \approx x^x$
$ \frac{e(x-1)^{x+1}}{x-e} \approx x^x$
(I know they don't make much sense, but you can't separate out the x^x. Instead, they could used as large number approximations, or limits for e). I will explain how I got the first one - (as the second is just a re-arrangement fo the first using $x^{x-1}$ as the subject).
Also, for this I will be using the limit for the reciprocal of e --> $\lim_{x\to\infty} (1-\frac1x)^x = 1/e$
Proof for this is here
$\lim_{x\to\infty} (1-\frac1x)^x = 1/e$
As 1/x approaches 0 as x goes to infinity, it can just be added on with changing the limit.
$\lim_{x\to\infty} (1-\frac1x)^x +\frac1x = 1/e$
$\lim_{x\to\infty} (1-\frac1x)^x +\frac{x^{x-1}}{x^x} = 1/e$
Then rewrite the inside of the bracket
$\lim_{x\to\infty} (\frac{x-1}{x})^x +\frac{x^{x-1}}{x^x} = 1/e$
$\lim_{x\to\infty} \frac{(x-1)^x}{x^x} +\frac{x^{x-1}}{x^x} = 1/e$
$\lim_{x\to\infty} \frac{{(x-1)^x} + {x^{x-1}}}{x^x} = 1/e$
Then just do some simple re-arrangement to get and discard the limit to get:
$ e(x^{x-1}+(x-1)^x) \approx x^x$
I haven't seen this anywhere before, so I assume it's new.
My question is whether this could somehow be used to solve the integral of $x^x$ or define the function of $x^x$ in terms of an integral, just like the gamma function does for the factorial (after all, the factorial and power tower are similar functions)
I will also try using this to make an infinite continued fraction for $x^x$.
None of these identities make sense. The right-hand sides $x^x$ are meaningless as $x$ is not defined (or at best could be interpreted as $\infty^\infty$).
Note that
$$\lim_{x\to\infty}\frac{e(x^{x-1}+(x-1)^x)}{x^x}=e\lim_{x\to\infty}\frac1x+e\lim_{x\to\infty}\left(\frac{x-1}x\right)^x=0+e\cdot e^{-1}$$ so that $$e(x^{x-1}+(x-1)^x)\sim x^x$$
but one may wonder if the first term has any relevance.
One can also wonder what use is to replace an expression by an approximation that is more complicated.