返回题库

AIME 2020 II · 第 4 题

AIME 2020 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangles ABC\triangle ABC and ABC\triangle A'B'C' lie in the coordinate plane with vertices A(0,0)A(0,0), B(0,12)B(0,12), C(16,0)C(16,0), A(24,18)A'(24,18), B(36,18)B'(36,18), C(24,2)C'(24,2). A rotation of mm degrees clockwise around the point (x,y)(x,y) where 0,willtransform0, will transform\triangle ABCtoto\triangle A'B'C'.Find. Findm+x+y$.

解析

Solution

After sketching, it is clear a 9090^{\circ} rotation is done about (x,y)(x,y). Looking between AA and AA', x+y=18x+y=18. Thus 90+18=10890+18=\boxed{108}. ~mn28407

Solution 2 (Official MAA)

Because the rotation sends the vertical segment AB\overline{AB} to the horizontal segment AB\overline{A'B'}, the angle of rotation is 9090^\circ degrees clockwise. For any point (x,y)(x,y) not at the origin, the line segments from (0,0)(0,0) to (x,y)(x,y) and from (x,y)(x,y) to (xy,y+x)(x-y,y+x) are perpendicular and are the same length. Thus a 9090^\circ clockwise rotation around the point (x,y)(x,y) sends the point A(0,0)A(0,0) to the point (xy,y+x)=A(24,18)(x-y,y+x) = A'(24,18). This has the solution (x,y)=(21,3)(x,y) = (21,-3). The requested sum is 90+213=10890+21-3=108.

Solution 3

AIME diagram

