Lecture 2
Lecture 2
12.2
Vectors
Length of vectors:
a = ‹a1, a2› | a | a a2 2
1 2
a + b = ‹ a 1 + b 1, a 2 + b 2›
MULTIPLYING ALGEBRAIC VECTORS
a – b = ‹a1 – b1 , a2 – b2›
ca = ‹ca1, ca2›
3-D ALGEBRAIC VECTORS
a1 , a2 , a3 b1 , b2 , b3 a1 b1 , a2 b2 , a3 b3
a1 , a2 , a3 b1 , b2 , b3 a1 b1 , a2 b2 , a3 b3
2a + 5b = 2 4, 0, 3 52, 1, 5
= 8, 0, 6 10, 5, 25
= 2, 5, 31
COMPONENTS
We denote:
1. a + b = b + a 2. a + (b + c) = (a + b) + c
3. a + 0 = a 4. a + ( a) = 0
5. c(a + b) = ca + cb 6. (c + d )a = ca + da
7. (cd )a = c(da) 8. 1a = a
VECTORS IN V3
Let
i = ‹1, 0, 0›
j = ‹0, 1, 0›
k = ‹0, 0, 1›
STANDARD BASIS VECTORS
Similarly, in
two dimensions,
we define:
i = ‹1, 0›
j = ‹0, 1›
STANDARD BASIS VECTORS
a a1i a2 j a3k
Example:
‹1, –2, 6› = i – 2j + 6k
COMPONENTS Example 5
If a = i + 2j – 3k and b = 4i + 7k,
express the vector 2a + 3b in terms
of i, j, and k.
| 2i j 2k | 22 (1) 2 (2) 2
9 3
1
3 (2i j 2k ) 23 i 13 j 23 k
VECTORS AND THE GEOMETRY OF SPACE
12.3
The Dot Product
1. a a =|a|
2
2. a b b a
3. a (b c) a b a c
4. (ca) b c(a b) a (cb)
5. 0 a 0
GEOMETRIC INTERPRETATION
a ∙ b = |a||b| cos θ
DOT PRODUCT Example 2
a ∙ b = |a||b| cos(π/3)
=4∙6∙½
= 12
DOT PRODUCT
The formula in Theorem 3 also enables
us to find the angle between two vectors.
| a | 2 2 ( 1)
2 2 2
3
and
| b | 5 ( 3) 2
2 2 2
38
ab 2
cos
| a || b | 3 38
So, the angle between a and b is:
2
cos
1
1.46 (or 84 )
3 38
ORTHOGONAL VECTORS
Two nonzero vectors a and b are called
perpendicular or orthogonal if the angle between
them is θ = π/2.
a∙b=0
ORTHOGONAL VECTORS Example 4
a ∙ b = |a||b|
DOT PRODUCT
a ∙ b = –|a| |b|
DIRECTION ANGLES
ai a1
cos
| a || i | | a |
DIRECTION ANGLES & COSINES
a2 a3
cos cos
|a| |a|
DIRECTION ANGLES & COSINES Equation 10
Therefore,
1
a cos , cos , cos
|a|
| a | 1 2 3 14
2 2 2
Therefore,
1
cos
1
74
14
1 2
cos 58
14
1 3
cos 37
14
PROJECTIONS
This is denoted
by compa b.
Observe that
it is negative
if π/2 < θ ≤ π.
PROJECTIONS
The equation
a ∙ b = |a||b| cos θ = |a|(|b| cos θ)
shows that:
Since
a b a
| b | cos b
|a| |a|
Since
| a | (2) 3 1 14
2 2 2
3 a 3
proja b a
14 | a | 14
3 9 3
, ,
7 14 14
APPLICATIONS OF PROJECTIONS