As the title suggests I'm trying to find a formula for the area of a regular n-gon that doesn't use trigonometry. I already know the trig formula and I realize that my question is simply asking for how to convert this into non-trig form. I know it will involve some kind of infinite summation but I have no clue how to work it out. The n-gon is inscribed in a circle of radius b (say). Please don't use b=1 if you help me because I want to see how b enters into the formula.
Thanks
Area of regular $n$-gon in terms of circumradius $b$ is $$A=\frac{1}{2} nb^2 \sin\left(\frac{2\pi}{n}\right),$$so to avoid the sine function expand in a taylor series: $$A=\frac{1}{2} nb^2\sum_{k=0}^\infty \frac{(-1)^k\left(\frac{2\pi}{n}\right)^{1+2k}}{(1+2k)!}.$$