Posted by Anonymous on Tuesday, February 12, 2008 at 7:27am.
Do not confuse the problem of finding the length of a line segment if you know the two end points
with finding the length of a vector.
Suppose we have 2 points A(8,3) and B(11,7)
then vector AB = [3,4]
and │AB│ = √(3^2+4^2)
= 5
line segment AB = √((11-8)^2 + (7-3)^2)
= 5
when you write vector [a,b], and vectors can be drawn anywhere as long as they have the same direction and magnitude, one can assume the vector [a,b] to start at the origin (0,0) and end at the point(a,b).
Hence we can say │[a,b]│ = √(a^2+b^2)
in other words │[3,2]│ = √(9+4) = √13
Related Questions
cartesian vectors 2 - let vector U = (vector u1, vector u2) vector V = (vector ...
vector - For any two numbers a and b, the product of a−b times itself ...
Math - vectors - In the product F(vector)=q(V(vector)xB(vector), take q = 4, V(...
Calculus and vectors - Vector AB is a vector whose tail is at (-4,2) and whose ...
Calculus and vectors - Vector AB is a vector whose tail is at (-4,2) and whose ...
Vectors - The vector x and y are the lenght of 3units(they both have a magnitude...
Mamthematics - Vectors - a) If vector u and vector v are non-collinear vectors ...
Vectors - the vector a-5b and a-b are perpendiculat. If vector a and b are unit ...
vectors - Given the vectors v=-2i+5j and w=3i+4i, determine (do I just plug what...
physics - Suppose vector A=3i-2j, B= -i-4j and vector C are three vectors in xy ...
For Further Reading