My teacher challenged my class to prove that the area is
$$A=\pi r^2.$$
We recently learned about Riemann sums, so I thought it would be possible to apply them to them to deriving the formula for the area of the circle. I know similar proofs exist, but this is one that I genuinely came up with on my own and I am wondering if it is valid. Please tell me if there is anything invalid about this proof or how it can be improved.
Imagine splitting a circle into an infinite number of isosceles triangles, where two legs extend from a vertex at the center of the circle to the edge of the circle. The central angle that each triangle makes can be represented as $\frac{2\pi}{n}$, where $n$ is the number of triangles in the circle.
The area of a triangle is $A=\frac{1}{2}ab\sin{C}$. Since the legs of each of the triangles extends from the center of the circle to the edge, that means that $a=b=r$, the radius of the circle. Therefore, the summation of every triangle in the circle as the number of triangles approaches infinity can be represented as:
$\lim_{ n\to\infty} \sum_{i=1}^{n} \frac{1}{2}r^2\sin(\frac{2\pi}{n})$
which can be rewritten as:
$\lim_{ n\to\infty} \frac{1}{2}r^2n\sin(\frac{2\pi}{n}) = 2\pi(\frac{1}{2})r^2 = \pi r^2$