5

Under what conditions is $\lim_{x\to c} f(x)=e^{\lim_{x \to c} \ln(f(x))}$?

I saw this limit in an article used to show that:

$$\lim_{\rho \to 0} [\alpha x_{1}^{\rho} + (1-\alpha) x_{2}^{\rho}]^{\frac{1}{\rho}} = x_{1}^{\alpha}x_{2}^{1-\alpha}$$

where the "trick" is used to apply l'hopitals rule to:

$$\lim_{\rho \to 0} \frac{\ln(\alpha x_{1}^{\rho} + (1-\alpha) x_{2}^{\rho})}{\rho} $$

However I was unaware that this trick existed before today, and I am wondering if there are conditions under which it applies?

möbius
  • 2,443

1 Answers1

6

The function $e^{x}$ is continuous on $\mathbb{R}$, which means that $$\lim_{x\rightarrow c}e^{x}=e^{\lim_{x\rightarrow c}x}$$ for all $c\in \mathbb{R}$. So, $$e^{\lim_{x\rightarrow c}\ln(f(x))}=\lim_{x\rightarrow c}e^{\ln(f(x))}$$ always. Now, for all a such that $\ln(a)$ is defined (i.e., $a>0$), it holds that $e^{\ln(a)}=a$, so really your question depends mostly on the range and other properties of the function $f(x)$. Does f take on negative values, or is it true that $f(x)>0$ for all x sufficiently close to c? Does the limit $\lim_{x\rightarrow c}f(x)$ actually exist?

wythagoras
  • 25,026