I'm calculating with triangle to prove area of a circle. I start with a rectangle and I have 4 triangles in it.
Area of a rectangle can be calculated by $ S = 4 (\frac12 r a) $
$$2r = a \Rightarrow r = \frac12 a $$
$$S = 4(\frac12ra) = 2ra = a^2$$

Area of Hexagonal is $ S = 6 (\frac12 r a) $
I name $n$ for triangles count $$S = n (\frac12 r a) $$ With adding triangles, the shape goes to be a circle:
Area of the circle is: $$S = \lim_{n\to ∞} \frac{n r a}{2} $$
How can I mathematically prove that: $$\lim_{n\to ∞} \frac{n r a}{2} = \pi r^2$$
Or if possible: $$\lim_{n\to ∞} \frac{n a}{2r} = \pi$$

$$S=n(\frac12 ra)$$ If you are dividing the circle in $n$ triangles then angle at center of each triangle is $\frac{2\pi}n$. You know that the radius is $r$ of the circle then what is the base $a$. $$a=2r\sin\left(\frac{\pi}n\right)$$ Therefore $$S=n\left(r^2\sin\left(\frac{\pi}n\right)\right)$$ Take the limit of this and you get $$\lim_{n\rightarrow \infty}S=\pi r^2$$
An interesting observation.
Amir has taken the height of the triangle as $r$ and I have given a solution with hypoteneuse being $r$. Although both give the same limit they are different sequences. Amir's approach is such that the circle is contained inside the polygon and my approach is one where polygon is contained inside the circle. Which means the areas in Amir's case form an decreasing sequence and in my case form an increasing sequence.