Let us denote solution to the equation
$$(x+a)^{x+a}=x^{x+2a}$$
with $X_a$.
($a$ is a non-zero real number)
Prove that:
$$\lim_ {a \to 0} X_a = e$$
This is something that I noticed while making numerical experiments for another problem. The statement looks interesting, I couldn't find anything close to it on the internet. I don't have the idea how to prove it, but numerical methods confirm the statement.
Taking the logarithm of both sides of $$(x+a)^{x+a}=x^{x+2a}$$ we get
$$(x+a)\ln(x+a)=x\ln(x)+2a\ln(x)$$
or $$\frac{(x+a)\ln(x+a)-x\ln(x)}{a}=2\ln(x). \tag 1$$ The left hand side tends to $\frac{d(x\ln(x))}{dx}=\ln(x)+1$ if $a$ tends to zero. The right hand side does not depend on $a$. That is,
$$\ln(x)+1=2\ln(x).$$
As a result, whatever the solution of the original equation is, it has to tend to $e$ if $a$ tends to zero.
EDITED
To be precise, let's start over again from $(1)$. First of all, make it clear that $x$ is a solution of $(1)$ and, as a result, it depends on $a$. Also Let's subtract $\ln(x_a)+1$ from both sides of $(1)$. Having taken the absolute value of both sides, we have now:
$$\left|\frac{(x_a+a)\ln(x_a+a)-x_a\ln(x_a)}{a}-(\ln(x_a)+1)\right|=|\ln(x_a)-1|.$$
For any $\delta>0$ and $\epsilon>0$ there exists an $a(\delta,\epsilon)$ such that $\epsilon>a(\delta,\epsilon)>0$ and $$|\ln(x_{a(\delta,\epsilon)})-1|<\delta.\tag 2$$
Now, assume that $$\lim\limits_{a\rightarrow 0}x_{a}=e+\xi,\tag 3$$ for a $|\xi|>0$. Since $\ln(x)$ is continuous at $e$, $(2)$ and $(3)$ are contradicting.