返回题库

AIME 1999 · 第 6 题

AIME 1999 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A transformation of the first quadrant of the coordinate plane maps each point (x,y)(x,y) to the point (x,y).(\sqrt{x},\sqrt{y}). The vertices of quadrilateral ABCDABCD are A=(900,300),B=(1800,600),C=(600,1800),A=(900,300), B=(1800,600), C=(600,1800), and D=(300,900).D=(300,900). Let kk_{} be the area of the region enclosed by the image of quadrilateral ABCD.ABCD. Find the greatest integer that does not exceed k.k_{}.

解析

Solution

A=(900,300)B=(1800,600)C=(600,1800)D=(300,900)\begin{aligned}A' = & (\sqrt {900}, \sqrt {300})\\ B' = & (\sqrt {1800}, \sqrt {600})\\ C' = & (\sqrt {600}, \sqrt {1800})\\ D' = & (\sqrt {300}, \sqrt {900}) \end{aligned} First we see that lines passing through ABAB and CDCD have equations y=13xy = \frac {1}{3}x and y=3xy = 3x, respectively. Looking at the points above, we see the equations for ABA'B' and CDC'D' are y2=13x2y^2 = \frac {1}{3}x^2 and y2=3x2y^2 = 3x^2, or, after manipulation y=x3y = \frac {x}{\sqrt {3}} and y=3xy = \sqrt {3}x, respectively, which are still linear functions. Basically the square of the image points gives back the original points and we could plug them back into the original equation to get the equation of the image lines.

Now take a look at BCBC and ADAD, which have the equations y=x+2400y = - x + 2400 and y=x+1200y = - x + 1200. The image equations hence are x2+y2=2400x^2 + y^2 = 2400 and x2+y2=1200x^2 + y^2 = 1200, respectively, which are the equations for circles.

AIME diagram

To find the area between the circles (actually, parts of the circles), we need to figure out the angle of the arc. This could be done by arctan3arctan13=6030=30\arctan \sqrt {3} - \arctan \frac {1}{\sqrt {3}} = 60^\circ - 30^\circ = 30^\circ. So the requested areas are the area of the enclosed part of the smaller circle subtracted from the area enclosed by the part of the larger circle = 30360(R2πr2π)=112(2400π1200π)=100π\frac {30^\circ}{360^\circ}(R^2\pi - r^2\pi) = \frac {1}{12}(2400\pi - 1200\pi) = 100\pi. Hence the answer is 314\boxed{314}.