1

How does one prove that a regular $n$-gon with perimeter $1$, approaches (becomes) a circle as $n$ goes to (or if $n$ is) infinity?

It is not enough to prove that all points become equal distance to origin, since this also holds for the limiting object of the graph of largest area drawn on the square graph and enclosed by a circle as we make the squares smaller and smaller.

Is the circle the only possible object with all points distance $r$ from another, and total perimeter $2\pi r$?

Srivatsan
  • 26,311

2 Answers2

1

Your question is not really well-defined since you have not specified how you measure how close a geometric figure is to the circle. One possible definition would be to use the Hausdorff distance.

If you use it you need to show that for every $\epsilon >0$ there is a $N$ such that if $n>N$ then every point on the circle is closer than $\epsilon$ to a point on the $n$-gon and every point on the $n$-gon is closer than $\epsilon$ to a point on the circle.

This should be fairly easy. Any point on the circle is close to a vertex of the polygon if $n$ is large and any point on the polygon is also close to a vertex if $n$ is large. Since the vertices lie on both the circle and the polygon we are done.

Johan
  • 2,239
1

You could define the circle as a continuous function of the interval into some space (take your pick). Then model the $n$-gon as a piecewise continuous function which agrees with the circle on $n$ points in the interval. In the limit, the set of points at which the two functions agree is dense in the interval and since they're both continuous they should agree in the target space. Though not a very geometric answer.

dls
  • 4,636
  • Here's a neat polar formula for the $n$-gon: http://math.stackexchange.com/questions/41940/is-there-an-equation-to-describe-regular-polygons#41954 – dls Dec 08 '11 at 04:11