Two lines have the following equations (assuming ):
with , and
with
is the time parameter. The intersection of these two lines traces a line (shown in red in the animation). If the slope of the traced line is , where and are coprime positive integers , 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.
Consider sliding lines n 1 ⋅ ( r − ( r 1 + v 1 t ) ) = 0 and n 2 . ( r − ( r 2 + v 2 t ) ) = 0
The solution for a given t is a single point. (assuming n 1 is not a multiple of n 2 ) We have the following linear system:
A r = b
with
A = [ n 1 T n 2 T ]
and
b = [ n 1 T ( r 1 + v 1 t ) n 2 T ( r 2 + v 2 t ) ]
The solution is
r = A − 1 b = A − 1 [ n 1 T r 1 n 2 T r 2 ] + A − 1 [ n 1 T v 1 n 2 T v 2 ] t
which is of the form,
r = r 0 + d t
From which, the slope is m = d ( 2 ) / d ( 1 ) .
In this problem,
n 1 = [ 1 , 2 ] T , n 2 = [ 1 , − 1 ] T , r 1 = [ 1 , 1 ] T , r 2 = [ − 1 , 1 ] T , v 1 = [ 1 , 3 ] , v 2 = [ 1 , − 1 ]
Substituting these values in the above formulas, we get m = 1 1 5 , making the answer 5 + 1 1 = 1 6