Solveeit Logo

Question

Question: $\lim_{x \to 1} \frac{\log x}{x-1}=$...

limx1logxx1=\lim_{x \to 1} \frac{\log x}{x-1}=

A

1

B

-1

C

0

D

\infty

Answer

1

Explanation

Solution

The given limit is limx1logxx1\lim_{x \to 1} \frac{\log x}{x-1}.

First, let's check the form of the limit by substituting x=1x=1: Numerator: logxlog1=0\log x \to \log 1 = 0 Denominator: x111=0x-1 \to 1-1 = 0 The limit is of the indeterminate form 00\frac{0}{0}.

We can evaluate this limit using L'Hôpital's Rule or by using a standard limit formula.

Method 1: Using L'Hôpital's Rule

Since the limit is of the 00\frac{0}{0} form, we can apply L'Hôpital's Rule, which states that if limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} is of the form 00\frac{0}{0} or \frac{\infty}{\infty}, then limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}, provided the latter limit exists.

Let f(x)=logxf(x) = \log x and g(x)=x1g(x) = x-1. Then, find their derivatives: f(x)=ddx(logx)=1xf'(x) = \frac{d}{dx}(\log x) = \frac{1}{x} g(x)=ddx(x1)=1g'(x) = \frac{d}{dx}(x-1) = 1

Now, apply L'Hôpital's Rule:

limx1logxx1=limx11x1\lim_{x \to 1} \frac{\log x}{x-1} = \lim_{x \to 1} \frac{\frac{1}{x}}{1} =limx11x= \lim_{x \to 1} \frac{1}{x}

Substitute x=1x=1 into the expression:

=11=1= \frac{1}{1} = 1

Method 2: Using Standard Limit Formula

Let x1=hx-1 = h. As x1x \to 1, h0h \to 0. From x1=hx-1=h, we get x=1+hx = 1+h. Substitute these into the limit expression:

limx1logxx1=limh0log(1+h)h\lim_{x \to 1} \frac{\log x}{x-1} = \lim_{h \to 0} \frac{\log(1+h)}{h}

This is a standard limit formula, which is known to be equal to 1:

limh0log(1+h)h=1\lim_{h \to 0} \frac{\log(1+h)}{h} = 1

Both methods yield the same result.