How to Apply Theorems to Evaluate Trigonometric Limits?

  • Thread starter Thread starter Numnum
  • Start date Start date
  • Tags Tags
    Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Numnum
Messages
19
Reaction score
0

Homework Statement



Use theorems to find the limit:

[tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(x-1)}{x-1}}))[/tex]


Homework Equations



Theorems like
[tex]f(x)=c[/tex] is continuous
[tex]f(x)=x[/tex] is continuous
[tex]\lim_{x\rightarrow 0} \cos(x)=1[/tex]
[tex]\lim_{x\rightarrow 0} \sin(x)=0[/tex]
[tex]\lim_{x\rightarrow a} \sin(x)=sin(a)[/tex]
[tex]\lim_{x\rightarrow 0} \sin(x-a)=0[/tex]

The Attempt at a Solution



I'm not sure where to start, but I looked at the last theorem and thought that since the limit of sin(x-a)=0, it would turn that whole part into 0, and therefore it would turn to arctan(0). Didn't seem correct, so I instead thought to simplify the sin(x-1)/x-1 part by letting x-1 equal another variable?
 
Physics news on Phys.org
Numnum said:

Homework Statement



Use theorems to find the limit:

[tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(x-1)}{x-1}}))[/tex]

Homework Equations



Theorems like
[tex]f(x)=c[/tex] is continuous
[tex]f(x)=x[/tex] is continuous
[tex]\lim_{x\rightarrow 0} \cos(x)=1[/tex]
[tex]\lim_{x\rightarrow 0} \sin(x)=0[/tex]
[tex]\lim_{x\rightarrow a} \sin(x)=sin(a)[/tex]
[tex]\lim_{x\rightarrow 0} \sin(x-a)=0[/tex]

The Attempt at a Solution



I'm not sure where to start, but I looked at the last theorem and thought that since the limit of sin(x-a)=0, it would turn that whole part into 0, and therefore it would turn to arctan(0). Didn't seem correct, so I instead thought to simplify the sin(x-1)/x-1 part by letting x-1 equal another variable?

Good idea! Let u=x-1. You should also have a theorem about the limit of sin(u)/u as u->0.
 
Last edited:
Is this right?

So I have:


1. [tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(x-1)}{x-1}}))[/tex]


2. [tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(u)}{u}}))[/tex]


3. [tex] \lim_{x\rightarrow 1} \cos(arctan(1))[/tex]

because of the theorem: [tex]\lim_{x\rightarrow 0}({\frac{\sin(x)}{x}}))=1[/tex]

4. [tex]\lim_{x\rightarrow 1} cos({\frac{π}{4}})[/tex]

5. [tex]={\frac{1}{√2}}[/tex]
 
Numnum said:
Is this right?

So I have:


1. [tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(x-1)}{x-1}}))[/tex]


2. [tex] \lim_{x\rightarrow 1} \cos(arctan({\frac{\sin(u)}{u}}))[/tex]


3. [tex] \lim_{x\rightarrow 1} \cos(arctan(1))[/tex]

because of the theorem: [tex]\lim_{x\rightarrow 0}({\frac{\sin(x)}{x}}))=1[/tex]

4. [tex]\lim_{x\rightarrow 1} cos({\frac{π}{4}})[/tex]

5. [tex]={\frac{1}{√2}}[/tex]

Yes, and you are using your 'continuous function' theorems after you've worked out the sin(u)/u part, yes?
 
Personally, I would do it the other way around. Since cosine is continuous, for all x, [itex]\lim_{x\to 1} cos(f(x))= cos(\lim_{x\to 1} f(x))[/itex].

That is, from [itex]\lim_{x\to 1} cos(actan(\frac{sin(x- 1)}{x})[/itex] we look at [itex]\lim_{x\to 1}arctan(\frac{sin(x-1)}{x})[/itex]. And since arctan is continuous for all x we look at [itex]\lim_{x\to 1}\frac{sin(x-1)}{x-1}[/itex]. As you say, that last limit is 1 so we have [itex]cos(arctan(1))= cos(\pi/4)= \frac{\sqrt{2}}{2}[/itex]