Finding limit $\ \lim_{x \to 2} \frac{\cos \frac{\pi}{x}}{x-2}$ without l'hopital's

207 Views Asked by At

Find limit of

$$\ \lim_{x \to 2} \frac{\cos \frac{\pi}{x}}{x-2} $$

by using $\ t = \frac{\pi}{2} - \frac{\pi}{x} $

$$\ \lim_{x \to 2} \frac{\cos \frac{\pi}{x}}{x-2} = \lim_{t \to 0} \frac{\cos( \frac{\pi}{2}-t)}{-\frac{\pi}{t}} = \lim_{t \to 0} -\frac{t \cdot \cos(\frac{\pi}{2} - t)}{\pi} = \frac{0 \cdot \cos \frac{\pi}{2}}{\pi} = \frac{0}{\pi}$$

Not sure what am I missing here as the correct answer is $\ \frac{\pi}{4} $ according to wolframalpha.This is exactly the same question, yet even using the way suggested there I didn't get to the answer.

Please if you can show solution using the $\ t$ value I gave here and trig identities. I guess there are other ways using l'hopital's rule or something but that's not my intent.

3

There are 3 best solutions below

2
On BEST ANSWER

We have that by $x=y+2\,$ with $\,y \to 0$

$$\lim_{x \to 2} \frac{\cos \frac{\pi}{x}}{x-2}=\lim_{y \to 0} \frac{\cos \frac{\pi}{y+2}}{y}=\lim_{y \to 0} \frac{\sin\left( \frac{\pi}{2}-\frac{\pi}{y+2}\right)}{y}=\lim_{y \to 0} \frac{\sin\left( \frac{\pi y }{2(y+2)}\right)}{y}=$$$$=\lim_{y \to 0} \frac{\sin\left( \frac{\pi y }{2(y+2)}\right)}{ \frac{\pi y }{2(y+2)}}\frac{\pi }{2(y+2)}=1\cdot \frac{\pi}4=\frac{\pi}4$$

4
On

Note that if $f(x)=\cos\left(\frac\pi x\right)$, then what you're after is $f'(2)$. But $f'(x)=\frac\pi{x^2}\sin\left(\frac\pi x\right)$ and therefore $f'(2)=\frac\pi4$.

0
On

After transformation your denominator replacement of $x-2$ is wrong also you should change your $\cos$ to $\sin$.

Hint:

$$\ \lim_{x \to 2} \frac{\cos \frac{\pi}{x}}{x-2} = \lim_{t \to 0} \frac{\cos( \frac{\pi}{2}-t)}{\frac{4t}{\pi-2t}}=\lim_{t \to 0} (\pi-2t)\frac{\sin t}{4t}$$

Now use:

$$\lim_{t \to 0} \frac{\sin t}{t}=1$$