How?Prove polygon->circle, area->max



If the number of sides (N) of a regular polygon increases the area
approaches that of a circle (within which it is inscribed) - I want to
be able to show what value the area of the polygon approaches as N-
infinity for a given value of the circumference (C).

The base of the triangles (created by lines drawn from the centre to
each corner) has a length:-
Lb = C/N

The angle at the apex of each triangle is:-
theta=2pi(rad)/N

The adjacent length for each triangle (line from centre of polygon to
mid-point of a side) is:-
La = (Lb/2) / (tan (theta/2))

Area of each of the N triangles is:
An = (Lb/2) x La
i.e. (half x base) x height

Area of polygon is:-
Ap = N x An

Substituting for An and then La and Lb above and then simplifying
gives me:-

Ap = N.(X/Y)

where:
X=(C/2N)^2
Y=tan(pi/N)

How do I then show what value Ap approaches as N increases?
Inspecting the terms X and Y show that Y->0 as tan(0)=0 and X->0 and N-
infinity so I end up proving nothing - how should I go about this? If
N=1000 Ap aproaches (C^2)/4pi (from A(circle)=pi(R^2), and
C(circle)=2.pi.R)

C=2.pi.R, I thought I could differentiate Ap wrt N but I'm having to
scratch around my maths from years ago to prove this - I think I
should be able to show how

Ap = N.(X/Y) -> (C^2)/4pi as N->infinity

I may get there in the end but maybe I'm tackling it the wrong way or
I've missed something. A bit of help would be appreciated.

cheers

.



Relevant Pages

  • Re: conformal map regular polygone into unit circle.
    ... > maps the unit circle into a REGULAR polygon ... > way too complex to be integrated (I'm trying to find the mapping for a ... > circle in the S-C transform because out of the symmetry of the problem, ... they should also be on a regular polygon. ...
    (sci.math.research)
  • Re: Church-Turing compared to Zuse-Fredkin thesis (two new papers)
    ... They quit teaching square root by hand in the 1960s in the ... of 180,000 sides containing the unit circle, each side is very ... of the polygon are virtually indistinguishable. ... right triangles which emerge at each side of the n-sides of the polygon. ...
    (comp.theory)
  • Re: outline polygon of overlapping triangles
    ... where I can get an algorithm that creates ... If you want the polygon that is the union of the ... triangles, the suggestion to use Alan Murtha's ...
    (comp.graphics.algorithms)
  • Re: From Triangle tiles to convex Polygons.
    ... I start out with a complicated non-convex polygon with holes. ... it into OpenGL GLU, and I get back a few hundred triangles that ... problem is that a few hundred triangles is way too many, ... I think you can do this by taking your triangulation and merge triangles to build multiple convex polygons from it. ...
    (comp.graphics.algorithms)
  • Re: Uniformly Distribute Points inside Polygon
    ... With the meshgrid, I ... won't know how many points will fall into the polygon beforehand. ... Since you are still interested in filling triangles, I thought I would fix up ... It is not an absolutely uniform filling in the sense of, say, packing spheres ...
    (comp.soft-sys.matlab)