What is the perimeter of the boundary of the region consisting of all points which can be expressed as with , and ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
The region is the sum of three segments (2,0), (0,1), (-3,4); such a region is a centrally symmetric hexagon whose sides are these segments, each used twice.
Solution
Write the point as a sum of three independent pieces:
So the region is obtained by starting with the segment from to , sweeping it along (giving a rectangle), and then sweeping that rectangle along .
Sweeping a convex polygon along a vector produces a convex polygon whose boundary consists of the original edges (each appearing once on the "front" and once on the "back") together with two copies of the sweep vector. Starting from the segment and sweeping twice, every one of the three generating vectors therefore appears exactly twice on the boundary. The region is a centrally symmetric hexagon with vertices
and its side vectors in order are , with lengths .
Perimeter: .
The answer is .
Why this works
A parametrization that is linear in parameters restricted to describes a Minkowski sum of segments, a zonogon. Its boundary is built from the generating segments, each traversed once in each direction, so the perimeter is simply twice the sum of the generator lengths, regardless of their directions (as long as no two are parallel). Recognizing the structure avoids any need to draw carefully.
Alternative approach
Plug in the eight corners : . The region is their convex hull; and lie inside, and the remaining six form the hexagon above. Compute the six side lengths with the distance formula and add.
The trap
Summing the three segment lengths only once (8), or treating the region as a parallelogram spanned by just two of the segments.
Common mistakes
- Summing the three segment lengths only once (8), or treating the region as a parallelogram spanned by just two of the segments.
- Including the interior corners or as hexagon vertices, which produces a non-convex path and a wrong perimeter.
Techniques
Test small/specific values or special cases to find or verify the answer · Exploit symmetry to reduce work or pair up objects