Smallest and largest possible angles of given polygon

16.3k Views Asked by At

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.

4

There are 4 best solutions below

1
On

Well that is not the case . The largest possible value of an interior angle could be is 180 . After that I think , it is denoted as an exterior angle . Just think about it a little bit . Also if n is supposed to be 5 then largest angle according to the above formula is 536. Not possible .

0
On

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.

1
On

I think, your guess is wrong. You guess smallest possible angle is 1 and largest possible angle is 178 for triangle. Triangle with this angles have angles 1, 1, 178 as you know the sum of all angles of a triangle is 180. We can take an angle which is less than 1. Let this angle be 0.1. Then the sum of other two angles must be 179.9, these angles can be 179 and 0.9 . So I 've proved your assumption wrong by counterexample. Actually, We can't decide smallest or largest angles for a triangle or polygon.

3
On

Angles do not usually have to be an integral number of degrees, so if you are requiring that you should say so. In that case, for the triangle you are fine. For the quadrilateral, once the angle gets larger than $180$ you have a concave quadrilateral, which is not always allowed, but if you accept them, you are fine. For more sides, angles greater than $359$ do not make sense.