Find Area of Polygon: Simpler Method?

  • MHB
  • Thread starter Blandongstein
  • Start date
  • Tags
    Area Polygon
In summary, to find the area of the polygon formed by the points (3,5), (5,11), (14,7), (8,3), and (6,6), you can use the Shoelace formula. Alternatively, you can divide the polygon into trapezoids and find the total area by adding the areas of the upper trapezoids and subtracting the areas of the lower trapezoids. The final area is 41.5.
  • #1
Blandongstein
9
0
Find the area of the polygon formed by the points (3,5), (5,11), (14,7), (8,3), and (6,6).

I can find the area of the polygon by dividing it into 3 triangles and then finding area of each triangle separately. I want to know if there is any simpler way of doing this.
 
Last edited:
Mathematics news on Phys.org
  • #2
Hello DigitalComputer! Such problems are solved using the shoelace formula. If $A_r (x_r , y_r); \ r = 1,2,3, \cdots , n$ be the vertices of a polygon, taken in order then the area of the polygon $A_1 A_2 A_3 \cdots A_n$ is given by

\[\text{area}= \Bigg|\frac{1}{2}\left( \sum_{r=1}^{n-1} \begin{vmatrix}x_i & y_i \\ x_{i+1} & y_{i+1}\end{vmatrix}+\begin{vmatrix}x_n & y_n \\ x_{1} & y_{1}\end{vmatrix}\right) \Bigg|\]
 
Last edited:
  • #3
DigitalComputer said:
Find the area of the polygon formed by the points (3,5), (5,11), (14,7), (8,3), and (6,6).

I can find the area of the polygon by dividing it into 3 triangles and then finding area of each triangle separately. I want to know if there is any simpler way of doing this.

Hi DigitalComputer, :)

To elaborate more on the Shoelace method, suppose you have a set of points, \((x_i,\,y_i)\mbox{ where }i=1,\,2,\,\cdots,\,n\), which are vertices of a polygon. Then the Shoelace formula is,

\[A={1 \over 2}|x_1y_2 + x_2y_3 + \cdots + x_{n-1}y_n + x_ny_1 - x_2y_1 - x_3y_2 - \cdots - x_ny_{n-1} - x_1y_n|\]

where \(A\) is the area of the polygon.

Note that in the Shoelace formula, the positive terms are obtained by the following manner;

The first \(x\) coordinate is multiplied by the second \(y\) coordinate, the second \(x\) coordinate is multiplied by the third \(y\) coordinate and so on. Finally the nth, \(x\) coordinate is multiplied by the first \(y\) coordinate.

And the negative terms are obtained by,

The second \(x\) coordinate is multiplied by the first \(y\) coordinate, the third \(x\) coordinate is multiplied by the second \(y\) coordinate and so on. Finally the first \(x\) coordinate is multiplied by the nth, \(y\) coordinate.

In your case, you have the points, \((3,5),\,(5,11),\, (14,7),\, (8,3)\mbox{ and }(6,6)\). Therefore by the Shoelace formula,

\[A=\frac{1}{2}|(3\times 11)+(5\times 7)+(14\times 3)+(8\times 6)+(6\times 5)-(5\times 5)-(14\times 11)-(8\times 7)-(6\times 3)-(3\times 6)|=41.5\]

Kind Regards,
Sudharaka.
 
  • #4
Hello, DigitalComputer!

Find the area of the polygon formed by the points;
. . A (3,5), B(5,11), C(14,7), D(8,3), and E(6,6).

I use trapezoids . . .

Code:
[SIZE=3]
      |
      |           B
      |           o
      |          *: *
      |         * :   *
      |        *  :     *
      |       *   :   E   *
      |      *    :   o     *
      |     *     *   :*      *
      |    *  *   :   : *       o C
      | A o       :   :  *   *  :
      |   :       :   :   o     :
      |   :       :   :   D     :
      |   :       :   :   :     :
  - - + - + - - - + - + - + - - + - - -
      |   F       G   H   I     J[/SIZE]

First, I find the total area under the tent-shaped figure:
. . trapezoids [tex]ABGF + BCJG.[/tex]

Then I subtract the areas of the three lower trapezoids:
. ..[tex]AEHF + EDIH + DCJI[/tex]
 
  • #5
Thank You!
 

FAQ: Find Area of Polygon: Simpler Method?

1. What is the formula for finding the area of a polygon using the simpler method?

The formula for finding the area of a polygon using the simpler method is (1/2) x perimeter x apothem, where the apothem is the distance from the center of the polygon to the midpoint of any side.

2. How do I determine the perimeter of the polygon?

The perimeter of a polygon is the sum of the lengths of all its sides. You can measure each side using a ruler or calculate it using the coordinates of the vertices.

3. Can I use this method for any type of polygon?

Yes, this method can be used for any regular or irregular polygon as long as you know the length of its sides and the apothem.

4. What is the difference between the simpler method and the traditional method for finding the area of a polygon?

The traditional method involves dividing the polygon into triangles and then calculating the area of each triangle separately. The simpler method, on the other hand, uses the measurement of the perimeter and the apothem to directly calculate the area of the polygon.

5. How accurate is the simpler method for finding the area of a polygon?

The simpler method is a good approximation for finding the area of a polygon. However, as the number of sides of the polygon increases, the accuracy decreases. For more precise results, it is recommended to use the traditional method.

Similar threads

Replies
2
Views
785
Replies
2
Views
1K
Replies
8
Views
1K
Replies
4
Views
3K
Replies
6
Views
5K
Replies
2
Views
3K
Replies
1
Views
1K
Back
Top