Two planes have the following equations (assuming ):
with , and
with
is the time parameter. The intersection of these two planes traces a plane. If the normal of the traced plane is along the vector where are positive integers with , find .
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.
At any given t the intersection is a straight line along n 1 × n 2 , and given by:
p = s ( n 1 × n 2 ) + x 1 n 1 + y 1 n 2
where s is arbitrary, and x 1 and y 1 are a linear function of t . To see this substitute the above into the two equations
n 1 T ( p − p 1 ( t ) ) = 0
n 2 T ( p − p 2 ( t ) ) = 0
where p 1 ( t ) = r 1 + w 1 t and p 2 ( t ) = r 2 + w 2 t .
We can assume WLOG that n 1 and n 2 have been normalized. It follows that
x 1 + y 1 ( n 1 ⋅ n 2 ) = n 1 ⋅ p 1 ( t )
x 1 ( n 1 ⋅ n 2 ) + y 1 = n 2 ⋅ p 2 ( t )
(note that ∣ n 1 . n 2 ∣ < 1 ) This system can be solved for x 1 and y 1 for any given t . Taking the derivative with respect to t , we obtain
d t d x 1 + d t d y 1 ( n 1 ⋅ n 2 ) = n 1 ⋅ w 1
( n 1 . n 2 ) d t d x 1 + d d t d y 1 = n 2 ⋅ w 2
where w 1 and w 2 are defined above.
Solving for the two derivatives we get,
d t d x 1 = ( n 1 ⋅ w 1 − ( n 1 ⋅ n 2 ) ( n 2 ⋅ w 2 ) / ( 1 − ( n 1 ⋅ n 2 ) 2 )
d t d y 1 = ( − ( n 1 ⋅ n 2 ) ( n 1 ⋅ w 1 ) + n 2 ⋅ w 2 ) / ( 1 − ( n 1 ⋅ n 2 ) 2 )
Thus ( x 1 , y 1 ) traces a line in the ( n 1 , n 2 ) plane. The direction vector of this line is
d = ( d t d x 1 ) n 1 + ( d t d y 1 ) n 2
Therefore, the normal to the traced plane is obtained by the cross product of ( n 1 × n 2 ) and the vector d :
( n 1 × n 2 ) × d = ( n 1 × n 2 ) × ( d t d x 1 n 1 + d t d y 1 n 2 )
= − ( d t d x 1 ) [ ( n 1 ⋅ n 2 ) n 1 − n 2 ] − ( d t d y 1 ) [ n 1 − ( n 1 ⋅ n 2 ) n 2 ]
= − n 1 [ ( n 1 ⋅ n 2 ) d t d x 1 + d t d y 1 ] + n 2 [ d t d x 1 + ( n 1 ⋅ n 2 ) d t d y 1 ]
Substituting the given values , we obtain a normal vector along [ 8 , − 3 , 5 ] T , making the answer 8 + 3 + 5 = 1 6