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



On Sun, 15 Jul 2007 08:01:07 -0700, Steve Ro
<junkmailjunk@xxxxxxxxxxx> wrote:

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

See, for example, formula (9) at
<http://mathworld.wolfram.com/RegularPolygon.html>

A = 1/2 n R^2 sin(2 pi/n)

We want to find

lim[n -> oo] sin(2 pi/n) / (1/n)

After applying L'Hospital once, this becomes

lim[n -> oo] 2 pi cos(2 pi/n)

which equals 2 pi. Hence

A = 1/2 R^2 2 pi = pi R^2

.



Relevant Pages

  • 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)
  • Re: Detect circle overlapping line
    ... and I know the coordinates for each point in the polygon. ... want to draw a circle on the form, but I want to make sure that it ... the circle and the polygon and check if they intersect (look up ... any of those triangles. ...
    (microsoft.public.dotnet.framework.drawing)