taking a limit and getting the wrong answer...don't know why

  • Context: High School 
  • Thread starter Thread starter SmartyPants
  • Start date Start date
SmartyPants
Messages
16
Reaction score
1
TL;DR
I understand how to get to the correct answer, but the method often used is quite non-intuitive to and requires a leap of faith starting out. My method seems more intuitive (to me anyways), and I can't for the life of me understand what I'm doing wrong even though it leads to an incorrect answer.
The limit in question:

$$\lim_{x \to 0} \frac{\tan(\tan x) - \sin(\sin x)}{\tan x - \sin x} = 2$$

As stated in the TL;DR, I understand how to get to the correct answer, but I don't know that I would have figured it out without a little help/direction at the beginning because it involves adding and subtracting ##tan(sin(x))## from the numerator and having the foresight to see that this is going to lead somewhere. I started out differently based on what seems intuitive to me. Specifically, I started by multiplying both the numerator and the denominator by ##\frac{1}{sin(x)tan(x)}##:

$$\lim_{x \to 0} \frac{\tan(\tan x) - \sin(\sin x)}{\tan x - \sin x}$$ $$= \lim_{x \to 0} \frac{\tan(\tan x) - \sin(\sin x)}{\tan x - \sin x}\cdot\frac{\frac{1}{sin(x)tan(x)}}{\frac{1}{sin(x)tan(x)}}$$ $$= \lim_{x \to 0} \frac{\frac{\tan(\tan x) - \sin(\sin x)}{sin(x)tan(x)}}{\frac{\tan x - \sin x}{sin(x)tan(x)}}$$ $$= \lim_{x \to 0} \frac{\frac{\tan(\tan x)}{sin(x)tan(x)}-\frac{\sin(\sin x)}{sin(x)tan(x)}}{\frac{\tan x}{sin(x)tan(x)}-\frac{\sin x}{sin(x)tan(x)}}$$ $$= \lim_{x \to 0} \frac{\frac{\tan(\tan x)}{tan(x)}\cdot\frac{1}{sin(x)}-\frac{\sin(\sin x)}{sin(x)}\cdot\frac{1}{tan(x)}}{\frac{1}{sin(x)}-\frac{1}{tan(x)}}$$ $$= \lim_{x \to 0} \frac{1\cdot\frac{1}{sin(x)}-1\cdot\frac{1}{tan(x)}}{\frac{1}{sin(x)}-\frac{1}{tan(x)}}$$ $$= \lim_{x \to 0} \frac{\frac{1}{sin(x)}-\frac{1}{tan(x)}}{\frac{1}{sin(x)}-\frac{1}{tan(x)}}$$ $$= \lim_{x \to 0} 1=1$$
Now I know the ##\lim_{x \to 0} \frac{\tan(\tan x) - \sin(\sin x)}{\tan x - \sin x} = 2##. But ##\frac{a}{a}## definitely equals 1, and I don't see any algebraic mistakes or misuses of fundamental trig limits (like ##\lim_{x \to 0} \frac{sin(x)}{x}=1## and ##\lim_{x \to 0} \frac{tan(x)}{x}=1##, both of which I make use of). It's gotta be something silly/stupid/trivial...can someone please spot the error?

Thanks,
Eric
 
Physics news on Phys.org
SmartyPants said:
My method seems more intuitive (to me anyways), and I can't for the life of me understand what I'm doing wrong even though it leads to an incorrect answer.
Your step:$$\lim_{x\to0}\frac{\frac{\tan(\tan x)}{tan(x)}\cdot\frac{1}{sin(x)}-\frac{\sin(\sin x)}{sin(x)}\cdot\frac{1}{tan(x)}}{\frac{1}{sin(x)}-\frac{1}{tan(x)}}=\lim_{x\to0}\frac{1\cdot\frac{1}{sin(x)}-1\cdot\frac{1}{tan(x)}}{\frac{1}{sin(x)}-\frac{1}{tan(x)}}\tag{1}$$is wrong. Focus on the first term in the numerator on the left-side:$$\frac{\tan(\tan x)}{\tan x}\cdot\frac{1}{\sin x}=\frac{\tan(\tan x)}{\tan x}/\sin x\equiv f(x)/g(x)\tag{2}$$Now it's true that ##\lim_{x\rightarrow0}f(x)=1## (as you observe) but it's also true that ##\lim_{x\rightarrow0}g(x)=0##, which means ##\lim_{x\rightarrow0}f(x)/g(x)\neq\lim_{x\rightarrow0}1/g(x)##. The limit of a quotient is not the quotient of the limits whenever the limit of the denominator is zero:
1778304040775.webp

(from https://web.ma.utexas.edu/users/m408n/AS/LM2-3-2.html)
This same observation also applies to the second term in the numerator on the left-side of eq.(1).
But what you can do instead is to apply L'Hôpital's rule to the left-side of (1) and show:$$\frac{\lim_{x\rightarrow0}\frac{d}{dx}\left(\frac{\tan(\tan x)}{tan(x)}\cdot\frac{1}{sin(x)}-\frac{\sin(\sin x)}{sin(x)}\cdot\frac{1}{tan(x)}\right)}{\lim_{x\rightarrow0}\frac{d}{dx}\left(\frac{1}{sin(x)}-\frac{1}{tan(x)}\right)}=\frac{1}{1/2}=2\tag{2}$$as expected.
 
I would have been tempted to try letting ##y = \sin x##. I don't know if that helps.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 29 ·
Replies
29
Views
5K