Vectors in Space
Vectors in Space
VECTORS IN SPACE
Chapter Outline
v=w
Terminal point
v2
v4
v v1
v3 v5
Initial point
(a) (b)
Example
Sketch a vector in the plane from initial point P(1,1) to
terminal point Q(8,5).
Component form of a vector
Let v be a vector with initial point (x , y ) and terminal
i i
point (x , y ). Then we can expres v in component form as
t t
v=( x - x , y - y ).
t i t i
Example
x - x = 1-(-3)=4
t i
Similarly, the difference of the y-coordinates shows the vertical
lenght of the vector.
y - y =2-4=-2
t i
So, in component form ,
v= (x -x , y - y )
t i t i
= (1-(-3), 2-4)
=(4, -2)
To find the magnitude of a vector, we calculate the distance
between its initial point and its terminal point. The magnitude of
vector v=(x , y) is denoted || v ||. or | v |, and can be computed
using the formula
|| v ||= √x2+ y 2
Let v= ( x
Express v with
, y) and
1 initial
1
w=
point (-3,
(x ,
2 2
y) be vectors, and let k be a
,4 scalar 2 2 2
2
Scalar Multiplication: kv= ( kx1 , ky)1 36 + 64 = c 2
? 100 = c 2
8
Vector Addition: kv= v + w= (x 1, y1 ) + (x 2, y 2) = (x1 + x 2, y1 + y2 )
2. Square root to the find the value c:
c = √100
6 c = 10
Example
Let v be the vector with initial point ( 2, 5) and terminal point (8, 13),
and let w= (-2, 4)
|| v || =√6 + 8
2 2
= √36 + 64
= √100
= 10
Solution
b. To find v + w , add the x-components and the y-components
separately;
v + w = ( 6, 8) + (-2, 4) = (4, 12)
d = √(x - x ) + (y , - y )
Example
u x v = u1 v1 + u2 v2 +u 3v 3
Note that if u and v are two-dimensional vectors,
we calculate the dot product in a similar fashion.
Thus, if u = ( u 1 , u2 ,) and v = (v1 , v2 ), then
u x v =u 1 v 1+ u 2 v2
When two vectors are combined under addition
or substraction, the result is a vector. When two
vectors are combined using the dot product, the
result is a scalar. For this reason, the dot product
is often called the scalar product. It may also be
called the inner product.
Example
u x v = u1 v 1+ u2v 2+ u 3v 3
=3(-1) + 5(3) + 2(0)
= -3 + 15 + 0
= 12
Solution
b. The calculations is the same if the vectors are written
using standard unit vectors. We still have three
components for each vector to substitute in the formula for
the dot product:
p x q = u1 v 1+ u2v 2+ u3 v3
=10(-2) + (-4)(1) + 7(6)
= -20 -4+ 42
= 18
Properties of the dot product
i. u x v = v x u Commutative property
ii. u x ( v + w ) = u x v + u x v Distributive property
iii. c(u x v) = ( cu) x v = u x (cv) Associative property
iv. v x v = || v || 2
Property of magnitude
Proof
Let u = (u1 , u2, u3) and v = (v1 , v2 , v 3). Then,
u x v = (u 1 , u2 , u3) x (v1 , v2 , v3 )
= u 1v 1+ u2v 2+ u 3v 3
= v 1u 1+ v2u2+ v3 u3
= (v1 ,v2 ,v 3) x ( u1 ,u2,u3 )
=vxu
Proof
c(u x v )= c(u1 v1 + u2 v2+ u3 v3)
= c(u 1v 1) + c(u2 v 2)+ c( u3 v3 )
= (cu 1)v1 + (cu2 ) v2+ (cu3 )v 3
= [cu 1, cu2, cu3 ] x [v1 , v2 , v3 ]
= c[u 1 , u2 , u3 ] x [v1 , v2 , v3 ]
= (cu) x v
= || v || 2
=0+2+4
2 2 2
= 0 + 4 + 16
= 20
The Cross Product
the dot product is a multiplication of two vectors
that results in a scalar.
ixi=jxj=kxk=0
ixj=k j x i = -k
jxk=i k x i = -i
kxi=j ixk=-j
Example
Cross product of standard unit vectors
Find i x (j x k)
Solution:
i x(j x k) = i x i = 0
Properties of cross products:
i. u x v = -(v x u) Anticommutative property
ii. u x (v + w) = u x v + u x w Distributive property
iii. c(u x v) = (cu) x v = u x (cv) Multiplication by
a constant
iv. u x 0 =0 x u = 0 Cross product of a zero
vector
v. v x v = 0 Cross product of a vector with itself
vi. u (v x w) = ( u x w)w Scalar triple product
Determinants and the cross
product
Example
Evaluate the determinant
2 5 -1
-1 1 3
-2 3 4