Understanding Regular Star Polygons
A regular star polygon is formed by connecting every other vertex of a regular polygon, or by alternating outer and inner vertices at equal angular intervals. The most common example is the five-pointed star (pentagram).
Star Properties
Area Formula
The area of a star with n points, outer radius R, and inner radius r.
A = n * R * r * sin(pi/n)
Perimeter Formula
Sum of all outer edge lengths of the star.
P = 2n * sqrt(R² + r² - 2Rr*cos(pi/n))
Default Inner Radius
For a regular star {n/2}, the inner radius relates to the outer radius.
r = R * cos(2*pi/n) / cos(pi/n)
Common Star Shapes
- Pentagram (5 points): The classic five-pointed star used in flags and symbols worldwide.
- Star of David (6 points): Two overlapping equilateral triangles forming a hexagram.
- Octagram (8 points): An eight-pointed star common in Islamic geometric art.
- Decagram (10 points): A ten-pointed star with intricate symmetry.
Applications
Star shapes appear in architecture, flag design, decorative arts, and mathematics. Understanding their geometry is essential in design, engineering, and even crystallography.