Writeup: Putnam 2007 A2
Problem Statement
Find the least possible area of a convex set in the plane that intersects both branches of the hyperbola and both branches of the hyperbola .
My Solution
Note that the convexity requirement makes this problem a lot easier. Let our convex set be . Then note that must contain at least 4 points: 2 on the branches of , and on the branches of . In any clockwise order, let these points be .
Let denote the area of a set
Then note that the convex hull of satisfies since must be contained within .
Let the points be , and let , , , . Then by the shoelace theorem, we must have
By AM-GM this quantity is at least .
We can achieve this by using the corners .