返回题库

AIME 2022 I · 第 5 题

AIME 2022 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A straight river that is 264264 meters wide flows from west to east at a rate of 1414 meters per minute. Melanie and Sherry sit on the south bank of the river with Melanie a distance of DD meters downstream from Sherry. Relative to the water, Melanie swims at 8080 meters per minute, and Sherry swims at 6060 meters per minute. At the same time, Melanie and Sherry begin swimming in straight lines to a point on the north bank of the river that is equidistant from their starting positions. The two women arrive at this point simultaneously. Find DD.

解析

Solution 1 (Euclidean)

Define mm as the number of minutes they swim for.

Let their meeting point be AA. Melanie is swimming against the current, so she must aim upstream from point AA, to compensate for this; in particular, since she is swimming for mm minutes, the current will push her 14m14m meters downstream in that time, so she must aim for a point BB that is 14m14m meters upstream from point AA. Similarly, Sherry is swimming downstream for mm minutes, so she must also aim at point BB to compensate for the flow of the current.

If Melanie and Sherry were to both aim at point BB in a currentless river with the same dimensions, they would still both meet at that point simultaneously. Since there is no current in this scenario, the distances that Melanie and Sherry travel, respectively, are 80m80m and 60m60m meters. We can draw out this new scenario, with the dimensions that we have:

AIME diagram

(While it is indeed true that the triangle above with side lengths 60m60m, 80m80m and DD is a right triangle, we do not know this yet, so we cannot assume this based on the diagram.)

By the Pythagorean Theorem, we have

2642+(D214m)2=3600m22642+(D2+14m)2=6400m2.\begin{aligned} 264^{2} + \left( \frac{D}{2} - 14m \right) ^{2} &= 3600m^{2} \\ 264^{2} + \left( \frac{D}{2} + 14m \right) ^{2} &= 6400m^{2}. \end{aligned} Subtracting the first equation from the second gives us 28Dm=2800m228Dm = 2800m^{2}, so D=100mD = 100m. Substituting this into our first equation, we have that

2642+362m2=602m22642=9624m2112=4m2m=112.\begin{aligned}264^{2} + 36^{2} m^{2} &= 60^{2}m^{2} \\ 264^{2} &= 96 \cdot 24 \cdot m^{2} \\ 11^{2} &= 4 \cdot m^{2} \\ m &= \frac{11}{2}. \end{aligned} So D=100m=550D = 100m = \boxed{550}.

~ihatemath123

Solution 2 (Euclidean)

Claim

AIME diagram

Median AMAM and altitude AHAH are drawn in triangle ABCABC. AB=c,AC=b<c,BC=aAB = c, AC = b < c, BC = a are known. Let's denote MH=xMH = x.

Prove that

2ax=c2b2\begin{aligned}2ax = c^{2} - b^{2}\end{aligned} Proof

BH+CH=a,BH + CH = a, BH2CH2=c2b2    BHCH=c2b2a,\begin{aligned} BH^{2} - CH^{2} = c^{2} - b^{2}\implies BH - CH &= \frac{c^{2} - b^{2}} {a},\end{aligned} BH=c2b22a+a2,BH = \frac{c^{2} - b^{2}}{2a} + \frac{a}{2}, MH=BHBM=c2b22a.\begin{aligned}MH = BH - BM &= \frac{c^{2} - b^{2}} {2a}.\end{aligned} Solution

In the coordinate system associated with water, the movement is described by the scheme in the form of a triangle, the side on which Melanie floats is 80t80t, where t is the time of Melanie's movement, the side along which Sherry floats is 60t60t.

The meeting point floated away at a distance of 14t14t from the midpoint between the starting points of Melanie and Sherry.

In the notation of the Claim,

c=80t,b=60t,x=14t    a=(80t)2(60t)2214t=20241697t=100t.\begin{aligned} c = 80t, b = 60t, x = 14t \implies a = \frac{(80t)^2-(60t)^2}{2 \cdot 14t}=\frac{20^2}{4}\cdot \frac{16-9}{7}t = 100t.\end{aligned} Hence,

