The inverse problem of convex polygon coordinates

This paper focuses on convex polygons in the plane by summarizing and comparing Gibbs coordinates (based on entropy maximization and exponential functions) with Wachspress coordinates (rational functions), identifying their points of agreement and divergence, and demonstrating how Gibbs coordinates for polygons with rational vertices can be interpreted as algebraic functions.

A. B. Romanowska, J. D. H. Smith, A. Zamojska-Dzienio

Published Tue, 10 Ma
📖 5 min read🧠 Deep dive

Imagine you have a convex polygon (like a square, a triangle, or a weirdly shaped four-sided figure) drawn on a piece of paper. Inside this shape, there is a specific point, let's call it The Target.

The big question this paper asks is: "How can we describe The Target using only the corners of the shape?"

In math, we do this by saying The Target is a "mixture" of the corners. If the corners are ingredients (like flour, sugar, and eggs), The Target is the cake. The "recipe" (the amounts of each ingredient) are called Barycentric Coordinates.

The problem is: There isn't just one recipe. You can make the same cake in many different ways. This paper compares two famous, very different recipes for finding the "perfect" mixture.

The Two Chefs: Gibbs vs. Wachspress

The authors compare two different "chefs" (mathematical methods) who try to find the best recipe for any point inside the polygon.

1. Chef Gibbs: The Entropy Maximizer (The "Smooth" Approach)

Chef Gibbs is a statistician. He believes the best recipe is the one that is most random or most balanced.

  • The Analogy: Imagine you are trying to guess the weather. If you have no idea, you assume every possibility is equally likely. Gibbs wants the "least biased" mix.
  • How it works: He uses a special formula involving exponentials (like exe^x). It's like a complex, high-tech blender that smooths everything out perfectly.
  • The Catch: Because it uses exponentials, the math is "transcendental." It's hard to calculate exactly without a computer, and the numbers can get messy. It's like trying to bake a cake using a recipe that requires "a pinch of the square root of pi."

2. Chef Wachspress: The Geometric Rationalist (The "Clean" Approach)

Chef Wachspress is a geometer. He believes the best recipe comes from simple shapes and areas.

  • The Analogy: Imagine the polygon is a pizza. To find the weight of a slice, you just look at the area of the triangle formed by the point and the two corners.
  • How it works: He uses rational functions (fractions of polynomials). It's like a standard kitchen scale. You measure, you divide, you get a clean fraction. No weird exponentials.
  • The Catch: While the math is "cleaner" (easier for computers to handle exactly), it might not be the "most random" or balanced mix in the statistical sense.

The Great Showdown: When do they agree?

The authors spent the paper figuring out when these two chefs produce the exact same cake.

  • The "Simple" Cases (Agreement):
    If your shape is a triangle or a parallelogram (a "semisimplex"), both chefs agree! They produce the exact same recipe. In these simple shapes, the "most random" mix is the same as the "geometric area" mix.

  • The "Weird" Cases (Disagreement):
    If your shape is a generic quadrilateral (a four-sided shape that isn't a parallelogram), the chefs disagree.

    • Chef Gibbs might say: "This point is 22% Corner A, 24% Corner B..."
    • Chef Wachspress might say: "No, it's 18% Corner A, 26% Corner B..."
    • The Result: The point is the same, but the "recipe" is different.

The "Equator" and the Discrepancy

The paper introduces some cool concepts to map out this disagreement:

  1. The Discrepancy Field: Imagine a wind map over the polygon. The wind shows you how much the two recipes differ at every single point.
  2. The Equator: This is the most fascinating part. Even though the chefs disagree almost everywhere, there is a special curved line running through the middle of the shape (connecting two opposite corners) where they suddenly agree.
    • Think of it like a "peace treaty line." If you stand on this line, Chef Gibbs and Chef Wachspress shake hands and give you the exact same recipe.
    • The authors actually calculated the exact equation for this line (it's a bit complex, but it exists!).

Why Does This Matter?

You might ask, "Who cares about two different ways to mix corners?"

  • Computer Graphics & Video Games: When rendering 3D models, computers need to know how to color a point inside a triangle or polygon based on the colors of the corners. Wachspress coordinates are great because they are easy for computers to calculate quickly (rational functions). Gibbs coordinates are great for physics simulations where "entropy" or randomness matters.
  • Mathematical Unity: The authors show that these two seemingly different worlds (statistics/entropy and geometry/areas) are actually connected. They are both trying to solve the same problem: "How do we describe a point using its boundaries?"

The Bottom Line

This paper is a detective story about coordinates.

  • The Mystery: How do we describe a point inside a shape using its corners?
  • The Suspects: The "Entropy Chef" (Gibbs) and the "Geometry Chef" (Wachspress).
  • The Verdict: They are best friends in simple shapes (triangles/parallelograms) but have a rocky relationship in complex shapes. However, they always find a middle ground on a special "Equator" line running through the shape.

The authors essentially built a dictionary to translate between the language of Statistics (entropy, probabilities) and the language of Geometry (areas, determinants), showing us that even in math, there are many ways to slice the same pizza.