I have a quadrilateral whose four sides are given
2341276, 34374833, 18278172, 17267343 units.
How can I find out its area? What would be the area?
|
I have a quadrilateral whose four sides are given 2341276, 34374833, 18278172, 17267343 units. How can I find out its area? What would be the area? |
|||||
|
|
Have you seen this(mathworld article)? In particular, the area of a planar quadrilateral is given by $\frac{1}{4}(b^2+d^2-a^2-c^2) \tan \theta$ where $a,b,c$ and $d$ are the side lengths. |
|||
|
|
|
I can't comment (not enough reputation), but as this sort of a partial answer anyway, I'll just post it as an answer. Rahula Narain's comment is correct that the area depends on more than just the sidelengths. But assuming the sidelengths are listed in the question in order around the polygon as usual (in fact, assuming any particular order on the sidelengths), the polygon is pretty constricted in terms of its shape (note that the first side is very small compared to the others, and the last two sum to about the same as the second). So it should be possible to get bounds on the area. (Even if we don't assume an order on the sidelengths, there are only three possibilities modulo things that don't affect area. And because one side is so small and one so large, the three areas should all have pretty similar bounds.) Any takers? |
|||
|
|
|
Use the Brahmagupta Formula, $A = \sqrt{(s-a)(s-b)(s-c)(s-d)}$, where $a$, $b$, $c$ and $d$ are the lengths of the four sides of the quadrilateral, and $s =\frac{a + b + c + d}2$. |
||||
|