-1

I am trying to evaluate $$\lim_{x \to \frac{\pi}{4}} \frac{1-\tan x}{x-\frac{\pi}{4}}$$ without using L'hopital's rule. However, I am not sure what to do. The only thing that came to my mind was to change the tan to sin over cos and get a common denominator but I felt that won't get me anywhere. A hint will be greatly appreciated.

4 Answers4

7

We're looking for

$$\lim_{x\to{\pi\over 4}}-{\tan{x}-\tan{\pi\over 4}\over x-{\pi\over 4}}$$

And this is $-\tan'{\pi\over 4}=-2$

marwalix
  • 16,773
2

If you substitute $t=x-\pi/4$, then $$ \tan x=\tan(t+\pi/4)=\frac{\tan t+1}{1-\tan t} $$ so your limit is $$ \lim_{t\to0}\frac{1}{t}\left(1-\frac{\tan t+1}{1-\tan t}\right)= \lim_{t\to0}\frac{\tan t}{t}\frac{-2}{1-\tan t} $$ Alternatively, recall that $$ \cos x-\sin x=-\sqrt{2}\sin\left(x-\frac{\pi}{4}\right) $$ and therefore $$ 1-\tan x=-\sqrt{2}\sin\left(x-\frac{\pi}{4}\right)\frac{1}{\cos x} $$ Hence the limit can be rewritten as $$ \lim_{x\to\pi/4}\frac{\sin\left(x-\frac{\pi}{4}\right)}{x-\frac{\pi}{4}}\frac{-\sqrt{2}}{\cos x} $$

egreg
  • 238,574
  • I see you used the identity of $\tan(a+b)$. I like this solution. Just out of curiousity, is there any way (Without l'hopital) to evaluate without a substitution? – Aspiring Mathlete Feb 28 '17 at 14:05
  • @AspiringMathlete Not really; you can do the same without the substitution, just using $x=(x-\pi/4)+\pi/4$ and at the end you get the same expression, so you end up with $\lim_{x\to\pi/4}\frac{\tan(x-\pi/4)}{x-\pi/4}$. Or as I added; but you always need $\lim_{x\to a}\frac{\sin(x-a)}{x-a}=1$. – egreg Feb 28 '17 at 14:08
1

$$\lim_{x \to \frac{\pi}{4}} \frac{1-\tan x}{x-\frac{\pi}{4}} =\lim_{x \to \frac{\pi}{4}} \frac{-\tan (x-\frac{\pi}{4})}{x-\frac{\pi}{4}}(1+ \tan x)=-1(2)=-2$$

-1

Hint

This kind of problems are rather simple to address if you know Taylor series. Assuming you do, built at $t=a$, you have

$$\tan(x)=\tan (a)+ \left(\tan ^2(a)+1\right)(x-a)+O\left((x-a)^2\right)$$