2004 AIME I Problems/Problem 4
Problem
A square has sides of length 2. Set is the set of all line segments that have length 2 and whose endpoints are on adjacent sides of the square. The midpoints of the line segments in set
enclose a region whose area to the nearest hundredth is
. Find
.
Solution
Without loss of generality, let ,
,
, and
be the vertices of the square. Suppose the endpoints of the segment lie on the two sides of the square determined by the vertex
. Let the two endpoints of the segment have coordinates
and
. Because the segment has length 2,
. Using the midpoint formula, we find that the midpoint of the segment has coordinates
. Let
be the distance from
to
. Using the distance formula we see that
. Thus the midpoints lying on the sides determined by vertex
form a quarter-circle with radius 1.
![[asy] size(100); pointpen=black;pathpen = black+linewidth(0.7); pair A=(0,0),B=(2,0),C=(2,2),D=(0,2); D(A--B--C--D--A); picture p; draw(p,CR(A,1));draw(p,CR(B,1));draw(p,CR(C,1));draw(p,CR(D,1)); clip(p,A--B--C--D--cycle); add(p); [/asy]](http://latex.artofproblemsolving.com/a/e/b/aeb05f492043e52d88710a01680e50ced5053389.png)
The set of all midpoints forms a quarter circle at each corner of the square. The area enclosed by all of the midpoints is to the nearest hundredth. Thus
See also
2004 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.