$\displaystyle{\lim_{ x \rightarrow a}}\;\frac{a^x-x^a}{x-a}\;\;$
I don't know what i've been doing wrong. I've triying to solve it, using this remarkable limit:
$\displaystyle{\lim_{ x \rightarrow 0}}\; \frac{a^{kx}-1}{x}=k\;ln(a)\;\;$ ln is the natural log
Since the limit has to approach 0, to use the remarkable, i did a variable change.
Let $u=x-a$, if $x\rightarrow a$ then $u \rightarrow 0$, this means that $x=u+a$
So:
$\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{a^{u+a}-(u+a)^{a}}{u}$
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{a^{u+a}-(u+a)^{a}-1+1}{u}\;\;$ (Substrac and add 1 to numerator)
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{(a^{u+a}-1)-((u+a)^{a}-1)}{u}\;\;$ (Common factor (-1))
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{a^{u+a}-1}{u}-\dfrac{(u+a)^{a}-1}{u}$
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{\dfrac{(u+a)[a^{u+a}-1]}{u+a}}{u}-\dfrac{\dfrac{a[(u+a)^{a}-1]}{a}}{u}\;\; $ (common factor (u+a) and (a))
I don't know if the steps that come next are right
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{(u+a)ln(a)}{u}-\dfrac{(a)ln(u+a)}{u}\;\;$ (Apply remarkable limit)
$=\displaystyle{\lim_{ u \rightarrow 0}}\; \dfrac{ln(a^{u+a})}{u}-\dfrac{ln(u+a^{a})}{u}$
And here is where I'm lost, i don't know what to do next. Wolfram alpha says that:
$\displaystyle{\lim_{ x \rightarrow a}}\;\frac{a^x-x^a}{x-a}= a^aln(a)-a^a\;\;$
I can't use l'Hôpital rule