AMC 10 Step by Step

Topics / Geometry

Geometric Optimization

Maximum/minimum length or area, shortest paths, extremal configurations

4
primary-topic problems (0.3% of all)
7
more as a secondary topic
Where it appears
3
P1-10
0
P11-15
1
P16-20
0
P21-25

What you need to know

  • Triangle inequality: a+b>ca + b > c strictly; the extreme value of a length is often approached as the triangle degenerates to a line.
  • Shortest path via reflection: to minimize AP+PBAP + PB for PP on line \ell, reflect BB over \ell to BB'; the minimum is ABAB', attained where AB\overline{AB'} crosses \ell.
  • For two given sides, the right triangle has maximum area since 12absinC12ab\frac12 ab\sin C \le \frac12 ab.

How AMC 10 tests it

  • "Largest possible area of a triangle with sides aa and bb?" or "...with integer sides and perimeter nn?" (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

  1. Reflect a fixed point over the constraint line (or unfold the surface) so the path becomes a straight segment.
  2. Push the configuration to its degenerate extreme (collinear, right angle, tangent) and check that it is allowed.
  3. For "maximum number of" questions, bound each pair's contribution, then build an example achieving the bound.

Worked example

Points AA and BB lie on the same side of line \ell, at distances 22 and 66 from \ell, and the feet of the perpendiculars from AA and BB to \ell are 1515 units apart. Point PP on \ell minimizes AP+PBAP + PB. What is APAP?

(A) 154\dfrac{15}{4} (B) 44 (C) 174\dfrac{17}{4} (D) 92\dfrac92 (E) 55

Solution. Reflect AA over \ell to AA', which is 22 units below \ell. For any PP on \ell, AP=APAP = A'P, so AP+PB=AP+PBABAP + PB = A'P + PB \ge A'B. The vertical separation of AA' and BB is 2+6=82 + 6 = 8 and the horizontal separation is 1515, so AB=17A'B = 17. By similar triangles, PP splits the horizontal 1515 in ratio 2:62:6, so PP is 154\frac{15}{4} from the foot of AA. Hence
AP=22+(154)2=28916=174. AP = \sqrt{2^2 + \left(\tfrac{15}{4}\right)^2} = \sqrt{\tfrac{289}{16}} = \tfrac{17}{4}.
The answer is (C) 174\boxed{\textbf{(C)}\ \dfrac{17}{4}}.

Pitfalls

  • Reflecting both points, which leaves the path unchanged, or reflecting the wrong one.
  • Reporting the total minimum (1717) 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