L2 Vector Algebra
L2 Vector Algebra
MATH23
MULTIVARIABLE CALCULUS
GENERAL OBJECTIVE
Examples:
1.Velocity - The wind speed and wind direction together
form a vector quantity called the wind velocity.
Example of wind velocity is 20mi/hr northeast.
2.Displacement- The displacement of 3=(+3) describes a
position change of 3 units in the positive direction, and a
displacement of -3 describes a position change of 3 units
in the negative direction.
Vectors
Examples:
3.Force - The arrow in figure below shows a force
vector of 10lb acting in a specific direction in the
block.
10lb
Initial point
Notations:
We will denote the vectors with lowercase type with an arrow
over it such as v , w and x
Vectors in Rectangular Coordinate System
A. Vector with Initial Point at the Origin
A vector v is positioned with its initial point at
the origin and terminal point (v1 , v2 ) or (v1 , v2 , v3 ).
The coordinates of the terminal point of v are called
the components of v. Thus,
v = <v1 , v2 > or v = <v1 , v2 , v3 >
y
(v1,v 2 )
v
(0,0)
x
Vectors in Rectangular Coordinate System
B. Vector with Initial Point not at the Origin
(2-space)
Theorem: If P1 P2 is a vector in 2-space with initial
point P1 (x1 , y1) and terminal point P2 (x2 , y2 ), then
P1 P2 = <x2 – x1 , y2 – y1 >
y P2 (x 2 , y 2 )
P1P2
P1(x1, y1 )
x
Vectors in Rectangular Coordinate System
B. Vector with Initial Point not at the Origin
Similarly, if P1 P2 is a vector in 3-space with initial point P1
(x1 , y1, z1 ) and terminal point P2 (x2 , y2 , z2 ), then
P1 P2 = < x2– x1 , y2 – y1 , z2 - z1>
z P2 (x 2 , y 2 )
P1P2
P1(x1, y1 )
O (0,0,0) y
x
Vectors in Three Dimensional Space
Examples:
1.Find the components of the vector P1 Pif2
P1(-1, 5) and P2(4, 1) and sketch an equivalent
vector with its initial point with the origin.
2. Equivalent Vectors
Theorem: Two vectors are equivalent if and only if
their corresponding components are equal.
Vectors in Three Dimensional Space
Examples:
1. Two vectors <a+3, b-2, c+2> and <1, -4, 2>
are equivalent if and only if a=-2, b = -2 and
c=0.
Vectors in Three Dimensional Space
Basic Operations on Vectors
If v = <v1 , v2> and w = <w1 , w2> are vectors in
2-space and k is any scalar, then the
a) Sum
v + w = <v1 + w1 , v2 + w2 >
b) Difference
v – w = <v1 – w1 , v2 – w2 >
c) Scalar Multiplication
kv = <kv1 , kv2>
Vectors in Three Dimensional Space
Arithmetic Operations on Vectors
Similarly, if v = <v1 , v2 , v3 > and
w = <w1 , w2 , w3 > are vectors in 3-space and k is
any scalar, then
a) Sum
v + w = <v1 + w1 , v2 + w2 , v3 + w3 >
b) Difference
v – w = <v1 – w1, v2 – w2, v3 – w3>
c) Scalar Multiple
kv = <kv1 , kv2, kv3>
Scalar Multiplication
Note:
Illustration:
3
1 v
v 2v 2
v
v 2
Vectors in Rectangular Coordinate System
Examples
1) If v 2,0,1 and w 3,5,4 , find
a) v w b) 3v
c) -w d) w 2v
Vectors
Norm of a Vector
The distance between the initial and terminal
points of a vector v is called the length, the norm,
or the magnitude of v and is denoted by ǁvǁ.
Thus, if is a vector in 2-space, then
the norm of v isgiven
v1,v 2 by
v v v12 v 22
j
k
j i O i x
O
x
z
Vectors
Every vector in 2-space is expressible in
terms of i and j, and every vector in 3-space is
expressible in terms of i, j, and k as follows:
v v1,v 2
v1,0 0,v 2
v1 1,0 v 2 0,1
v1i v 2 j
v v1,v 2 ,v 3
v1,0,0 0,v 2 ,0 0,0,v 3
v1 1,0,0 v 2 0,1,0 v 3 0,0,1
v1i v 2 j v 3k
Vectors in Three Dimensional Space
Unit Vector in the Direction of v
If v v1,v 2 , then the unit vector in the
direction ofv can be found by
v
uv
v
The process of multiplying a vector by the
reciprocal of its length to obtain a unit vector with
the same direction is called normalizingv .
Vectors in Three Dimensional Space
Examples
1. Find a unit vector that has the same
direction as v 2i 2 j k