Calculating Limits for Scientists

  • Context: Undergrad 
  • Thread starter Thread starter LucasGB
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
LucasGB
Messages
181
Reaction score
0
Hello guys. I'm trying to create a formula here, and I got stuck at this step, where I have to calculate the following limit (see attachment). I have no idea how to do this. Any help would be appreciated. Thanks a lot.
 

Attachments

  • Limit.png
    Limit.png
    941 bytes · Views: 526
Physics news on Phys.org
Attachments require approval before being accessible, so we can't see it just yet. For future reference, it would be quicker if you uploaded a picture of it which doesn't require approval by a mod.
 
Simplest and fastest approach is to post the expression in Latex.
 
I think this may lead to a correct answer:

Notice that for [tex]n > 2[/tex]

[tex]\int_0^\pi \csc^2(\frac{x}{n})-1dx = n\tan (\frac{\pi}{n})-\pi[/tex]

and that,

[tex]\int_{0}^{2\pi}\cos(\frac{x}{n})-1dx=n\sin(\frac{2\pi}{n})-2\pi[/tex].

Finally, I am pretty sure that the integrands in the above converge uniformly as [tex]n\rightarrow\infty[/tex], although you should check it.

Therefore,

[tex]\lim_{n\rightarrow \infty} \int_{0}^{2\pi}\cos(\frac{x}{n})-1dx = \int_{0}^{2\pi} \lim_{n\rightarrow \infty} \cos(\frac{x}{n})-1dx = \int_{0}^{2\pi} 0 dx = 0[/tex]Hope that helps.
 
The easiest way would probably be to use a substitution u = 1/n, then use l'Hôpital's rule.
 
Bohrok said:
The easiest way would probably be to use a substitution u = 1/n, then use l'Hôpital's rule.

That substitution is particularly good because it can by done in your head and then the Taylor expansion of sin and tan can be done by inspection and the answer is clear. It's "good practice" (using both definitions of the term) to verify it with l'Hôpital's rule, however.
 
We can interpret the limit geometrically as the difference in the area of a regular n-gon that circumscribes the unit circle and the area of a regular n-gon inscribed inside that circle.
 
Use Taylor up to second order.
[tex]\tan{\frac{\pi}{n}}=\frac{\pi}{n}+\frac{1}{3}\left(\frac{\pi}{n}\right)^3[/tex]
[tex]\sin{\frac{2\pi}{n}}=\frac{2\pi}{n}-\frac{1}{3!}\left(\frac{2\pi}{n}\right)^3[/tex]
Your limit is 0.
 
Thank you very much for all the help, you guys are great!