M HYPE SPLASH
// updates

The simplest way to calculate area of a pentagon

By Andrew Adams
$\begingroup$

I have a pentagon, whose all sides and angles I know. What would be the simplest way, i.e requires least calculations, to calculate its area?

If possible, can I generalize your way to higher polygons?

$\endgroup$

1 Answer

$\begingroup$

The approach that will work, would be to tediously triangulate the polygon, find all the angles / sides, and then use the sine formula or Heron's formula.

If there are special properties, you might be able to exploit it slightly.

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy