I need to find $$\lim_{x\to a}(\log_ax)^{1/(x-a)}$$ Isnt the answer simply 1 as the logarithm inside is actually 1 and not tending to 1 to make it an indeterminant form.
2026-03-30 07:06:04.1774854364
On
Finding limit of the following function
44 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Set $x-a=ay, x=a(1+y),\log_ax=1+\log_a(1+y)$
$$\lim_{x\to a}(\log_ax)^{1/(x-a)}=\lim_{y\to0}(1+\log_a(1+y))^{1/ay}$$
$$=\left(\lim_{y\to0}(1+\log_a(1+y))^{1/\log_a(1+y)}\right)^{\lim_{y\to0}\dfrac{\log_a(1+y)}{ay}}$$
The inner limit converges to $e$
$$\lim_{y\to0}\dfrac{\log_a(1+y)}{ay}=\dfrac{\log_ae}a\lim_{y\to0}\dfrac{\ln(1+y)}y=?$$
When you compute a limit, say
$$\lim_{x\to a}f(x),$$
all values of $x$ in a neighborhood of $a$ are considered. But not $x=a$. Hence you can't have $\log_ax=1$.
By the way, if you assume that $\log_ax=1$, for coherence you must also admit that $x-a=0$ and the expression under the limit would be $1^{1/0}$, which does not make sense.
Of course, it is true that
$$\lim_{x\to a}(\log_aa)^{1/(x-a)}=1$$
but this is a quite different question.