Consider a circle of radius 1. That circle has area pi. We can approximate that area with the area of inscribed regular polygons with n sides. By dividing the polygon in n congruent triangles we can see that the polygon has area $\frac{n*sin(\frac{2*pi}{n})}{2}$. That means that the limit of $\frac{n*sin(\frac{2*pi}{n})}{2}$ as n goes to infinity is pi. How can we show this through calculation?
2026-03-26 06:26:22.1774506382
Limit approaching pi
217 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$\begin{align} \lim_{n\to \infty} \frac{n \sin \left(\tfrac{2\pi}{n}\right)}{2} &= \lim_{n\to \infty} \pi \cdot \frac{\sin \left(\tfrac{2\pi}{n}\right)}{\tfrac{2\pi}{n}} \\ &= \pi \cdot \lim_{\theta \to 0} \frac{\sin \theta}{\theta} \\ &= \pi \cdot 1 \\ &= \pi. \end{align}$$