返回题库

AIME 2011 I · 第 3 题

AIME 2011 I — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let LL be the line with slope 512\frac{5}{12} that contains the point A=(24,1)A=(24,-1), and let MM be the line perpendicular to line LL that contains the point B=(5,6)B=(5,6). The original coordinate axes are erased, and line LL is made the xx-axis and line MM the yy-axis. In the new coordinate system, point AA is on the positive xx-axis, and point BB is on the positive yy-axis. The point PP with coordinates (14,27)(-14,27) in the original system has coordinates (α,β)(\alpha,\beta) in the new coordinate system. Find α+β\alpha+\beta.

解析

Solution

Given that LL has slope 512\frac{5}{12} and contains the point A=(24,1)A=(24,-1), we may write the point-slope equation for LL as y+1=512(x24)y+1=\frac{5}{12}(x-24). Since MM is perpendicular to LL and contains the point B=(5,6)B=(5,6), we have that the slope of MM is 125-\frac{12}{5}, and consequently that the point-slope equation for MM is y6=125(x5)y-6=-\frac{12}{5}(x-5).

Converting both equations to the form 0=Ax+By+C0=Ax+By+C, we have that LL has the equation 0=5x12y1320=5x-12y-132 and that MM has the equation 0=12x+5y900=12x+5y-90. Applying the point-to-line distance formula, Ax+By+CA2+B2\frac{|Ax+By+C|}{\sqrt{A^2+B^2}}, to point PP and lines LL and MM, we find that the distance from PP to LL and MM are 52613\frac{526}{13} and 12313\frac{123}{13}, respectively.

Since AA and BB lie on the positive axes of the shifted coordinate plane, we may show by graphing the given system that point P will lie in the second quadrant in the new coordinate system. Therefore, the xx-coordinate of PP is negative, and is therefore 12313-\frac{123}{13}; similarly, the yy-coordinate of PP is positive and is therefore 52613\frac{526}{13}.

Thus, we have that α=12313\alpha=-\frac{123}{13} and that β=52613\beta=\frac{526}{13}. It follows that α+β=12313+52613=40313=031\alpha+\beta=-\frac{123}{13}+\frac{526}{13}=\frac{403}{13}=\boxed{031}.

Solution 2 (alternate bash)

The equations for the axes are 512(x24)=y+1\frac{5}{12} (x-24) = y+1 and 125(x5)=y6-\frac{12}{5}(x-5) = y - 6. We can solve the system to find that they intersect at the point (1740169,1134169)\left( \frac{1740}{169},\frac{-1134}{169} \right)

The unit basis vectors of our new axes are (12/135/13)\begin{pmatrix} 12/13 \\ 5/13 \end{pmatrix} and (5/1312/13)\begin{pmatrix} -5/13 \\ 12/13 \end{pmatrix} for the xx and yy axes respectively (taking into account which direction is positive).

Then, we solve the following system for α\alpha and β\beta :

α(12/135/13)+β(5/1312/13)+(1740/1691134/169)=(1427)\alpha \begin{pmatrix} 12/13 \\ 5/13 \end{pmatrix} + \beta \begin{pmatrix} -5/13 \\ 12/13 \end{pmatrix} + \begin{pmatrix} 1740/169 \\ -1134/169 \end{pmatrix} = \begin{pmatrix} -14 \\ 27 \end{pmatrix} Painful bashing gives α=12313\alpha = -\frac{123}{13} and β=52613\beta = \frac{526}{13}. Adding gives α+β=40313=031\alpha + \beta = \frac{403}{13} = \boxed{031}

We can also attempt to manipulate the system of equations to solve for α+β\alpha + \beta, and avoid solving for α\alpha and β\beta separately.

~jd9

Possibly a solution 3

First, find where the new positive x and y axis are by comparing the points A and B to the line it is not on (higher or lower). Next, just find the new quadrant the point is in from the x and y axis. Finally, to find the distance from the point to the axis, we can just use both slopes to find both projections of the line onto the axis. The intersection of the projection line and the axis's previous line would give us information on the new point's coordinate points.

~#EmilyQ

Video Solution

https://www.youtube.com/watch?v=_znugFEst6E&t=919s

~Shreyas S