# An algorithm to find maximum area polygons circumscribed about a convex   polygon

**Authors:** Markus Ausserhofer, Susanna Dann, Zsolt L\'angi, G\'eza T\'oth

arXiv: 1706.08152 · 2024-03-25

## TL;DR

This paper introduces an algorithm to find the maximum area convex polygon circumscribed about a given convex polygon, providing solutions for general and regular polygons, and disproving a related conjecture.

## Contribution

It presents a novel O(n^3) algorithm for maximum area circumscribed polygons and offers explicit solutions for regular polygons, also disproving a conjecture.

## Key findings

- Algorithm computes maximum area circumscribed polygons in O(n^3) time
- Explicit solutions provided for regular polygons
- Disproves a conjecture of Farris

## Abstract

A convex polygon Q is circumscribed about a convex polygon P if every vertex of P lies on at least one side of Q. We present an algorithm for finding a maximum area convex polygon circumscribed about any given convex n-gon in O(n^3) time. As an application, we disprove a conjecture of Farris. Moreover, for the special case of regular n-gons we find an explicit solution.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.08152/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1706.08152/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1706.08152/full.md

---
Source: https://tomesphere.com/paper/1706.08152