2021 Fall AMC 10B Problems/Problem 17: Difference between revisions
Ihatemath123 (talk | contribs) No edit summary |
|||
| Line 4: | Line 4: | ||
<math>(\textbf{A})\: 5x+2y=0\qquad(\textbf{B}) \: 3x+2y=0\qquad(\textbf{C}) \: x-3y=0\qquad(\textbf{D}) \: 2x-3y=0\qquad(\textbf{E}) \: 5x-3y=0</math> | <math>(\textbf{A})\: 5x+2y=0\qquad(\textbf{B}) \: 3x+2y=0\qquad(\textbf{C}) \: x-3y=0\qquad(\textbf{D}) \: 2x-3y=0\qquad(\textbf{E}) \: 5x-3y=0</math> | ||
==Solution 1== | |||
Denote <math>O</math> as the origin. | |||
Even though the problem is phrased as a coordinate bash, that looks disgusting. Instead, let's try to phrase this problem in terms of Euclidean geometry, using the observation that <math>\angle POP'' = 90^{\circ}</math>, and that both <math>\ell</math> and <math>m</math> must pass through <math>O</math> in order to preserve the distance from <math>P</math> to the origin. | |||
<asy> | |||
unitsize(1.4cm); | |||
draw((0,3)--(0,0)--(3,0), dashed); | |||
dot((0,3)); | |||
dot((3,0)); | |||
label("$P$", (0,3), W); | |||
label("$P''$", (3,0), S); | |||
draw((0,0)--(1.5,4.5)); | |||
label("$\ell$", (1.5,4.5), N); | |||
draw((0,0)--(4,2)); | |||
label("$m$", (4,2), E); | |||
dot((1.8,2.4)); | |||
label("$P'$", (1.8,2.4), N); | |||
label("$O$",(0,0)); | |||
==Solution | dot((1,3)); dot((2.5,1.25)); | ||
label("$A$", (1,3), E); label("$B$", (2.5,1.25), N); | |||
</asy> | |||
(<math>A</math> and <math>B</math> are just defined as points on lines <math>\ell</math> and <math>m</math>.) | |||
Because of how reflections work, we have that <math>\angle AOP' = \angle POA</math> and <math>\angle P'OB = \angle BOP''</math>; adding these two equations together and using angle addition, we have that <math>\angle AOB = \angle POA + \angle BOP''</math>. Since the sum of both sides combined must be <math>90^{\circ}</math> by angle addition, | |||
<cmath>\angle AOB = 45^{\circ}.</cmath> | |||
This is helpful! We can now return to using coordinates, with this piece of information in mind: | |||
<asy> | |||
unitsize(0.2cm); | |||
markscalefactor = 0.08; | |||
import graph; | |||
Label f; | |||
f.p=fontsize(9); | |||
xaxis(-2,6,Ticks(f, 2.0)); | |||
yaxis(-1,6,Ticks(f, 2.0)); | |||
dot((-1,4)); | |||
label("$P$", (-1,4), W); | |||
dot((4,1)); | |||
label("$P''$", (4,1), W); | |||
draw((0,0)--(1.2,6)); | |||
label("$\ell$", (1.2,6), N); | |||
dot((0.5,2.5));label("$(0.5,2.5)$", (0.5,2.5), E);label("$A$", (0.5,2.5), W); | |||
dot((3,2));label("$B$", (3,2), E); | |||
draw((0.5,2.5)--(3,2), dashed); | |||
draw((0,0)--(6,4)); | |||
label("$m$", (6,4), E); | |||
draw(anglemark((6, 4), (0, 0), (1, 5))); | |||
label("$45^{\circ}$", (0.54,0.75)); | |||
</asy> | |||
The <math>45^{\circ}</math> angle is a little bit unwieldy in the coordinate plane. To fix this, let's make a <math>45-45-90</math> triangle. Let <math>A</math> be a point on <math>\ell</math>; to make <math>A</math> fit nicely in the diagram, let it be <math>(0.5,2.5)</math>. Now, let's draw a perpendicular to <math>\ell</math> through point <math>A</math>, intersecting <math>m</math> at point <math>B</math>. <math>OAB</math> is a <math>45-45-90</math> triangle, so <math>B</math> is a <math>90</math> degree counterclockwise rotation from <math>O</math> about <math>A</math>. Therefore, the coordinates of <math>B</math> are | |||
<cmath>(0.5+2.5,2.5-0.5) = (3,2).</cmath> | |||
So, <math>(3,2)</math> is a point on line <math>m</math>, which we already know passes through the origin; therefore, <math>m</math>'s equation is <math>y=\frac{2x}{3} \implies \boxed{\textbf{(D) } 2x-3y = 0}.</math> | |||
~ihatemath123 | |||
==Solution 2== | |||
It is well known that the composition of 2 reflections , one after another, about two lines <math>l</math> and <math>m</math>, respectively, that meet at an angle <math>\theta</math> is a rotation by <math>2\theta</math> around the intersection of <math>l</math> and <math>m</math>. | It is well known that the composition of 2 reflections , one after another, about two lines <math>l</math> and <math>m</math>, respectively, that meet at an angle <math>\theta</math> is a rotation by <math>2\theta</math> around the intersection of <math>l</math> and <math>m</math>. | ||
| Line 14: | Line 71: | ||
~hurdler, minor edits by nightshade2526 | ~hurdler, minor edits by nightshade2526 | ||
==Solution | ==Solution 3== | ||
We know that the equation of line <math>\ell</math> is <math>y = 5x</math>. This means that <math>P'</math> is <math>(-1,4)</math> reflected over the line <math>y = 5x</math>. This means that the line with <math>P</math> and <math>P'</math> is perpendicular to <math>\ell</math>, so it has slope <math>-\frac{1}{5}</math>. Then the equation of this perpendicular line is <math>y = -\frac{1}{5}x + c</math>, and plugging in <math>(-1,4)</math> for <math>x</math> and <math>y</math> yields <math>c = \frac{19}{5}</math>. | We know that the equation of line <math>\ell</math> is <math>y = 5x</math>. This means that <math>P'</math> is <math>(-1,4)</math> reflected over the line <math>y = 5x</math>. This means that the line with <math>P</math> and <math>P'</math> is perpendicular to <math>\ell</math>, so it has slope <math>-\frac{1}{5}</math>. Then the equation of this perpendicular line is <math>y = -\frac{1}{5}x + c</math>, and plugging in <math>(-1,4)</math> for <math>x</math> and <math>y</math> yields <math>c = \frac{19}{5}</math>. | ||
Revision as of 11:16, 9 April 2022
Problem
Distinct lines
and
lie in the
-plane. They intersect at the origin. Point
is reflected about line
to point
, and then
is reflected about line
to point
. The equation of line
is
, and the coordinates of
are
. What is the equation of line
Solution 1
Denote
as the origin.
Even though the problem is phrased as a coordinate bash, that looks disgusting. Instead, let's try to phrase this problem in terms of Euclidean geometry, using the observation that
, and that both
and
must pass through
in order to preserve the distance from
to the origin.
(
and
are just defined as points on lines
and
.)
Because of how reflections work, we have that
and
; adding these two equations together and using angle addition, we have that
. Since the sum of both sides combined must be
by angle addition,
This is helpful! We can now return to using coordinates, with this piece of information in mind:
The
angle is a little bit unwieldy in the coordinate plane. To fix this, let's make a
triangle. Let
be a point on
; to make
fit nicely in the diagram, let it be
. Now, let's draw a perpendicular to
through point
, intersecting
at point
.
is a
triangle, so
is a
degree counterclockwise rotation from
about
. Therefore, the coordinates of
are
So,
is a point on line
, which we already know passes through the origin; therefore,
's equation is
~ihatemath123
Solution 2
It is well known that the composition of 2 reflections , one after another, about two lines
and
, respectively, that meet at an angle
is a rotation by
around the intersection of
and
.
Now, we note that
is a 90 degree rotation clockwise of
about the origin, which is also where
and
intersect. So
is a 45 degree rotation of
about the origin clockwise.
To rotate
90 degrees clockwise, we build a square with adjacent vertices
and
. The other two vertices are at
and
. The center of the square is at
, which is the midpoint of
and
. The line
passes through the origin and the center of the square we built, namely at
and
. Thus the line is
. The answer is (D)
.
~hurdler, minor edits by nightshade2526
Solution 3
We know that the equation of line
is
. This means that
is
reflected over the line
. This means that the line with
and
is perpendicular to
, so it has slope
. Then the equation of this perpendicular line is
, and plugging in
for
and
yields
.
The midpoint of
and
lies at the intersection of
and
. Solving, we get the x-value of the intersection is
and the y-value is
. Let the x-value of
be
- then by the midpoint formula,
. We can find the y-value of
the same way, so
.
Now we have to reflect
over
to get to
. The midpoint of
and
will lie on
, and this midpoint is, by the midpoint formula,
.
must satisfy this point, so
.
Now the equation of line
is
~KingRavi
Video Solution
~hurdler
See Also
| 2021 Fall AMC 10B (Problems • Answer Key • Resources) | ||
| Preceded by Problem 16 |
Followed by Problem 18 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
| All AMC 10 Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing