The Hospital Confusion :smile:

  • Context: Undergrad 
  • Thread starter Thread starter eng_pro
  • Start date Start date
  • Tags Tags
    Confusion
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
eng_pro
Messages
7
Reaction score
0
Hey, I have this problem where i am trying to find the limit of the equation:

2sin(0.5*n*pi)
---------------
n*pi

when n--->0


I used the l-hospital rule to solve it and got

pi*cos(0.5*n*pi)
---------------- = 1
pi


The answer is supposed to be 0 and using another method it proved so!
So what am i doing wrong :cry:
 
Physics news on Phys.org
eng_pro said:
The answer is supposed to be 0 and using another method it proved so!
I'd like to see that proof, since it is well-known that (when x is in radians):
[tex]\lim_{x\rightarrow 0}\frac{\sin (x)}{x} = 1[/tex]

(I don't think you are wrong.)
 
[tex]\lim_{x\rightarrow 0}\frac{2\sin (\frac{1}{2} n\pi)}{n\pi} =<br /> <br /> 2*\frac{1}{2}\lim_{x\rightarrow 0}\frac{\sin (\frac{1}{2} n\pi)}{\frac{1}{2} n\pi} = 1[/tex]

hope the latex works
 
can someone tell me how to post the question form a world document as i formulated the question there! or how can i paste formulas here?
 

Attachments

Last edited:
YOu can see that also from the Taylor series: sin(x) = x-x^3/6+x^5/120-+-