Topics / Geometry
Geometric Optimization
Maximum/minimum length or area, shortest paths, extremal configurations
What you need to know
- Triangle inequality: strictly; the extreme value of a length is often approached as the triangle degenerates to a line.
- Shortest path via reflection: to minimize for on line , reflect over to ; the minimum is , attained where crosses .
- For two given sides, the right triangle has maximum area since .
How AMC 10 tests it
- "Largest possible area of a triangle with sides and ?" or "...with integer sides and perimeter ?" (problems 8–15).
- A spider or ant on a box or cylinder; unfold and compare a few nets.
- Maximum number of intersection points of lines, circles, and polygons; the answer needs an upper bound and a construction.
Standard approaches
- Reflect a fixed point over the constraint line (or unfold the surface) so the path becomes a straight segment.
- Push the configuration to its degenerate extreme (collinear, right angle, tangent) and check that it is allowed.
- For "maximum number of" questions, bound each pair's contribution, then build an example achieving the bound.
Worked example
Points and lie on the same side of line , at distances and from , and the feet of the perpendiculars from and to are units apart. Point on minimizes . What is ?
(A) (B) (C) (D) (E)
Solution. Reflect over to , which is units below . For any on , , so . The vertical separation of and is and the horizontal separation is , so . By similar triangles, splits the horizontal in ratio , so is from the foot of . Hence
The answer is .
Pitfalls
- Reflecting both points, which leaves the path unchanged, or reflecting the wrong one.
- Reporting the total minimum () when the problem asks for a piece of it.
- Forgetting the construction half of a "maximum number" argument.
Traps that recur
- Picking choice (E), which needs 5 space diagonals, without checking that a corner can be the endpoint of only one space diagonal. (2010 AMC 10A #20)
- Assuming a triangle with the given perimeter and area exists and answering 2 or 4 by symmetry, without checking whether height 20 is reachable. (2019 AMC 10B #10)
- Answering 13 by allowing the longest side to equal the sum of the other three, which gives a degenerate flat figure. (2023 AMC 10A #4)
- Stacking the rectangles end to end (3 + 4 = 7) and answering 49, without trying the side-by-side arrangement. (2006 AMC 10B #5)
Problems, easiest first
A quadrilateral has all integer side lengths, a perimeter of , and one side of length . What is the greatest possible length of one side of this quadrilateral?
A rectangle and a rectangle are contained within a square without overlapping at any point, and the sides of the square are parallel to the sides of the two given rectangles. What is the smallest possible area of the square?
In a given plane, points and are units apart. How many points are there in the plane such that the perimeter of is units and the area of is square units?
A fly trapped inside a cubical box with side length meter decides to relieve its boredom by visiting each corner of the box. It will begin and end in the same corner and visit each of the other corners exactly once. To get from a corner to any other corner, it will either fly or crawl in a straight line. What is …