We first draw a diagram with the correct Cartesian coordinates and a center of rotation PP. Note that PC=PCPC=PC' because PP lies on the perpendicular bisector of CCCC' (it must be equidistant from CC and CC' by properties of a rotation).

Since ABAB is vertical while ABA'B' is horizontal, we have that the angle of rotation must be 9090^{\circ}, and therefore P=90\angle P = 90^{\circ}. Therefore, CPCCPC' is a 45-45-90 right triangle, and CD=DPCD=DP.

We calculate DD to be (20,1)(20,1). Since we translate 44 right and 11 up to get from point CC to point DD, we must translate 11 right and 44 down to get to point PP. This gives us P(21,3)P(21,-3). Our answer is then 90+213=10890+21-3=\boxed{108}. ~Lopkiloinm & samrocksnature

Solution 4

For the above reasons, the transformation is simply a 9090^\circ rotation. Proceed with complex numbers on the points CC and CC'. Let (x,y)(x, y) be the origin. Thus, C(16x)+(y)iC \rightarrow (16-x)+(-y)i and C(24x)+(2y)iC' \rightarrow (24-x)+(2-y)i. The transformation from CC' to CC is a multiplication of ii, which yields (16x)+(y)i=(y2)+(24x)i(16-x)+(-y)i=(y-2)+(24-x)i. Equating the real and complex terms results in the equations 16x=y216-x=y-2 and y=24x-y=24-x. Solving, (x,y):(21,3)90+213=108(x, y) : (21, -3) \rightarrow 90+21-3=\boxed{108}

~beastgert

Solution 5

We know that the rotation point PP has to be equidistant from both AA and AA' so it has to lie on the line that is on the midpoint of the segment AAAA' and also the line has to be perpendicular to AAAA'. Solving, we get the line is y=43x+25y=\frac{-4}{3}x+25. Doing the same for BB and BB', we get that y=6x+123y=-6x+123. Since the point PP of rotation must lie on both of these lines, we set them equal, solve and get: x=21x=21,y=3y=-3. We can also easily see that the degree of rotation is 9090 since ABAB is initially vertical, and now it is horizontal. Also, we can just sketch this on a coordinate plane and easily realize the same. Hence, the answer is 213+90=10821-3+90 = \boxed{108}

Video Solution

https://www.youtube.com/watch?v=iJkNkSAmqhg

~North America Math Contest Go Go Go

Video Solution

https://youtu.be/atqPgGG0Ekk

~IceMatrix

Solution 6

AIME diagram

We make transformation of line ABAB into line ABA'B' using axes symmetry. Point D(0,18)D(0,18) is the crosspoint of this lines. Equation of line DODO is

x+y=18.x + y = 18. ABC\triangle ABC maps into ABC\triangle A''B''C'' where

A(18,18),B(6,18),C(18,2).A''(18,18), B''(6,18), C''(18,2). We make transform of the line ACA''C'' into line ACA'C' using axes symmetry with respect to line

x=A+A2=24+182=21.x = \frac {A'' + A'}{2} = \frac {24 + 18}{2} = 21. The composition of two axial symmetries is a rotation through an angle twice as large as the angle between the axes (45o)(45^o) around the point of their intersection O(21,3).O(21, – 3).

m+x+y=90+213=108m + x + y = 90 + 21 – 3 = \boxed {108} .

vladimir.shelomovskii@gmail.com, vvsss

Solution 7 (Matrix and Transformations)

For a matrix to rotate a figure on a coordinate plane by mm degrees, it is written as: [cos(m)sin(m)sin(m)cos(m)]\left[ {\begin{array}{cc} \cos(m^{\circ}) & \sin(m^{\circ}) \\ -\sin(m^{\circ}) & \cos(m^{\circ}) \\ \end{array} } \right]

We can translate the whole figure so that the centre of rotation is at (0,0)(0,0), which is equivalent to subtracting xx and yy from all xx-coordinates and the yy-coordinates respectively of the given points.

We then record all the points AA, BB, CC in a matrix as follows: [0x0x16x0y12y0y]\left[ {\begin{array}{ccc} 0-x & 0-x & 16-x \\ 0-y & 12-y & 0-y \\ \end{array} } \right]

and all the points AA', BB', CC' in a matrix as follows: [24x36x24x18y18y2y]\left[ {\begin{array}{ccc} 24-x & 36-x & 24-x \\ 18-y & 18-y & 2-y \\ \end{array} } \right]

Since ABC\triangle A'B'C' is a rotation around (x,y)(x,y) of ABC\triangle ABC by mm^{\circ}, by the left multiplication rule, we can equate that:

[cos(m)sin(m)sin(m)cos(m)]\left[ {\begin{array}{cc} \cos(m^{\circ}) & \sin(m^{\circ}) \\ -\sin(m^{\circ}) & \cos(m^{\circ}) \\ \end{array} } \right] [0x0x16x0y12y0y]\left[ {\begin{array}{ccc} 0-x & 0-x & 16-x \\ 0-y & 12-y & 0-y \\ \end{array} } \right] == [24x36x24x18y18y2y]\left[ {\begin{array}{ccc} 24-x & 36-x & 24-x \\ 18-y & 18-y & 2-y \\ \end{array} } \right]

We can obtain the follow equations: {xcos(m)ysin(m)=24xxcos(m)ysin(m)+12sin(m)=36xxsin(m)ycos(m)=24x\begin{cases} -x\cos(m^{\circ})-y\sin(m^{\circ})=24-x \\ -x\cos(m^{\circ})-y\sin(m^{\circ})+12\sin(m^{\circ})=36-x \\ x\sin(m^{\circ})-y\cos(m^{\circ})=24-x \end{cases}

From the first 2 equations, we get m=90m=90, substituting into the 3rd equation, we get x+y=18x+y=18.

Therefore, m+x+y=90+18=108m+x+y=90+18=\boxed{108}

~VitalsBat ~small latex fixes by Glowworm

Solution 8

It is clear that CPC\bigtriangleup CPC' is a 45459045-45-90 right triangle so m=90m=90. We use the tan\tan angle formula, tan(ab)=tan(a)tan(b)1+tan(a)tan(b)\tan{(a-b)}=\frac{\tan(a)-\tan(b)}{1+\tan(a)\tan(b)} to find the slope of line CPCP. We know that line CCCC' has slope 14\frac{1}{4} and let b=45b=-45^{\circ}, then plugging both values into the formula, we find that the slope of CPCP is 35\frac{-3}{5}. Also, CCCC' has length 34\sqrt{34}. Create a right triangle KCPKCP where KPKP is parallel to the xx axis and CPCP is the hypotenuse. Then CK=3xCK=3x and KP=5xKP=5x and doing Pythagorean on KCP\bigtriangleup KCP gives x=1x=1. Therefore, we know that PP is a translation 3 units down and 5 units right from C(16,0)C(16,0), from which we obtain P(21,3)P(21,-3). Adding the three variables, we obtain 90+213=10890+21-3=\boxed{108}

~Magnetoninja