Objects A and B are at the origin. If object A moves to #(-3 ,1 )# and object B moves to #(-6 ,3 )# over #3 s#, what is the relative velocity of object B from the perspective of object A? Assume that all units are denominated in meters.

1 Answer
Jun 6, 2016

From A's perspective B would increase the distance from A with a speed #sqrt(13)/3# m/sec, always moving in the same direction.

Explanation:

We have to assume that A and B objects move with constant speeds, each in its own direction, from the perspective of an observer positioned at the origin of coordinates.
So, every second each object covers the same distance.
Assume, object A's positions at seconds #1, #2, etc. are #A_1#, #A_2# etc. and positions of object B at these moments are #B_1#, #B_2# etc.

Obviously, all points #A_n# lie on the same line originated at #O(0,0)# as well as all #B_n#.
Also, since the speed of each object is constant,
#OA_1=A_1A_2=A_2A_3=...#
#OB_1=B_1B_2=B_2B_3=...#
A simple theorem of geometry tells that triangles #Delta A_1B_1O# and #Delta A_nB_nO# are similar for any #n# and, therefore,
#A_1B_1 | | A_2B_2 | | A_3B_3 ...#
That means that vector expressing the relative velocity of object B from the perspective of object A has always the same direction and magnitude.

Let #U# be a vector of velocity (of constant magnitude and direction) of object A, its X- and Y-components are #U_X# and #U_Y#.

Analogously, #V# is a vector of velocity (also of constant magnitude and direction) of the object B with components #V_X# and #V_Y#.

If i and j are unit vectors along, correspondingly, the X-axis and the Y-axis, object A's position as a function of time #t# can be described as
#U_X*t*# i #+U_Y*t*# j .
Analogously, object B's position is described by as
#V_X*t*# i #+V_Y*t*# j .

Relative position of object B from the perspective of object A (that is if we imagine object A to be an origin of a system of coordinates moving with it) is expressed as a difference between the two vectors above, that is

#(V_X*t*# i #+V_Y*t*# j#) - (U_X*t*# i #+U_Y*t*# j#) = #

#= [(V_X-U_X)*t] # i #+ [(V_Y-U_Y)*t] # j

The above implies that object B moves relatively to object A with constant speed towards the same direction. Relative velocity is a vector #(V_X-U_X, V_Y-U_Y)#

Obviously, in meters per second (#m/(sec)#),
#U_X = -3/3 = -1#
#U_Y = 1/3#
#V_X = -6/3=-2#
#V_Y = 3/3 = 1#

The relative movement of object B is described by a vector of velocity #W=V-U# with components
#W_X = V_X - U_X = -2-(-1)=-1#
#W_Y = V_Y - U_Y = 1 - 1/3 = 2/3#

Knowing the components of this vector of relative velocity of object B from the perspective of object A, we can easily determine the magnitude:
#|W| = sqrt(W_X^2+W_Y^2) = sqrt((-1)^2+(2/3)^2) = sqrt(13)/3#

So, from A's perspective B would increase the distance from A with a speed #sqrt(13)/3# m/sec.