Difference between revisions of "2011 AIME I Problems/Problem 3"

m (Solution)
(Solution 2 (alternate bash))
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 +
 
Let <math>L</math> be the line with slope <math>\frac{5}{12}</math> that contains the point <math>A=(24,-1)</math>, and let <math>M</math> be the line perpendicular to line <math>L</math> that contains the point <math>B=(5,6)</math>.  The original coordinate axes are erased, and line <math>L</math> is made the <math>x</math>-axis and line <math>M</math> the <math>y</math>-axis.  In the new coordinate system, point <math>A</math> is on the positive <math>x</math>-axis, and point <math>B</math> is on the positive <math>y</math>-axis.  The point <math>P</math> with coordinates <math>(-14,27)</math> in the original system has coordinates <math>(\alpha,\beta)</math> in the new coordinate system.  Find <math>\alpha+\beta</math>.
 
Let <math>L</math> be the line with slope <math>\frac{5}{12}</math> that contains the point <math>A=(24,-1)</math>, and let <math>M</math> be the line perpendicular to line <math>L</math> that contains the point <math>B=(5,6)</math>.  The original coordinate axes are erased, and line <math>L</math> is made the <math>x</math>-axis and line <math>M</math> the <math>y</math>-axis.  In the new coordinate system, point <math>A</math> is on the positive <math>x</math>-axis, and point <math>B</math> is on the positive <math>y</math>-axis.  The point <math>P</math> with coordinates <math>(-14,27)</math> in the original system has coordinates <math>(\alpha,\beta)</math> in the new coordinate system.  Find <math>\alpha+\beta</math>.
  
Line 14: Line 15:
  
  
Since <math>A</math> and <math>B</math> 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 abscissa of <math>P</math> is negative, and is therefore <math>-\frac{123}{13}</math>; similarly, the ordinate of <math>P</math> is positive and is therefore <math>\frac{526}{13}</math>.
+
Since <math>A</math> and <math>B</math> 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 <math>x</math>-coordinate of <math>P</math> is negative, and is therefore <math>-\frac{123}{13}</math>; similarly, the <math>y</math>-coordinate of <math>P</math> is positive and is therefore <math>\frac{526}{13}</math>.
  
 
Thus, we have that <math>\alpha=-\frac{123}{13}</math> and that <math>\beta=\frac{526}{13}</math>. It follows that <math>\alpha+\beta=-\frac{123}{13}+\frac{526}{13}=\frac{403}{13}=\boxed{031}</math>.
 
Thus, we have that <math>\alpha=-\frac{123}{13}</math> and that <math>\beta=\frac{526}{13}</math>. It follows that <math>\alpha+\beta=-\frac{123}{13}+\frac{526}{13}=\frac{403}{13}=\boxed{031}</math>.
 +
 +
== Solution 2 (alternate bash) ==
 +
 +
The equations for the axes are <math>\frac{5}{12} (x-24) = y+1</math> and <math>-\frac{12}{5}(x-5) = y - 6</math>. We can solve the system to find that they intersect at the point <math>\left( \frac{1740}{169},\frac{-1134}{169} \right)</math>
 +
 +
The unit basis vectors of our new axes are <math>\begin{pmatrix} 12/13 \\ 5/13 \end{pmatrix}</math> and <math>\begin{pmatrix} -5/13 \\ 12/13 \end{pmatrix}</math> for the <math>x</math> and <math>y</math> axes respectively (taking into account which direction is positive).
 +
 +
Then, we solve the following system for <math>\alpha</math> and <math>\beta</math> :
 +
 +
<cmath>\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} -146 \\ 27 \end{pmatrix} </cmath>
 +
 +
Painful bashing gives <math>\alpha = -\frac{123}{13}</math> and <math>\beta = \frac{526}{13}</math>. Adding gives <math>\alpha + \beta = \frac{403}{13} = \boxed{031}</math>
 +
 +
We can also attempt to manipulate the system of equations to solve for <math>\alpha + \beta</math>, and avoid solving for <math>\alpha</math> and <math>\beta</math> 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
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2011|n=I|num-b=2|num-a=4}}
 
{{AIME box|year=2011|n=I|num-b=2|num-a=4}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 16:01, 13 April 2024

Problem

Let $L$ be the line with slope $\frac{5}{12}$ that contains the point $A=(24,-1)$, and let $M$ be the line perpendicular to line $L$ that contains the point $B=(5,6)$. The original coordinate axes are erased, and line $L$ is made the $x$-axis and line $M$ the $y$-axis. In the new coordinate system, point $A$ is on the positive $x$-axis, and point $B$ is on the positive $y$-axis. The point $P$ with coordinates $(-14,27)$ in the original system has coordinates $(\alpha,\beta)$ in the new coordinate system. Find $\alpha+\beta$.

Solution

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


Converting both equations to the form $0=Ax+By+C$, we have that $L$ has the equation $0=5x-12y-132$ and that $M$ has the equation $0=12x+5y-90$. Applying the point-to-line distance formula, $\frac{|Ax+By+C|}{\sqrt{A^2+B^2}}$, to point $P$ and lines $L$ and $M$, we find that the distance from $P$ to $L$ and $M$ are $\frac{526}{13}$ and $\frac{123}{13}$, respectively.


Since $A$ and $B$ 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 $x$-coordinate of $P$ is negative, and is therefore $-\frac{123}{13}$; similarly, the $y$-coordinate of $P$ is positive and is therefore $\frac{526}{13}$.

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

Solution 2 (alternate bash)

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

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

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

\[\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} -146 \\ 27 \end{pmatrix}\]

Painful bashing gives $\alpha = -\frac{123}{13}$ and $\beta = \frac{526}{13}$. Adding gives $\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

See also

2011 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png