Linear Algebra (7) (8) (9) (10) Vector
Linear Algebra (7) (8) (9) (10) Vector
Linear Algebra (7) (8) (9) (10) Vector
Vectors
Session 07-10
Acknowledgement
These slides have been
adapted from:
Orthogonal Projection in Rn
Linear combination, linear
independence, and basis in Rn
Cross Product in R3
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 7
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.
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
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
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.
Although those two results look different, they both represent the line
whose equation in rectangular coordinates is
7x + 5y =35
This can be seen by eliminating the parameter t from the parametric
equations (verify).
Theorem
If a, b, and c are constants that are not all zero, then an equation of
the form
ax + by + cz + d = 0
represents a plane in R3 with normal n = (a,b,c).
Find the distance D between the point (1,-4,-3) and the plane
2x – 3y + 6z = -1.
Solution
Since the distance formulas in the theorem require that the
equations of the line and plane be written with zero on the right
side, we first need to rewrite the equation of the plane as
2x – 3y + 6z + 1= 0
from which we obtain
Example