Finding the Largest Triangle in a Polygon: Solutions Needed!

  • Context: Undergrad 
  • Thread starter Thread starter damrai
  • Start date Start date
  • Tags Tags
    Polygon Triangle
Click For Summary

Discussion Overview

The discussion revolves around finding the area of the largest triangle that can be formed from a polygon with n sides, considering two cases: one where all vertices of the triangle lie within the interior of the polygon, and another where at least some vertices lie on the polygon itself. The scope includes geometric reasoning and mathematical formulations related to polygons.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants argue that if all vertices of the triangle must be inside the polygon, there cannot be a "largest" triangle, as vertices can be moved closer to the polygon to create larger triangles.
  • Others question whether the polygon is fixed and whether it is convex or concave, suggesting that these factors may influence the problem.
  • One participant proposes that if any two vertices of the triangle lie on the polygon, the same reasoning applies, indicating that a largest triangle cannot be defined.
  • Another participant suggests that the largest triangle must have all three vertices on the polygon.
  • A participant proposes a method for convex polygons, relating the area of the triangle to the circumference and suggesting a procedure for removing vertices to find the triangle with the greatest area.

Areas of Agreement / Disagreement

Participants express disagreement regarding the conditions under which a largest triangle can be defined, with multiple competing views on the implications of vertex placement and polygon shape. The discussion remains unresolved.

Contextual Notes

Assumptions about the polygon's shape (convex or concave) and whether it is fixed or deformable are not fully clarified, which may affect the proposed solutions. The mathematical steps and reasoning behind the suggested methods are not fully developed.

damrai
Messages
3
Reaction score
0
Hi,

I am a newmember and a newbie to this forum.

I am interested in Maths especially Geometry. I am trying to deal with a geometry problem of polygon and i need help.

My question is -

I have a polygon with n number of sides. I want to find out the area of the largest possible triangle from this polygon in two cases.

Case: 1 All of the vertices of the largest triangle found lie in the interior of the polygon, that is none of the points of the triangle are on the polygon.

Case: 2 All or any of the vertices of the triangle lie on the polygon

Any ideas, links , formulas, algorithms that can be helpful is highly appreciated

Thanks in advance.

Regards,

Damrai
 
Mathematics news on Phys.org
If all of the vertices must be inside the polygon, there is no "largest" triangle.
Given any triangle with all vertices inside the polygon, you can move each vertex closer to the the polygon (say, half its distance from the polygon) and get a larger triangle.
 
I think some more information needs to be specified.

I assume that polygon is fixed (that is, it is not deformable) and, generally, not regular.

Is this polygon convex?
 
Hi,

Robphy and HallsofIvy thanks for your replies.

Assuming the polygon to be concave or convex. Also it is not a compulsion that all the three vertices lie within the boundary of the polygon.

HallsofIvy, you have mentioned that - "If all of the vertices must be inside the polygon, there is no "largest" triangle." - What if any two of the vertices lie on the polygon.


Awaiting for your replies.

Regards,
Damrai.
 
Last edited:
If any two of the vertices lie on the polygon, you can still move the last vertex closer and closer to the polygon, thus there is still no largest triangle.
 
In other words, the "largest triangle" you can place in a polygon must have all three vertices on the polygon.
 
Hello,

Koroljov and HallsofIvy, can you please put down the mathematical representation for my problem.

I need some mathematical formula, postulates or any theorem which can help me to find out the area of the largest triangle from this polygon.

Many thanks in advance.

Regards,

Damrai.
 
I think it can be solved this way (for a convex polygon):
Finding the triangle with the greatest area is the same as finding the triangle with the greatest circumference. (The formula of heroon: assume a triangle with sides a, b, c, and p=(a+b+c)/2, then the area=sqrt(p*(p-a)*(p-b)*(p-c))
Thus this might work:
If you remove a vertex of the polygon, the circumference of the polygon will change. You should remove the vertex of the polygon that causes the smallest change of circumference, and repeat this procedure until there are only 3 vertices left.

I'll post an image in some minutes.
 

Attachments

  • triangle.jpg
    triangle.jpg
    11.2 KB · Views: 455
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 20 ·
Replies
20
Views
5K