Jump to content

Newbie question: how to calculate square metres of an area


dborsje

Recommended Posts

Dear all,

 

I am involved in a demining project and I have a question I can't solve myself.

 

Suppose I have 5 waypoints: a, b, c, d and e.

 

I need to calculate the area in square metres, delimited by these 5 waypoints.

 

Any help would be greatly appreciated.

 

Dick Borsje, Angola

 

Dick Borsje

Link to comment

well how i would do thot is...

 

take your points...

 

1) find the distances between them around the perimeter of the area they enclose

 

2) assuming the 5 points are in the shape of a true pentagon take the distance from the point(top) of the pentagon te each of the 2 base points. now you have divided the 5 points into 3 triangles which are easy to figure out.

 

icon_wink.gif Now where did I set my GPS??? icon_wink.gifplanetrobert.net

Link to comment

Assuming you have rectangular coordinates for each of the points -

 

The area of a polygon whose vertices are P1, P2, .., Pn is given by the expression

 

K = [(x1y2 + x2y3 + x3y4 + ... + xny1) - (x2y1 + x3y2 + x4y3 + ... + x1yn)]/2

 

I'm afraid the chances of getting a useful answer using the technique given by SirRalanN are just about zero.

 

A geocaching forum is not the first place I would go to ask a math question.The math forum would be a much better place. The answers to nearly any math problem you can think of are already there.

 

A quick search on "irregular polygon" turns up a number of pages, including the one containing the above formula.

Link to comment

quote:
Originally posted by blindleader:

A geocaching forum is not the first place I would go to ask a math question.http://mathforum.org/ would be a much better place. The answers to nearly any math problem you can think of are already there.


Not to be overly snarky, but if that's the quality of the information to be found there, it's best forgotten about. That formula is only useful for convex polygons, and they didn't bother to mention that tiny little restriction. It makes you wonder how many of the other formulae listed there have similarly limited applicability.

 

The notion of subdividing the polygon into its constituent triangles works for any polygon and has been used by GIS people for many years to great effect. (Provided you can figure out which triangles to use; that's the part where it helps to plot the polygon on paper.)

 

[Edit: I see now that SirRalanN's method also assumes a convex polygon, but that assumption was unnecessary. You just have to pick three triangles whose intersection is empty and whose union is equivalent to the original pentagon. In the case of a convex pentagon, SirRalanN's triangles fulfill that criterion.]

Link to comment

Blindleader was kind enough to write me privately and point out that, as usual, the truth lies somewhere in the middle. It turns out that both mathforum and mathworld got the constraints wrong. The determinant formula works for any simple polygon, which is to say any polygon without self-intersections, holes, or discontinuities. So, since the area in question is probably a simple polygon, the determinant formula should work just fine (again, assuming that the area the polygon covers is small enough to be approximately planar.) I apologize for any confusion I might have caused, and I apologize for my prejudice toward mathforum. I'll go soak my head now.

Link to comment

I wouldn't go so far as to say either site got the constraints wrong. mathworld doesn't say that the formula applies only to convex polygons. In fact it doesn't say anything about concave polygons. It presents the formula in a more general presentation about convex polygons. Neither site mentions the assumption that we are talking about simple polygons. Such an assumption in talking about elementary plane geometry is reasonable, unless you're of the school that thinks Betrand Russell did the world a service by taking I-don't-know-how-many-dozen-pages to prove that 1+1=2. icon_biggrin.gif

 

I hope vtpaddler recognizes that his cogo program uses "all of that nonsense" (the determinant formula) to calculate areas. Land surveyors always assume simple polygons and a flat Earth too.icon_smile.gif

 

Now about this here snarkiness that's going around...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...