PDA

View Full Version : limit


cateater2000
Sep29-04, 03:54 PM
Hi i'm having trouble computing this limit
lim n-> infinity tan(pi/n)/(n*sin^2(2/n))

Any hints would be great

Tide
Sep29-04, 04:03 PM
How about using the small angle approximations to the sine and tangent (Taylor series - if you're familiar with that)? Otherwise, l'Hopital might come in handy.

cateater2000
Sep29-04, 10:30 PM
"How about using the small angle approximations to the sine and tangent"

not sure about that.

And wouldn't l'hopitals be a little nasty? I don't think it'll work out
(tan(pi/n)/n)/sin^2(2/n)
this has form 0/0 so I apply l'hopitals and get something real nasty that won't simplify. I'll try simplifying it sometime tonight though thanks for your help

Hurkyl
Sep29-04, 10:36 PM
These problems can often be done by using known limits to "replace" messy things with simple ones.

For example, you know that the limit of tan(pi/n) / (pi/n) = 1 in this case (I hope!) For your more complicated limit, you could simplify it by pulling the tan(pi/n) off to the left and dividing it by (pi/n), then multiplying the other stuff by (pi/n).

cateater2000
Sep29-04, 11:34 PM
so I'd get (tan(pi/n)/(pi/n))*[(pi/n)/(n(sin^2(2/n))]

I don't really see how that helps.

[(pi/n)/(n(sin^2(2/n))]
Not sure how to computer the limit of that thing.

Any ideas?

Hurkyl
Sep29-04, 11:53 PM
Would you agree that, at least, [(pi/n)/(n(sin^2(2/n))] looks simpler than [tan(pi/n)/(n*sin^2(2/n))]?

While this new expression can be simplified somewhat (for instance, pulling the 1/n in the numerator into an n on the denominator), the big thing to realize is you can keep applying the trick I mentioned...

Tide
Sep30-04, 12:41 AM
"How about using the small angle approximations to the sine and tangent"

not sure about that.

And wouldn't l'hopitals be a little nasty? I don't think it'll work out
(tan(pi/n)/n)/sin^2(2/n)
this has form 0/0 so I apply l'hopitals and get something real nasty that won't simplify. I'll try simplifying it sometime tonight though thanks for your help

You might be able to see your way through l'Hopital if you replace 1/n with x and look at the limit as x -> 0.

\lim_{x \rightarrow 0} \frac {x \tan \pi x}{\sin^2 \pi x}

cateater2000
Sep30-04, 02:15 PM
thanks hurkyl and tide I was able to compute the limit both ways. You were of great help!