- #1
newbie7.07
- 7
- 0
This is a formula to find the area of a regular polygon with sides of equal length only using the side length.
(ns2cot(180/n))/4
Where n is equal to the number of sides and s is the side length.
Also, knowing radius (r) or apothem (a)
(na2tan(180/n))/4
(nr2sin(180/n)cos(180/n))/4
Has someone found this before?
(ns2cot(180/n))/4
Where n is equal to the number of sides and s is the side length.
Also, knowing radius (r) or apothem (a)
(na2tan(180/n))/4
(nr2sin(180/n)cos(180/n))/4
Has someone found this before?