[Math] Smallest and largest possible angles of given polygon

geometrypolygons

What is the smallest and largest possible angle of a triangle? (my guess = 1, 178)

What is the smallest and largest possible angle of a quadrilateral (convex or concave doesn't matter, and also perfect integers (no decimals) only)? (my guess = 1, 357)

If my guesses are right, then:-

The smallest possible angle of an n-sided polygon is always 1.

The largest possible angle of an n-sided polygon is always ((n – 2) * 180) – (n – 1)

Angles must be specified in degrees not radians.

Best Answer

The set of values which are valid angle measurements does not have a minimum or a maximum if we are talking about non-degraded convex polygons. It does have an infimum and supremum - in case of a triangle the infimum is 0 and the supremum is 180.

Related Question