1

I have $\lim\limits_{x \to 3} \frac{3-x}{\ln(4-x)}=1$

For $x \to 3$, I get: $\frac{0}{0}$

How to calculate it, without L'Hôpital's rule?

Dave
  • 377
  • Have you heard about approximation with Taylor polynomials? – Shashi Jan 09 '17 at 20:12
  • I try to divide by $x$. – Dave Jan 09 '17 at 20:12
  • It is one over the average value of $1/t$ as $t$ ranges from $1$ to $4-x$, while $4-x$ approaches $1$, because $\ln(x)=\int_1^x \frac1t,dt$. – Jonas Meyer Jan 09 '17 at 20:12
  • let $\ln(1+t)<t$ – Nosrati Jan 09 '17 at 20:15
  • @divisor Tell us how much you know! – Nosrati Jan 09 '17 at 20:25
  • To allow us to produce an acceptable solution, you must provide a definition of the function $\ln(x)$. –  Jan 09 '17 at 20:28
  • This is a pretty pathetic question; it lacks any show of effort, reference to context, etc., yet it received three upvotes, from some among the crowd that raced to answer it, just because it is among the few questions they can answer, and they care nothing of the quality of a question, and certainly not the quality of the site. Sad, sad, sad...and getting worse. – amWhy Jan 10 '17 at 18:20

4 Answers4

6

With $3-x=1/n$,

$$\lim\limits_{x \to 3} \frac{3-x}{\ln(4-x)}=\lim_{n\to\infty}\frac1{n\ln\left(1+\dfrac1n\right)}=\lim_{n\to\infty}\frac1{\ln\left(\left(1+\dfrac1n\right)^n\right)}.$$

You should be able to conclude.

5

Let $y = 3-x$, and use the well-known property of limit about $\log$ that:

$\displaystyle \lim_{ y \to 0} \dfrac{\log(y+1)}{y} = 1$ to get the answer. This can be proven by the squeeze theorem. Note that if $x > 0$, then $\dfrac{x}{1+x} < \ln(x+1) < x$. From this we deduce the limit. We can consider the case $x < 0$ similarly.

DeepSea
  • 77,651
3

In THIS ANSWER, I showed using only the limit definition of the exponential function and Bernoulli's Inequality that the logarithm function satisfies the inequalities

$$\frac{x-1}{x}\le \log(x)\le x-1 \tag 1$$

for $x>0$.

Using $(1)$ we have

$$1=\frac{3-x}{3-x}\le \frac{3-x}{\log(4-x)}\le \frac{3-x}{\frac{3-x}{4-x}}=4-x \tag 2$$

whereupon applying the squeeze theorem yields the coveted limit

$$\lim_{x\to 3}\frac{3-x}{\log(4-x)}=1$$

Mark Viola
  • 179,405
  • @divisor Here is an efficient way forward that uses pre-calculus only. It does rely on a set of inequalities that I developed in a reference post. And that set of inequalities relies only on the limit definition of the exponential function and Bernoulli's Inequality. Please let me know how I can improve my answer. I really want to give you the best answer I can. -Mark. And Happy New Year! – Mark Viola Jan 09 '17 at 20:46
  • Mark, I upvote, and go to read this: http://math.stackexchange.com/questions/1589429/how-to-prove-that-logxx-when-x1/1590263#1590263 – Dave Jan 09 '17 at 21:01
1

$$\lim\limits_{x \to 3} \frac{3-x}{\ln(4-x)}$$

Let $t = 3 - x$

$$\lim\limits_{t \to 0} \frac{t}{\ln(1+ t)} = \lim\limits_{t \to 0} \frac{t/t}{\ln(1+ t)/t} = 1$$

Proof :-

$\displaystyle \ln(x + 1)/x = y \implies 1+x = e^{xy} \implies {(e^{xy} - 1)y\over xy} = 1 \implies \lim_{xy \to 0 } {(e^{xy} - 1)y\over x} \times \lim_{x \to 0}y = 1 \implies \lim_{x \to 0}y = 1$