Difference between revisions of "2004 AIME I Problems/Problem 4"

(Solution 3)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
A [[square (geometry) | square]] has sides of length 2.  [[Set]] <math> S  </math> is the set of all [[line segment]]s that have length 2 and whose [[endpoint]]s are on adjacent sides of the square. The [[midpoint]]s of the line segments in set <math> S </math> enclose a region whose [[area]] to the nearest hundredth is <math>k</math>.  Find <math> 100k</math>.
+
[[square (geometry) | Square]] <math>ABCD</math> has sides of length 2.  [[Set]] <math> S  </math> is the set of all [[line segment]]s that have length 2 and whose [[endpoint]]s are on adjacent sides of the square. The [[midpoint]]s of the line segments in set <math> S </math> enclose a region whose [[area]] to the nearest hundredth is <math>k</math>.  Find <math> 100k</math>.
  
 
== Solution ==
 
== Solution ==
Line 15: Line 15:
 
add(p);
 
add(p);
 
</asy></center>
 
</asy></center>
The set of all midpoints forms a quarter circle at each corner of the square.  The area enclosed by all of the midpoints is <math>4-4\cdot \left(\frac{\pi}{4}\right)=4-\pi \approx .86</math> to the nearest hundredth. Thus <math>100\cdot k=\boxed{086}</math>
+
The set of all midpoints forms a quarter circle at each corner of the square.  The area enclosed by all of the midpoints is <math>4-4\cdot \left(\frac{\pi}{4}\right)=4-\pi \approx .86</math> to the nearest hundredth. Thus <math>100\cdot k=\boxed{86}</math>
  
 
==Solution 2==
 
==Solution 2==
Line 31: Line 31:
  
 
The area of the shape then follows from simple calculations.
 
The area of the shape then follows from simple calculations.
 +
 +
 +
==Solution 3==
 +
To imagine the area, think of a ladder with a length of <math>2</math> sliding down a wall. It is known that as a ladder slides down a wall, its midpoint traces a quarter circle (if you don't believe me, try it with your pencil). There are <math>4</math> quarter circles, so their area is one circle or <math>\pi</math>. Thus, they enclose the area of the square minus the area of the quarter circles, which is <math>4-\pi \approx 0.86</math>, so <math>100k = \boxed{086}</math>. ~Extremelysupercooldude
 +
 
== See also ==
 
== See also ==
 
{{AIME box|year=2004|n=I|num-b=3|num-a=5}}
 
{{AIME box|year=2004|n=I|num-b=3|num-a=5}}

Latest revision as of 09:22, 11 July 2023

Problem

Square $ABCD$ has sides of length 2. Set $S$ 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 $S$ enclose a region whose area to the nearest hundredth is $k$. Find $100k$.

Solution

Without loss of generality, let $(0,0)$, $(2,0)$, $(0,2)$, and $(2,2)$ be the vertices of the square. Suppose the endpoints of the segment lie on the two sides of the square determined by the vertex $(0,0)$. Let the two endpoints of the segment have coordinates $(x,0)$ and $(0,y)$. Because the segment has length 2, $x^2+y^2=4$. Using the midpoint formula, we find that the midpoint of the segment has coordinates $\left(\frac{x}{2},\frac{y}{2}\right)$. Let $d$ be the distance from $(0,0)$ to $\left(\frac{x}{2},\frac{y}{2}\right)$. Using the distance formula we see that $d=\sqrt{\left(\frac{x}{2}\right)^2+\left(\frac{y}{2}\right)^2}= \sqrt{\frac{1}{4}\left(x^2+y^2\right)}=\sqrt{\frac{1}{4}(4)}=1$. Thus the midpoints lying on the sides determined by vertex $(0,0)$ 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]

The set of all midpoints forms a quarter circle at each corner of the square. The area enclosed by all of the midpoints is $4-4\cdot \left(\frac{\pi}{4}\right)=4-\pi \approx .86$ to the nearest hundredth. Thus $100\cdot k=\boxed{86}$

Solution 2

[asy] size(100); pointpen=black;pathpen = black+linewidth(0.7); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw(arc((0,2),1,270,360));  draw((0,1)--(1.7,2)); draw((0,2)--(1.7,1)); draw((0,1)--(1.7,1)--(1.7,2)); [/asy]

If we imagine an arbitrary line with length $2$ connecting two sides of the square, we can draw the rectangle formed by drawing a perpendicular from where that line touches the square.

Drawing the other diagonal of the rectangle, it also has length two, and it bisects with the original line. Since their intersection is the midpoint of both lines, the distance from the corner to the midpoint is always $1$, which forms a circle with radius $1$ centered at the corner of the square.

The area of the shape then follows from simple calculations.


Solution 3

To imagine the area, think of a ladder with a length of $2$ sliding down a wall. It is known that as a ladder slides down a wall, its midpoint traces a quarter circle (if you don't believe me, try it with your pencil). There are $4$ quarter circles, so their area is one circle or $\pi$. Thus, they enclose the area of the square minus the area of the quarter circles, which is $4-\pi \approx 0.86$, so $100k = \boxed{086}$. ~Extremelysupercooldude

See also

2004 AIME I (ProblemsAnswer KeyResources)
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. AMC logo.png