Two points A ( 7 , 4 , 1 ) , B ( 5 , − 1 , 5 ) undergo a rotation about an unknown axis and through an unknown angle such that their images are A ′ ( 6 , 3 , 6 ) , B ′ ( 1 0 , 8 , 8 ) . Find the image of point C ( 4 , 5 , 6 ) under the same rotation. If the image is C ′ ( x , y , z ) then enter the value of 9 ( x + y + z ) .
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 axis has to lie in a plane whose normal is ( A − A ′ ) and passing through 2 1 ( A + A ′ ) , and also in a plane whose normal is ( B − B ′ ) and passing through 2 1 ( B + B ′ ) . Thus the axis line is the intersection of these two planes. The equations are,
x + y − 5 z = ( 1 , 1 , − 5 ) ⋅ ( 6 . 5 , 3 . 5 , 3 . 5 ) = − 7 . 5
− 5 x − 9 y − 3 z = ( − 5 , − 9 , − 3 ) ⋅ ( 7 . 5 , 3 . 5 , 6 . 5 ) = − 8 8 . 5
the solution of this system of equations is the line
( x , y , z ) = ( − 3 9 , 3 1 . 5 , 0 ) + t ( 1 2 , − 7 , 1 )
so this is our axis of rotation. We still don't know the angle of rotation. So we set up the rotation equation for point A
A ′ = p 0 + R ( A − p 0 )
here p 0 is any point on the axis of rotation, and R is the rotation matrix and is given by
R = a a T + ( I − a a T ) cos θ + S a sin θ ( ∗ )
where θ is the angle of rotation about the axis whose unit direction vector is a .
S a is the skew-symmetric matrix which when multiplied by a vector b results in the cross product a × b
Note that all quantities in equation ( ∗ ) are known except θ .
Plugging in a = 1 2 2 + ( − 7 ) 2 + 1 2 ( 1 2 , − 7 , 1 ) and p 0 = ( − 3 9 , 3 1 . 5 , 0 ) , and the coordinates of point A , we obtain
( 6 , 3 , 6 ) = v 0 + v 1 cos θ + v 2 sin θ
since v 1 and v 2 are perpendicular to each other, then
cos θ = v 1 ⋅ v 1 ( ( 6 , 3 , 6 ) − v 0 ) ⋅ v 1
sin θ = v 2 ⋅ v 2 ( ( 6 , 3 , 6 ) − v 0 ) ⋅ v 2
and from this we can calculate θ ≈ − 2 . 2 1 0 1 8 8
Now the rotation is fully specified.
Now the image of point C is given by,
C ′ = p 0 + R ( C − p 0 )
performing the calculations, we get C ′ = ( 6 9 1 , 8 9 2 , 3 9 2 )
so that 9 ( x + y + z ) = 1 5 8 .
Problem Loading...
Note Loading...
Set Loading...
First some calculations:
A A ′ = ⎝ ⎛ − 1 − 1 5 ⎠ ⎞ , B B ′ = ⎝ ⎛ 5 9 3 ⎠ ⎞ .
A C = ⎝ ⎛ − 3 1 5 ⎠ ⎞ ⇒ ∣ ∣ ∣ A C ∣ ∣ ∣ = ( − 3 ) 2 + 1 2 + 5 2 = 3 5
B C = ⎝ ⎛ − 1 6 1 ⎠ ⎞ ⇒ ∣ ∣ ∣ B C ∣ ∣ ∣ = ( − 1 ) 2 + 6 2 + 1 2 = 3 8
Now, A A ′ and B B ′ are both perpendicular to the axis of rotation, hence, a direction vector of the axis is
d : = A A ′ × B B ′ = ∣ ∣ ∣ ∣ ∣ ∣ i − 1 5 j − 1 9 k 5 3 ∣ ∣ ∣ ∣ ∣ ∣ = ⎝ ⎛ − 4 8 2 8 − 4 ⎠ ⎞
Since rotation about an axis is an isometry , we get the following equations:
∣ ∣ ∣ A ′ C ′ ∣ ∣ ∣ = ∣ ∣ ∣ A C ∣ ∣ ∣ ⇔ ∣ ∣ ∣ A ′ C ′ ∣ ∣ ∣ 2 = ∣ ∣ ∣ A C ∣ ∣ ∣ 2 ⇔ ( x − 6 ) 2 + ( y − 3 ) 2 + ( z − 6 ) = 3 5 ( 1 ) and
∣ ∣ ∣ B ′ C ′ ∣ ∣ ∣ = ∣ ∣ ∣ B C ∣ ∣ ∣ ⇔ ∣ ∣ ∣ B ′ C ′ ∣ ∣ ∣ 2 = ∣ ∣ ∣ B C ∣ ∣ ∣ 2 ⇔ ( x − 1 0 ) 2 + ( y − 8 ) 2 + ( z − 8 ) = 3 8 ( 2 ) Furthermore, C C ′ is also perpendicular to d , hence,
C C ′ ⋅ d = 0 ⇔ − 4 8 ( x − 4 ) + 2 8 ( y − 5 ) − 4 ( z − 6 ) = 0 ( 3 ) Equations ( 1 ) , ( 2 ) and ( 3 ) give two solutions: ( x , y , z ) = ( 3 5 1 5 9 , 7 4 6 , 3 5 3 6 7 ) and ( x , y , z ) = ( 9 5 5 , 9 7 4 , 9 2 9 ) The first solution is rejected, since it leads to a point C ′ for which ∣ ∣ ∣ A ′ C ′ ∣ ∣ ∣ = ∣ ∣ ∣ A C ∣ ∣ ∣ , while the second one satisfies the condition ∣ ∣ ∣ A ′ C ′ ∣ ∣ ∣ = ∣ ∣ ∣ A C ∣ ∣ ∣ . Hence, the image of C is C ′ ( 9 5 5 , 9 7 4 , 9 2 9 ) .
For the answer, x = 9 5 5 , y = 9 7 4 , z = 9 2 9 , thus, 9 ( x + y + z ) = 1 5 8 .