Difficulty to find this limit of trigonometric function

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
11 replies · 2K views
DDarthVader
Messages
51
Reaction score
0

Homework Statement


Hello! I'm having some trouble to find this limit [tex]\lim_{x\rightarrow \pi}\frac{senx}{x-\pi }[/tex] Also, limits like this one [tex]\lim_{x\rightarrow \frac{\pi}2{}}\frac{1-senx}{2x-\pi }[/tex] confuse me a lot!

Homework Equations


The Attempt at a Solution


I don't even know where to start! I tried this but it's problably just waste of time.
My idea was try calculate the area of the third sector of the trigonometric circle. Because to me that -∏ is making my area goes to the third sector, the negative one. Using this idea I've done:
[tex]\frac{-senx}{senx}< \frac{-x}{senx}<\frac{-tgx}{senx}[/tex]
Dividing by senx we got
[tex]-1> \frac{senx}{x}>-1[/tex]
But I'm stuck here. Help please! :wink:

And forgive me for my bad english! English is not my native language.
 
Last edited:
Physics news on Phys.org
DDarthVader said:

Homework Statement


Hello! I'm having some trouble to find this limit [tex]\lim_{x\rightarrow \pi}\frac{senx}{x-\pi }[/tex]
You can rewrite this as
$$\lim_{x \to \pi}\frac{sin(\pi - x)}{x - \pi}$$

Then, let u = x - ##\pi##.

There's a very common limit that will come in handy here.
DDarthVader said:
Also, limits like this one [tex]\lim_{x\rightarrow \frac{\pi}2{}}\frac{1-senx}{2x-\pi }[/tex] confuse me a lot!


Homework Equations





The Attempt at a Solution


I don't even know where to start! I tried this but it's problably just waste of time.
My idea was try calculate the area of the third sector of the trigonometric circle. Because to me that -∏ is making my area goes to the third sector, the negative one. Using this idea I've done:
[tex]\frac{-senx}{senx}< \frac{-x}{senx}<\frac{-tgx}{senx}[/tex]
Dividing by senx we got
[tex]-1> \frac{senx}{x}>-1[/tex]
But I'm stuck here. Help please! :wink:

And forgive me for my bad english! English is not my native language.
 
BTW, in English we call it sine (or sin).
Sorry, my bad!

Thanks for your answer but I still don't get it! Why can I rewrite my limit as?
[tex]\lim_{x\rightarrow \pi } \frac{sin(\pi -x)}{x-\pi}[/tex]
Well, assuming that it's ok to rewrite the limit as above I think I know what to do next:
[tex]\lim_{x\rightarrow \pi } \frac{sin(-(\pi -x))}{x-\pi}[/tex]
[tex]\lim_{x\rightarrow \pi } \frac{-sin(x-\pi)}{x-\pi}[/tex]
[tex]\lim_{x\rightarrow \pi } \frac{-sin(x-\pi)}{x-\pi}=-1[/tex]
 
1. Because sin(x) = sin(##\pi## - x)
2. If u = x - ##\pi##, then as x approaches ##\pi##, u approaches 0. Your limit is ##\lim_{u \to 0} \frac{-sin(u)}{u}. ##
 
I just didn't get why sin(x) = sin(π - x). I tried to solve this one by doing what you did [tex]\lim_{x\rightarrow \frac{\pi }{2}}\frac{1-sinx}{2x-\pi }[/tex]
this is result
[tex]\lim_{x\rightarrow \frac{\pi }{2}}\frac{1-sinx}{2x-\pi }=\lim_{x\rightarrow \frac{\pi }{2}}\frac{1-sin(\pi -x)}{2x-\pi }=\lim_{x\rightarrow \frac{\pi }{2}}\frac{1+sin(x-\pi )}{2x-\pi }\frac{2}{2}=\lim_{x\rightarrow \frac{\pi }{2}}\frac{2+2sin(x-\pi)}{4x-2\pi}=\lim_{x\rightarrow \frac{\pi }{2}}\frac{2+2sin(x-\pi)}{2(2x-\pi)}=\lim_{x\rightarrow \frac{\pi }{2}}\frac{2}{2}-\frac{1}{1} = 0[/tex]
This is totally wrong
 
I still don't know how to solve [tex]\lim_{x\rightarrow \frac{\pi}2{}}\frac{1-senx}{2x-\pi }[/tex]
 
I know about senx/x.
Using your clues:
[tex]\lim_{x\rightarrow \frac{\pi }{2}}\frac{1-cos(x-\frac{\pi }{2})}{2(x-\frac{\pi }{2})} = \lim_{x\rightarrow \frac{\pi }{2}} \frac{1-1}{2}=0[/tex]