AH=BC2BH2=(80t)2(50t+14t)2=16t5242=48t=264    t=5.5.\begin{aligned} AH = \sqrt{BC^2-BH^2}= \sqrt{(80t)^2-(50t+14t)^2}=16t \cdot \sqrt{5^2-4^2}= 48t = 264 \implies t = 5.5.\end{aligned} D=a=100t=550D = a = 100t = \boxed{550} vladimir.shelomovskii@gmail.com, vvsss

Solution 3 (Vectors)

We have the following diagram:

AIME diagram

Since Melanie and Sherry swim for the same distance and the same amount of time, they swim at the same net speed.

Let xx and yy be some positive numbers. We have the following table:

Net Velocity Vector (m/min)Natural Velocity Vector (m/min)Natural Speed (m/min)[2.25ex]Melaniex,yx14,y80[2.25ex]Sherryx,yx14,y60\begin{array}{c||c|c|c} & \textbf{Net Velocity Vector (m/min)} & \textbf{Natural Velocity Vector (m/min)} & \textbf{Natural Speed (m/min)} \\ \hline \hline &&& \\ [-2.25ex] \textbf{Melanie} & \langle -x,y\rangle & \langle -x-14,y\rangle & 80 \\ \hline &&& \\ [-2.25ex] \textbf{Sherry} & \langle x,y\rangle & \langle x-14,y\rangle & 60 \end{array} Recall that velocity=speed,|\text{velocity}|=\text{speed}, so

(x14)2+y2=802,(1)(x14)2+y2=602.(2)\begin{aligned} (-x-14)^2 + y^2 &= 80^2, &&(1) \\ (x-14)^2 + y^2 &= 60^2. &&(2) \end{aligned} We subtract (2)(2) from (1)(1) to get 56x=2800,56x=2800, from which x=50.x=50. Substituting this into either equation, we have y=48.y=48.

It follows that Melanie and Sherry both swim for 264÷y=5.5264\div y=5.5 minutes. Therefore, the answer is

D=2x5.5=550.D=2x\cdot5.5=\boxed{550}. ~MRENTHUSIASM

Solution 4 (Vectors)

We can break down movement into two components: the xx-component and the yy-component. Suppose that Melanie travels a distance of aa in the xx-direction and a distance of cc in the yy-direction in one minute when there is no current. Similarly, suppose that Sherry travels a distance of aa in the xx-direction but a distance of bb in the yy-direction in one minute when there is no current. The current only affects the xx-components because it goes in the xx-direction.

AIME diagram

Now, note that a2+b2=602a^2 + b^2 = 60^2 because Sherry travels 60 meters in a minute. Thus, a2+c2=802a^2 + c^2 = 80^2 because Melanie travels 80 meters in a minute. Also, the distance they travel with the current must be the same in one minute because they reach the point equidistant from them at the same time. That means b+14=c14b + 14 = c - 14 or b=c28b = c - 28. So now we can plug that into the two equations to get:

a2+c2=802,a2+(c28)2=602.\begin{aligned} a^2 + c^2 &= 80^2, \\ a^2 + (c-28)^2 &= 60^2. \end{aligned} We can solve the system of equations to get a=48a = 48 and c=64c = 64. From this, we can figure out that it must've taken them 5.55.5 minutes to get to the other side, because 264/48=5.5264/48 = 5.5. This means that there are 5.55.5 lengths of 4848 in each person's travel. Also, DD must be equal to 11(b+14)=11(c14)11(b+14) = 11(c-14) because there are (5.5)2=11(5.5)2 = 11 lengths of b14b-14 between them, 5.55.5 on each person's side. Since c=64c = 64, we have c14=50c-14 = 50, so the answer is

D=1150=550.D=11\cdot50=\boxed{550}. ~Curious_crow

Video Solution 1

https://youtu.be/MJ_M-xvwHLk?t=1487

~ThePuzzlr

Video Solution 2

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

~Chickenugget

Video Solution 3

https://youtu.be/XAe8AkmHexw

~AMC & AIME Training