Evaluate $\lim_{x\to 2} \frac{\frac{1}{x} - \frac{1}{2}}{x-2}$

740 Views Asked by At

Evaluate:

$$\lim_{x\to 2} \frac{\frac{1}{x} - \frac{1}{2}}{x-2}$$

My attempt: $$\lim _{ x\rightarrow 2 }{ \frac { \frac 1 x -\frac 1 2 }{ x-2 } } =\lim_{ x\rightarrow 2 }{ \frac { \frac { 2-x }{ 2x } }{ x-2 } } =-\lim_{ x\rightarrow 2 }{ \frac 1 {2x} =-\frac 1 4} $$

Is this correct?

3

There are 3 best solutions below

0
On BEST ANSWER

Yes. Your answer is correct. You can also do it by using L'Hospitals rule.

$$\begin{align}\lim_{x \to 2}\dfrac{\dfrac{1}{x}-\dfrac{1}{2}}{x-2}&=\lim_{x\to 2}\left(-\dfrac{1}{x^2}\right) \\ &=-\dfrac{1}{4}\end{align}\tag*{}$$

0
On

Yes it is correct, note also that by definition of derivative with $f(x)=\frac1x \implies f'(x)=-\frac1{x^2}$

$$\lim_{x\to 2} \frac{\frac{1}{x} - \frac{1}{2}}{x-2}=f'(2)=-\frac14$$

0
On

"Yes" would suffice as an answer.