I'm learning mathematical analysis recently. My book gave the definition of $\pi$ as the limit of sequence $\left\{n \sin \frac{180^o}{n}\right\}$.
The way it prove this sequence is convergent is quite strange to me. It first showed the sequence is smaller than 4, then monotonically increasing.
The latter part is confusing. It first let $t = \frac{180^o}{n(n+1)} $, and proved $\tan nt \ge n\tan t$ for $nt \le 45^o$, so $ \sin(n+1)t = \sin nt \cos t + \cos nt \sin t = \sin nt \cos t\left(1 + \frac{\tan t}{\tan nt}\right) \le \frac{n+1}{n} \sin nt $ then $ n \sin \frac{180^o}{n} \le (n+1) \sin \frac{180^o}{n+1} $
This is perfectly correct, but how can I come up with a $t$ like this? If I'm to prove this, is there a way to figure out what the $t$ should be like? Or all I can do is just memorize it? Alternately, do you guys have a more intuitive proof?