0

How to use $\epsilon$-$\delta$ argument to show the global continuity of the function $x \mapsto \ln x$ on its domain?

For, if $c$ lies in the domain of $\ln x$ then $|\ln x - \ln c| = |\ln \frac{x}{c}|$. So how to relate the distance between the functional values to the distance between the arguments?

Yes
  • 20,719
  • The distance between the functional values is $|\ln \frac xc|,$ as you just found. Now you just need to know how to ensure, for any given $\epsilon,$ that $|\ln \frac xc| < \epsilon.$ If you keep $x$ close enough to $c$, this will be true. And you don't need to find out the distance that is close enough; you just need to find a safe distance. – David K Sep 02 '14 at 04:15

1 Answers1

1

$x-c<\delta\Rightarrow x<c(\delta c^{-1}+1)\Rightarrow \ln x<\ln c + \ln(\delta c^{-1}+1)\Rightarrow \ln x-\ln c < \ln(\delta c^{-1}+1)$

Does this make some sense??