RS=sqrt(9+1)=sqrt(10)=3.16 answer
2007-06-11 23:48:40
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
Vector RS = Vector S - Vector R
Vector S = OS (where O is the origin)
Vector R = OR
Vector OS = Vector OR + Vector RS
=> Vector RS = Vector OS - Vector OR
=> Vector RS = (-1-2), (3-4) = (-3, -1)
Therefore |Vector RS| = sqrt((-3)^2 + (-1)^2)
= sqrt(10) = 3.162277
2007-06-12 01:59:43
·
answer #2
·
answered by ping_anand 3
·
0⤊
0⤋
RS
= OS - OR
= (2 , 4) - (-1 , 3)
= (3 , 1)
Magnitude of RS
= |RS|
= √(3² + 1²)
= √10 units
2007-06-12 00:24:54
·
answer #3
·
answered by Anonymous
·
1⤊
0⤋
Think of this as a right angle triangle with the hypothenuse defined by the two points R(-1, 3) and S(2, 4).
The length of the other two sides is 2 -- 1 = 3 and 4 - 3 = 1
Using pythagours square of hyp = sum of the square of the other two sides.
hyp^2 = 3^2 + 1^2
= 9 + 1
= 10
therefore hyp = root 10 and since distance is positive you do not use - root 10
root 10 ~~ 3.16
HTH
PeterVincent
2007-06-12 01:24:54
·
answer #4
·
answered by PeterVincent 2
·
0⤊
0⤋
vector RS = (3 1)
|RS| = √(3² + 1²)
|RS| = √10
2007-06-12 04:36:08
·
answer #5
·
answered by Como 7
·
0⤊
0⤋
The formula is sqrt((x2-x1)^2+(y2-y1)^2)
>> sqrt((2--1)^2+(4-3)^2)
>> sqrt(3^2+1^2)
>> sqrt(9+1)
>> sqrt(10)
>> 3.16 units
2007-06-12 00:40:11
·
answer #6
·
answered by nivik 3
·
0⤊
0⤋