返回题库

AIME 1997 · 第 7 题

AIME 1997 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A car travels due east at 23\frac 23 mile per minute on a long, straight road. At the same time, a circular storm, whose radius is 5151 miles, moves southeast at 122\frac 12\sqrt{2} mile per minute. At time t=0t=0, the center of the storm is 110110 miles due north of the car. At time t=t1t=t_1 minutes, the car enters the storm circle, and at time t=t2t=t_2 minutes, the car leaves the storm circle. Find 12(t1+t2)\frac 12(t_1+t_2).

解析

Solution 1

We set up a coordinate system, with the starting point of the car at the origin. At time tt, the car is at (23t,0)\left(\frac 23t,0\right) and the center of the storm is at (t2,110t2)\left(\frac{t}{2}, 110 - \frac{t}{2}\right). Using the distance formula,

(23t12t)2+(110t2)251t236+t24110t+1102512518t2110t+11025120\begin{aligned} \sqrt{\left(\frac{2}{3}t - \frac 12t\right)^2 + \left(110-\frac{t}{2}\right)^2} &\le& 51\\ \frac{t^2}{36} + \frac{t^2}{4} - 110t + 110^2 &\le& 51^2\\ \frac{5}{18}t^2 - 110t + 110^2 - 51^2 &\le& 0\\ \end{aligned} Noting that 12(t1+t2)\frac 12 \left(t_1+t_2 \right) is at the maximum point of the parabola, we can use b2a=1102518=198-\frac{b}{2a} = \frac{110}{2 \cdot \frac{5}{18}} = \boxed{198}.

Solution 2 (more formal explanations for Solution 1)

First do the same process for assigning coordinates to the car. The car moves 23\frac{2}{3} miles per minute to the right, so the position starting from (0,0)(0,0) is (23t,0)\left(\frac{2}{3}t, 0\right).

Take the storm as circle. Given southeast movement, split the vector into component, getting position (12t,11012t)\left(\frac{1}{2}t, 110 - \frac{1}{2}t\right) for the storm's center. This circle with radius 51 yields (x12t)2+(y110+12t)2=512\left(x - \frac{1}{2}t\right)^2 + \left(y -110 + \frac{1}{2}t\right)^2 = 51^2.

Now substitute the car's coordinates into the circle's:

(23t12t)2+(110+12t)2=512\left(\frac{2}{3}t - \frac{1}{2}t\right)^2 + \left(-110 + \frac{1}{2}t\right)^2 = 51^2.

Simplifying and then squaring:

(16t)2+(110+12t)2=512\left(\frac{1}{6}t\right)^2 + \left(-110 + \frac{1}{2}t\right)^2 = 51^2.

136t2+14t2110t+1102\frac{1}{36}t^2 + \frac{1}{4}t^2 - 110t + 110^2

Forming into a quadratic we get the following, then set equal to 0, since the first time the car hits the circumference of the storm is t1t_{1} and the second is t2t_{2}.

518t2110t+1102512=0\frac{5}{18}t^2 - 110t + 110^2 - 51^2 = 0

The problem asks for sum of solutions divided by 2 so sum is equal to:

ba=110518=110185=39612=198-\frac{b}{a} = -\frac{-110}{\frac{5}{18}} = 110\cdot{\frac{18}{5}} = 396\cdot{\frac{1}{2}} = \boxed{198}

Solution 3 (No Coordinates)

We only need to know how the storm and car move relative to each other, so we can find this by subtracting the storm's movement vector from the car's. This gives the car's movement vector as (16,12)\left(\frac{1}{6}, \frac{1}{2}\right). Labeling the car's starting position A, the storm center B, and the right triangle formed by AB with a right angle at B and the car's path, we get the following diagram, with AD as our desired length since D is the average of the points where the car enters and exits the storm.

AIME diagram

AB=110AB = 110, so CB=1103CB = \frac{110}{3}. The Pythagorean Theorem then gives AC=110103AC = \frac{110\sqrt{10}}{3}, and since ABCADB\bigtriangleup ABC \sim \bigtriangleup ADB, AD=(AB)ABAC=3310AD = (AB)\frac{AB}{AC} = 33\sqrt{10}. The Pythagorean Theorem now gives the car's speed as 518\sqrt{\frac{5}{18}}, and finally 3310518=198\frac{33\sqrt{10}}{\sqrt{\frac{5}{18}}} = \boxed{198}.