Definition of $\pi$, $\lim\limits_{n \to \infty}{n \sin\left(\frac{180^o}{n}\right)}$

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?


Solution 1:

A more intuitive proof could look as follows:

  1. Set $n=1/x$, then you have $\lim \limits_{x\to 0} \frac{\sin(ax)}{x} $.
  2. Now do a series expansion to get $\lim \limits_{x\to 0} a-\frac{a^3x^3}{6} +\dots =a$
  3. Plugin in $a=\pi$, if you like ...

Solution 2:

Here's a more intuitive proof:

Take an $n$-sided polygon. Radius (center to vertex) $R$. Calculate the perimeter of the polygon. It will be:

$$P= 2\cdot R\cdot n\cdot \sin{ \theta}$$ where $\theta$ is $\frac{360}{2n}$ (Get this by dropping a perpendicular from vertex to a side, calculate the length of the side, remembering that we've bisected $\theta$ and the side. Multiply by $n$.)

Now watch this polygon become a circle: $$P=\lim\limits_{n \rightarrow \infty} 2\cdot R\cdot n\cdot \sin\left(\frac{180}{n}\right) = 2\cdot \left(\lim\limits_{n \rightarrow \infty} n\cdot \sin\left(\frac{180}{n}\right)\right)\cdot R$$ But it has to be $2\cdot \pi\cdot R$. So $\lim\limits_{n \rightarrow \infty} n\cdot \sin\left(\frac{180}{n}\right)$ must be $\pi$.

Solution 3:

Here's a pretty simple proof I know for your problem:

$$\lim_{x\to\infty}{\left[x\cdot\sin{\frac{a}{x}}\right]}$$

Let $$\frac{a}{x}=u$$ $$\Leftrightarrow\lim_{x\to\infty}{\left[x\cdot\sin{\frac{a}{x}}\right]}=\lim_{\frac{a}{u}\to\infty}{\left[\frac{a}{u}\cdot\sin{u}\right]}$$

With $$\frac{a}{u}\to\infty\Leftrightarrow u\rightarrow 0$$

$$\Leftrightarrow\lim_{x\to\infty}{\left[x\cdot\sin{\frac{a}{x}}\right]}=a\cdot\lim_{u\to 0}{\left[\frac{\sin{u}}{u}\right]}$$

There is a theorem that says: $$\lim_{u\to 0}{\left[\frac{\sin{u}}{u}\right]}=1$$

$$\Leftrightarrow\lim_{x\to\infty}{\left[x\cdot\sin{\frac{a}{x}}\right]}=a$$

q.e.d.

(Please note that $180°=\pi$. That's why $\Leftrightarrow\lim_{x\to\infty}{\left[x\cdot\sin{\frac{180°}{x}}\right]}=\pi$)

So notice that not any of the proofs here, not even yours, can be used to define pi, as a definition of something cannot contain that thing itself. It's like saying: "documentation is a word that means documentation"