You can
put this solution on YOUR website!A particle has position 2i + j initially and is moving with speed 10ms-1 in the direction 3i - 4j. Find it's position vector when t = 3 and the distance it has travelled in those 3 seconds.
I know the distance travelled is Speed * time, so 10 * 3 = 30metres.
-------------
Draw the figure:
A vector from (2,1) thru (3,-4) and extended to (x,y)
A vertical segment from (2,1) down to (2,-4)
A horizontal segment form (2,-4) to (3,-4)
These form a triangle with hypotenuse = sqrt(26),
vertical = 5, horizontal = 1.
----------
Need to find x and y.
-----------------
The diagonal distance is 30 meters as you pointed out.
So x^2 + y^2 = 900
-----------------------
Draw a vertical line from (2,1) down to (2,y)
Draw a horizontal line from (2,y) to (x,y)
------------------------
You now have two proportional triangles.
Vertical Proportion: 30/sqrt(26) = v/5
v = 150/sqrt26 = 29.417
--------
Horizontal Proportion:
30/sqrt(26)= h/1
h = 5.88
--------------
Therefore:
x = 2+h = 7.88
y = 1-29.417 = -28.417
--------------
These are the position coordinates after 3 seconds.
====================
Cheers,
Stan H.