Compute a limit without L'Hopital's rule $\lim_{x \to a} \frac{a^x-x^a}{x-a}$

1.2k Views Asked by At

I would want to know how we can compute the following limit by using only fundamental limits.

$$\lim_{x \to a} \dfrac{a^x-x^a}{x-a},$$ where $a$ is a positive real number.

My idea was to use a substitution: $y=x-a$. We get $$\lim\limits_{y \to 0} \dfrac{a^aa^y-(y+a)^a}{y} =a^a\left[ \lim\limits_{y \to 0} \dfrac{a^y-1+1-(\frac{y+a}{a})^a}{y} \right] =a^a\left[ \ln a+\lim\limits_{y \to 0}\frac{1-(\frac{y+a}{a})^a}{y} \right]. $$

I am looking forward to read any tips on how I can continue from this point. Any help is appreciated.

3

There are 3 best solutions below

1
On BEST ANSWER

hint: to conclude you shall use the limit $$ \lim_{x \to 0} \frac{(1+x)^a - 1}{x} = a $$ can you figure out how?

0
On

Your steps are good, now just apply well-known limit $$ \lim_{n \to 0} \frac{(n+1)^k - 1}{n} = k $$ Your last limit becomes $$\lim_{y\to0}\frac{(ya^{-1}+1)^a-1}{y}=aa^{-1}=1$$ Substituting it in your original expression $$a^a(\ln a+(-1))=a^a(\ln a-1)$$

3
On

$$\lim_{x \to a} \dfrac{a^x-x^a}{x-a}=\lim_{x \to a} \dfrac{a^x+a^a-a^a-x^a}{x-a}$$$$=\lim_{x \to a} \dfrac{a^x-a^a}{x-a}-\lim_{x \to a} \dfrac{x^a-a^a}{x-a}=f'(a)-g'(a)$$

where $f(x)=a^x$ and $g(x)=x^a$