What are the coordinates of the reflection of a point ( a , b ) about the line y = 2 x ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The reflection has eigenvectors (1, 2) with eigenvalue sqrt(5) and (-2, 1) with -sqrt(5).
Matrix A=P. D. P^(-1) and A.(a, b) yields to the solution.
Actually, the eigenvalues are + 1 and − 1 respectively.
You're right. I must have somehow along the way corrected for the error. Interesting. I'm happy the method still works nicely though.
The standard way to solve this type of problem is through linear algebra.
The image p ′ of a point p under a reflection across the line n T ( r − r 0 ) = 0 is given by
p ′ = r 0 + M ( p − r 0 )
where the reflection matrix M = I − 2 n T n n n T
In this problem, the reflection line is y = 2 x , so in standard form, it is given by 2 x − y = 0 , thus r 0 = ( 0 , 0 ) and n = ( 2 , − 1 )
The reflection matrix is, therefore,
M = [ 1 0 0 1 ] − 2 2 + ( − 1 ) 2 2 [ 2 − 1 ] [ 2 − 1 ]
Simplifying,
M = [ 1 0 0 1 ] − 5 2 [ 4 − 2 − 2 1 ]
Which becomes,
M = 5 1 [ − 3 4 4 3 ]
With r 0 = 0 , the reflection relation becomes
p ′ = M p
Since p = ( a , b ) , then p ′ = ( 5 − 3 a + 4 b , 5 4 a + 3 b )
Problem Loading...
Note Loading...
Set Loading...
The reflection point of P ( a , b ) , call it P ′ ( a ′ , b ′ ) , must lie on a line that is normal to y = 2 x . Let this line equal to:
y − b = − 2 1 ( x − a ) ⇒ y = − 2 1 x + 2 a + 2 b
which intersects y = 2 x in the point Q ( x , y ) :
2 x = − 2 1 x + 2 a + 2 b ⇒ x = 5 a + 2 b , y = 5 2 a + 4 b . If Q is the midpoint of P and P ′ , then we have:
2 a + a ′ = 5 a + 2 b ⇒ a ′ = 5 − 3 a + 4 b ;
2 b + b ′ = 5 2 a + 4 b ⇒ b ′ = 5 4 a + 3 b
Hence, the reflection point P ′ has coordinates x = 5 − 3 a + 4 b , y = 5 4 a + 3 b , or Choice A.