I was solving some equations graphically, when I came across an identity of Euler's number in two cases:
Case 1: $\mathbf{a.x = a^x}$
Ever wondered how for two numbers $\mathbf{\left\{{ a,x,y} \right \}\in \mathbb{R_{> 0}} :\space a.x = a^x= y}$?
For example natural numbers: $\mathbf{2.2=2^2=4}$
- What is the general formula for $\mathbf{x}$, given that $\mathbf{x.a=a^x}$?
It has multiple solutions. One is always $\mathbf{x=1}$ And interestingly, if $\mathbf{x_1=x_2: \space a=e}$. In this case, actually: $\mathbf{x_1=x_2=1}$. So as $\mathbf{a\to e\implies x_1=x_2\to1}$.
$\mathbf{e}$ "came out of nowhere". I am sure the analytical solution would introduce something like Lambert W function which would explain the presence of $\mathbf{e}$.
Case 2: $\mathbf{x^a = a^x}$
Or second case when: $\mathbf{\left\{{ a,x,y} \right \}\in \mathbb{R_{> 0}} :\space x^a = a^x= y}$?
For example $\mathbf{2^2=2^2=4}$ or how $\mathbf{3^{2.478...}\approx2.478...^3\approx15.216}...$
- What is the general formula for $\mathbf{x}$, given that $\mathbf{x^a=a^x}$?
It has multiple solutions. And interestingly, as $\mathbf{x\to e\implies x_1\to x_2}$.
=======================================
What are the two formulas for $x$ and how to obtain them?
Solution attempt
How to solve for $x$?
I tried this:
$\mathbf{log_ax^a = log_aa^x\\a.log_ax=x\\a.x^{-1}log_ax=1\\a.log_ax^{x^{-1}}=1}\\$
Lambert W function comes into mind. But how?