Given the point (1, 3, 5), you want to find its image after a reflection across the plane 2 x − 3 y + 5 z = 1 0 .
If the coordinates of the image are ( x , y , z ) , and x + y + z = b a , where a and b are coprime positive integers, then find a + b .
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.
Thanks for a well-explained solution.
I had learnt a direct formula to find the image of the point P ( x 0 , y 0 , z 0 ) about reflection from the plane π : a x + b y + c z + d = 0 given by
a x − x 0 = b y − y 0 = c z − z 0 = a 2 + b 2 + c 2 − 2 ( a x 0 + b y 0 + c z 0 + d )
which gives the correct answer. Can you please hint me how to prove this?
In short , why t = a 2 + b 2 + c 2 − 2 ( a x 0 + b y 0 + c z 0 + d ) ?
Log in to reply
That's a useful equation! You can prove it with the same explanation above but replace ( 2 , − 3 , 5 ) with the general case of ( a , b , c ) and replace ( 1 , 3 , 5 ) with the general case of ( x 0 , y 0 , z 0 ) :
A vector perpendicular to the plane a x + b y + c z = d is ( a , b , c ) .
A vector equation through point ( x 0 , y 0 , z 0 ) at t = 0 with vector ( a , b , c ) is ( x , y , z ) = ( x 0 , y 0 , z 0 ) + t ( a , b , c ) , so x = x 0 + a t , y = y 0 + b t , and z = z 0 + c t . (Rearranging, we get t = a x − x 0 = b y − y 0 = c z − z 0 ).
Substituting these values into the plane equation gives a ( x 0 + a t ) + b ( y 0 + b t ) + c ( z 0 + c t ) = d , which solves to t = a 2 + b 2 + c 2 − ( a x 0 + b y 0 + c z 0 − d ) .
So at t = a 2 + b 2 + c 2 − ( a x 0 + b y 0 + c z 0 − d ) the image is on the plane, and in another t = a 2 + b 2 + c 2 − ( a x 0 + b y 0 + c z 0 − d ) , or at t = a 2 + b 2 + c 2 − 2 ( a x 0 + b y 0 + c z 0 − d ) , the image will be past the plane at the same distance it started away from it on a perpendicular vector, which would be the same as its reflected image.
Therefore, t = a x − x 0 = b y − y 0 = c z − z 0 = a 2 + b 2 + c 2 − 2 ( a x 0 + b y 0 + c z 0 − d ) .
(Note that it is − d in the equation, not + d ).
The value of t is wrong.Solving the equation in t we get t= -8/39
Log in to reply
Solving for t gives t = − 1 9 4 :
2 ( 1 + 2 t ) − 3 ( 3 − 3 t ) + 5 ( 5 + 5 t ) = 1 0
2 + 4 t − 9 + 9 t + 2 5 + 2 5 t = 1 0
1 8 + 3 8 t = 1 0
3 8 t = − 8
t = − 3 8 8 = − 1 9 4
Why not the normal to the plane is (-2, 3, -5) ?
Log in to reply
( − 2 , 3 , − 5 ) is also a normal to the plane that can be used to get the same answer. The parametric equations using ( − 2 , 3 , − 5 ) are ( x , y , z ) = ( 1 , 3 , 5 ) + t ( − 2 , 3 , − 5 ) , so x = 1 − 2 t , y = 3 + 3 t , and z = 5 − 5 t , which substituted into the plane equation gives 2 ( 1 − 2 t ) − 3 ( 3 + 3 t ) + 5 ( 5 − 5 t ) = 1 0 , which solves to t = 1 9 4 , which makes the reflected image at t = 1 9 8 , and using this value gives x = 1 9 3 , y = 1 9 8 1 , and z = 1 9 5 5 once again.
Problem Loading...
Note Loading...
Set Loading...
A vector perpendicular to the plane 2 x − 3 y + 5 z = 1 0 is ( 2 , − 3 , 5 ) .
A vector equation through point ( 1 , 3 , 5 ) at t = 0 with vector ( 2 , − 3 , 5 ) is ( x , y , z ) = ( 1 , 3 , 5 ) + t ( 2 , − 3 , 5 ) , so x = 1 + 2 t , y = 3 − 3 t , and z = 5 + 5 t .
Substituting these values into the plane equation gives 2 ( 1 + 2 t ) − 3 ( 3 − 3 t ) + 5 ( 5 + 5 t ) = 1 0 , which solves to t = − 1 9 4 .
So at t = − 1 9 4 the image is on the plane, and in another t = − 1 9 4 , or at t = − 1 9 8 , the image will be past the plane at the same distance it started away from it on a perpendicular vector, which would be the same as its reflected image. Using x = 1 + 2 t , y = 3 − 3 t , and z = 5 + 5 t from above, and t = − 1 9 8 , we get x = 1 9 3 , y = 1 9 8 1 , and z = 1 9 5 5 , so x + y + z = 1 9 1 3 9 , which means a = 1 3 9 and b = 1 9 , and 1 3 9 + 1 9 = 1 5 8 .