I was trying to show how to find $\pi$ value from formula $\pi R^2$, but I don't understand where is my mistake.
So I am calculating area using $n$ triangles 1
let $R=1$, then one triangle area is $1\cdot 1\cdot \dfrac{\sin\left(\frac{360^\circ}{n}\right)}{2}$, all plot then would be
$\displaystyle\lim_{ n\to\infty }\dfrac{n \sin\dfrac{360^\circ}{n}}{2}=\pi\cdot 1^2$
from the formula $\displaystyle\lim_{x\to 0}\frac{\sin x}{x}=1$
$\displaystyle\lim_{ n\to\infty }\frac{n \sin\dfrac{360^\circ}{n}}{2}=\lim_{ n\to\infty }\dfrac{360^\circ\dfrac{n}{360^\circ} \sin \dfrac{360^\circ}{n}}{2}=180^\circ$
So I get that $180^\circ=\pi$, where is my mistake?
$$\lim_{n\to \infty}\frac{n\sin \frac{2\pi}{n}}{2}$$ Multiply the initial limit by $\frac{2\pi}{2\pi}$ and substitute $t=\frac{2\pi}{n}$. Note that if $n\to \infty$ then $\frac{2\pi}{n}\to 0$. $$\lim_{t\to 0}\frac{2\pi\sin t}{2t}=\pi \lim_{t\to 0}\frac{\sin t}{t}=\pi$$ This gives us our wanted answer $$\lim_{n\to \infty}\frac{n\sin \frac{2\pi}{n}}{2}=\pi$$