1

I want to derive a formula to calculate the area of a irregular hexagon which is guaranteed to have all internal angles = 120 degrees. Please guide me how to proceed to form a general formula.

Bhoot
  • 135

2 Answers2

3

Hint:
Which triangles are equilateral?

enter image description here

Eclipse Sun
  • 9,338
  • 21
  • 44
0

Let the side lengths be $a_1, \ldots, a_6$. If we add an isolateral triangle of side length $a_1$ to the first edge, one of side length $a_3$ to the third and one of side length $a_5$ to the fifth edge, we obtain an isolaeral triangle of side length $a_1+a_2+a_3=a_3+a_4+a_5=a_5+a_6+a_1$. The area of the hexagon is therefore $$\frac{\sqrt 3}4\left((a_1+a_2+a_3)^2-a_1^2-a_3^2-a_5^2\right) =\frac{\sqrt 3}4\left((a_1+a_3)a_2-a_5^2\right)$$

  • Your RHS of the equation is incorrect. For example, take every variable with value 1. LHS = const6, RHS = const1 – Daksh Shah Apr 08 '20 at 13:45