Questions on Algebra: Introduction to vectors, addition and scaling answered by real tutors!

Algebra ->  Algebra -> Questions on Algebra: Introduction to vectors, addition and scaling answered by real tutors!     (Log On)
Ad: Algebra Solved!™: algebra software that solves YOUR algebra homework problems with step-by-step help!



Question 106431This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D
This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D

Answer by Fombitz(1756) About Me  (Show Source):
You can put this solution on YOUR website!
Yes, 30 m is the magnitude of the position change vector (AB) but the direction is (3,-4) in (i,j) coordinates.
You start at A (2,1) and go to B (2+i component of AB,1+j component of AB).
Find the magnitudes of the i component and the j component using the angle with vertex at A.
drawing( 300, 300, -10, 30, -30, 10,grid( 1 ),green(circle( 2, 1, .5 )),green(circle( 20, -23, .5 )),red(line(2,1,20,-23)),locate(2.5,4,A),locate(21,-23,B),blue(line(2,1,20,1)),blue(line(20,1,20,-23)))
Hint : 3,4,5 make up a Pythagorean triple.
Sine and cosine of an angle using these sides are either 3/5 or 4/5.
Question 106431This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D
This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D

Answer by stanbon(19007) About Me  (Show Source):
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.
Question 106431This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D
This question is from textbook Mechanics I
: Hey again! :D Im stuck on this question about vectors including acceleration and relative positioning.
The question is..
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. But when i worked out the relative position i got it totally wrong, does anyone know how to do this? Thanks alot in advance! :D

Answer by MathLover1(1157) About Me  (Show Source):
You can put this solution on YOUR website!
Given:
The speed is 10 ms^(-1); let assume there is no acceleration, and the particle travels 30 m in 3 s.
Since we need to find a vector with magnitude 30 and parallel to 3i -(4j), to do this first find a unit vector parallel to 3i - (4j) and multiply it by 30.
A unit vector parallel to 3i - (4j) is:
(3i - (4j)) /(3i - (4j))
(3i - (4j))/sqrt(3^2 + (-4)2)
(3i - (4j))/sqrt(25)
(3i - (4j))/(5)

So the vector we want is
30(3i - (4j))/(5)
=6(3i - (4j))
= (18i - (24j))
Now, add that to the particle’s initial position:
(18i - (24j)+ 2i + j)= (20i - (23j))
That’s its position vector after 3 seconds