Reflect on this!

Geometry Level 4

Let L L be the line in space that runs through the origin and through the point ( 2 , 1 , 2 ) (2,1,-2) . If you reflect the point ( 3 , 6 , 15 ) (3,6,15) across L L , you end up with some point ( a , b , c ) (a,b,c) . Enter a + b + c a+b+c as your answer.


The answer is -28.

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.

3 solutions

Rishabh Jain
Feb 18, 2016

Let D D represent the given point i.e ( a , b , c ) (a,b,c) . Equation of line in Cartesian form: x 2 2 = y 1 1 = z + 2 2 \dfrac{x-2}{2}=\dfrac{y-1}{1}=\dfrac{z+2}{-2} Any point on this line is of the form and P ( 2 r + 2 , r + 1 , 2 r 2 ) P(2r+2,r+1,-2r-2) . Let this be the coordinates of foot of perpendicular from A ( 3 , 6 , 15 ) A(3,6,15) to the given line. Now, since given line and AP are perpendicular hence dot of their direction ratios must be 0. Hence ( 2 r 1 ) ( 2 ) + ( r 5 ) ( 1 ) + ( 2 r 17 ) ( 2 ) = 0 (2r-1)(2)+(r-5)(1)+(-2r-17)(-2)=0 r = 3 \Rightarrow \boxed{r=-3} Now since P P is the mid point of A D AD , we get by distance formula its coordinates as ( 4 r + 1 , 2 r 4 , 4 r 19 ) (4r+1,2r-4,-4r-19) sum of which is 2 r 22 2r-22 . Placing r = 3 r=-3 we get the required answer as 2 ( 3 ) 28 = 28 2(-3)-28=\large\boxed{-28} .

Yes, very nicely explained! (+1)

Otto Bretscher - 5 years, 3 months ago

Cool.. :D ^

Rohit Ner - 5 years, 3 months ago
Otto Bretscher
Feb 20, 2016

The reflection of x \textbf{x} across L L is given by T ( x ) = 2 ( u x ) u x T(\textbf{x})=2(\textbf{u}\cdot\textbf{x})\textbf{u}-\textbf{x} , where u \textbf{u} is a unit vector parallel to L L .(This works because ( u x ) u (\textbf{u}\cdot\textbf{x})\textbf{u} is the orthogonal projection of x \textbf{x} onto L L ). With u = 1 3 ( 2 , 1 , 2 ) \textbf{u}=\frac{1}{3}(2,1,-2) we quickly find T ( 3 , 6 , 15 ) = ( 11 , 10 , 7 ) T(3,6,15)=(-11,-10,-7) . The answer is 28 \boxed{-28}

Paulo Filho
Feb 20, 2016

The plane which passes through (0, 0, 0), (2, 1, -2) and (3, 6, 15) is: 3x - 4y + z = 0

Its normal vector is: (27, -36, 9)

The plane perpendicular to this plane, passing through line L is: 7x + 8y + 11z = 0

Now, we reflect (3, 6, 15) through plane 7x + 8y + 11z = 0, resulting in (-11, -10, -7).

Answer is, therefore, -28.

Just to clarify: Can you show us how you reflect the point ( 3 , 6 , 15 ) (3,6,15) across the plane 7 x + 8 y + 11 z = 0 7x+8y+11z=0 ?

Otto Bretscher - 5 years, 3 months ago

Log in to reply

The reflection of a point through a plane a x + b y + c z = 0 ax + by + cz = 0 in 3D space can be calculated by this transformation matrix:

1 a 2 + b 2 + c 2 [ a 2 + b 2 + c 2 2 a b 2 a c 2 a b a 2 b 2 + c 2 2 b c 2 a c 2 b c a 2 + b 2 c 2 ] \frac{1}{a^2+b^2+c^2} \begin{bmatrix}-a^2+b^2+c^2 & -2ab & -2ac \\-2ab & a^2-b^2+c^2 & -2bc \\-2ac & -2bc & a^2+b^2-c^2 \end{bmatrix}

In our case, a = 7 a = 7 , b = 8 b = 8 , c = 11 c = 11 :

1 7 2 + 8 2 + 1 1 2 [ 7 2 + 8 2 + 1 1 2 2 7 8 2 7 11 2 7 8 7 2 8 2 + 1 1 2 2 8 11 2 7 11 2 8 11 7 2 + 8 2 1 1 2 ] = 1 234 [ 136 112 154 112 106 176 154 176 8 ] \frac{1}{7^2+8^2+11^2} \begin{bmatrix}-7^2+8^2+11^2 & -2*7*8 & -2*7*11 \\-2*7*8 & 7^2-8^2+11^2 & -2*8*11 \\-2*7*11 & -2*8*11 & 7^2+8^2-11^2 \end{bmatrix} = \frac{1}{234} \begin{bmatrix}136 & -112 & -154 \\-112 & 106 & -176 \\-154 & -176 & -8 \end{bmatrix}

1 117 [ 68 56 77 56 53 88 77 88 4 ] [ 3 6 15 ] = [ 11 10 7 ] \frac{1}{117} \begin{bmatrix}68 & -56 & -77 \\-56 & 53 & -88 \\-77 & -88 & -4 \end{bmatrix} \begin{bmatrix}3 \\6 \\15 \end{bmatrix} = \begin{bmatrix}-11 \\-10 \\-7 \end{bmatrix}

By the way, thank you for this problem. I had never faced reflection of a point through a line in 3D space. It made me think a lot.

Paulo Filho - 5 years, 3 months ago

Log in to reply

True! But it is actually easier to reflect across the line L L directly; see my solution.

Otto Bretscher - 5 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...