Z0185001022015402208-09 Vectors
Z0185001022015402208-09 Vectors
Vectors
Session 08-09
Vectors
Acknowledgement
Chapter 3
Learning Objectives
Vectors
The vector whose initial and terminal points coincide has length
zero, so we call this the zero vector and denote it by 0. The zero
vector has no natural direction, so we will agree that it can be
assigned any direction that is convenient for the problem at hand.
Bina Nusantara University 8
Vector Addition
Parallelogram Rule for Vector Addition
If v and w are vectors in 2-space or 3-space that are positioned so
their initial points coincide, then the two vectors form adjacent sides
of a parallelogram, and the sum is the vector represented by the
arrow from the common initial point of and to the opposite vertex of
the parallelogram.
Suppose that v and w are vectors in 2-space or 3-space with a common initial
point. If one of the vectors is a scalar multiple of the other, then the vectors
lie on a common line, so it is reasonable to say that they are collinear (see
figure below). However, if we translate one of the vectors, then the vectors are
parallel but no longer collinear. This creates a linguistic problem because
translating a vector does not change it. The only way to resolve this problem
is to agree that the terms parallel and collinear mean the same thing when
applied to vectors. Although the vector 0 has no clearly defined direction, we
will regard it to be parallel to all vectors when convenient.
Example :
Definition
Vectors v = (v1,v2,...,vn) and w = (w1,w2,...,wn) in Rn are said to be
equivalent (also called equal) if
v1 = w1, v2 = w2, ..., vn = wn.
We indicate this by writing v = w.
Example
If v = (1,-3,2) and w = (4,2,1), then
v + w = (5,-1,3), 2v = (2,-6,4),
-w = (-4,-2,-1), v - w = (-3,-5,1).
Example
Norm of the vector v = (-3,2,1) in R3 is
Theorem
Example
Definition
Two nonzero vectors u and v in Rn are said to be orthogonal (or
perpendicular) if u.v = 0. We will also agree that the zero vector in Rn
is orthogonal to every vector in Rn.
A nonempty set of vectors in Rn is called an orthogonal set if all pairs
of distinct vectors in the set are orthogonal. An orthogonal set of unit
vectors is called an orthonormal set.
Theorem
Definition
or equivalently
Note that part (a) and (b) of the theorem mean that u x v is
orthogonal (or perpendicular) to both u and v.
Example
In previous example, u = (1,2,-2), v = (3,0,1) and we obtain
u x v = (2,-7,-6). Since u.(u x v) = (1)(2) + (2)(-7) + (-2)(-6) = 0 and
v.(u x v) = (3)(2) + (0)(-7) + (1)(-6) = 0, u x v is orthogonal to both
u and v, as guaranteed by above theorem.
Definition
If w is a vector in Rn, then w is said to be a linear combination
of the vectors v1, v2, ..., vr in Rn if it can be expressed in the form
w = k1v1 + k2v2 + ... + krvr
where k1, k2, ..., kr are scalars. These scalars are called the
coefficients of the linear combination.
Definition