LA Chapter3 Part 1
LA Chapter3 Part 1
Module 4
Vectors in 2-Space and 3-Space I
Learning Objectives
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 2
1
Learning Objectives (Cont.)
Upon completing this module, you should be able to:
1. Determine the components of a vector in ℜ2 and ℜ3.
2. Perform vector addition, subtraction, and scalar multiplication in
ℜ2 and ℜ3.
3. Find the norm of a vector and the distance between points in ℜ2
and ℜ3.
4. Find the dot product of two vectors in ℜ2 and ℜ3.
5. Use the dot product to find the angle between two vectors in ℜ2
and ℜ3.
6. Find the projection of a vector onto another vector in ℜ2 and ℜ3,
and express the original vector as a sum of two orthogonal
vectors.
7. Find the distance between a point and a line in ℜ2 and ℜ3.
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 3
Vectors in ℜ2 and ℜ3
http://faculty.valenciacc.edu/ashaw/
Rev.09 Click link to download other modules. 4
2
What are Vectors in ℜ2 and ℜ3?
• Vectors can be represented as directed line segments
or arrows in ℜ2 and ℜ3.
• The direction of the arrow specifies the direction of the
vector.
• A vector that starts from an initial point A and!!!"
terminates at a point B can be represented as AB .
• A vector is usually denoted in lowercase boldface type
(like v) in the textbook or with an arrow above """! it when
!
we write it by hand. For example: v = v = AB.
!v!!
"
A B
!
#v
$!! B
A
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 5
3
What are Vectors in ℜ2 and ℜ3? (Cont.)
If s is any scalar, then a vector of the form sv
is called a scalar multiple of v.
!
sv = sv = s(v1 , v2 ) = (sv1 , sv2 )
For example, if v = (2,-7) and s =- 5, then
!
!5 v = !5(v1 , v2 ) = (!5v1 , !5v2 ) = (!10, 35)
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 7
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 8
4
What are the Components of a Vector in ℜ3?
A !v!!
"B
!!!"
If the initial
!!!" point of AB is A(x1,y1,z1) and the terminal !!!"
point of AB is B(x2,y2,z2) in ℜ3, then the components of AB
can be obtained by subtracting the coordinates of the
initial point from the coordinates of the terminal point.
! """!
v = v = AB = (x2 ! x1 , y2 ! y1 , z2 ! z1 )
!!!"
Example: Suppose the initial point of AB is A(1,-2,5)
and terminal point
! "is""! B(-1,4,9), then the components of
the vector v = v = AB = (!2, 6, 4) . We see that the vector
!!!"
AB is equal to the vector v in standard position.
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 9
Example
Suppose !
u = (!5,1, 6)
!
v = (1, 0, !8)
! !
Find the components of 7u ! 2 v.
! ! ! !
7u ! 2 v = 7u + (!2)v = 7(!5,1, 6) + (!2)(1, 0, !8)
= ((7)(!5) + (!2)(1),(7)(1) + (!2)(0),(7)(6) + (!2)(!8))
= (!37, 7, 58)
Note: In chapter 1, we would represent these vectors as column matrices:
" !5 % " 1 %
!
v = $ 0 ' = "# 1 0 !8 %&
T
! $ ' T
u = $ 1 ' = "# !5 1 6 %& $ '
#$ 6 '& $# !8 '&
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 10
5
Some Important Properties of
a Vector Space
If u, v, and w are vectors in ℜ2, ℜ3, or any vector space
and k and s are scalars, then the following hold:
a) u + v = v + u b) (u + v) + w = u + (v + w)
c) u + 0 = 0 + u = u d) u + (-u) = 0
e) k(su)= ks(u) f) k(u + v)= ku + kv
g) (k + s) u = ku + sv h) 1u = u
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 11
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 12
6
How to Find the Distance Between Two Points?
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 13
If u = (u1, u2, u3) and v = (v1, v2, v3) , then the dot product
of the two vectors in terms of the components of the
vectors is:
! ! !!
u ! v = u ! v = u1v1 + u2 v2 + u3v3 = uv T
7
How to Find the Angle Between Vectors?
8
How to Find the Projection of a Vector onto
Another Vector?
If u and v are vectors in in ℜ2 and ℜ3 and if a ≠ 0, then
u!a a a
proja u = 2 a = u! (vector component of u along a)
a a a
u"a
(vector component of u
u ! proja u = u ! 2 a
a orthogonal or perpendicular to a)
Thus, the projau and u - projau are orthogonal vectors whose
sum is u. The dot product of projau and u - projau is zero.
# u!a & # u!a &
( proja u) ! (u " proja u) = % 2 a ( ! % u " 2 a ( =
$ a ' $ a '
(u ! a)2 (u ! a)2 (a ! a) (u ! a)2 (u ! a)2
2 " 2 2 = 2 " 2 =0
a a a a a
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 17
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 18
9
How to Find the Projection of a Vector
onto Another Vector? (Cont.)
Step 3: Solve for the vector component of u along a.
u!a "32 "16 "16 "80
proja u = 2 a= a= (1, 0, 5) = ( , 0, )
a 26 13 13 13
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 20
10
How to Find the Distance
Between a Point and a Line?
Example
Find the distance D from the point (-3,1) to the line
4x+3y+4=0.
Solution:
We can use the distance formula in Equation (13)
ax 0 +by0 + c
D=
a2 + b2
to find the distance D. In our problem, x0=-3, y0=1, a=4, b=3,
and c=4.
ax 0 +by0 + c (4)(!3) + (3)(1) + 4 !5 5
D= = = = =1
a2 + b2 4 2 + 32 5 5
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 21
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 22
11
Credit
Some of these slides have been adapted/modified in part/whole from the
text or slides of the following textbooks:
• Anton, Howard: Elementary Linear Algebra with Applications, 9th Edition
• Margaret L. Lial, John Hornsby, David I. Schneider, Trigonometry, 8th
Edition
http://faculty.valenciacc.edu/ashaw/
Rev.F09 Click link to download other modules. 23
12