2 Vectors in R 3 Summary
2 Vectors in R 3 Summary
1. It is the directed line segment from the origin O to the point 𝑄(𝑎1 , 𝑎2 , 𝑎3 ). This is the
position representation of 𝐴⃗.
𝑄(𝑎1 , 𝑎2 , 𝑎3 ) 𝑄(𝑥 + 𝑎1 , 𝑦 + 𝑎2 , 𝑧 + 𝑎3 )
𝐴⃗ 𝐴⃗
𝑂(0,0,0) 𝑆(𝑥, 𝑦, 𝑧)
4. The direction angles of 𝐴⃗ ≠ 𝑂 ⃗⃗ , denoted by α, β, and γ, are measured from the positive x,
y, and z-axes, respectively, to the position representation of 𝐴⃗ and 0 ≤ 𝛼 ≤ 𝜋, 0 ≤ 𝛽 ≤
𝜋, and 0 ≤ 𝛾 ≤ 𝜋.
𝑎1 𝑎2 𝑎3
cos α = , cos β = , cos γ = .
|𝐴⃗| |𝐴⃗| |𝐴⃗|
The direction cosines of vector 𝐴⃗ are the three numbers cos α , cos β, and cos γ.
For the vector 𝐴⃗ = 〈3, 2, −6〉, we have
3 2 6
cos α = , cos β = , cos γ = − .
7 7 7
If 𝐴⃗ = 〈𝑎1 , 𝑎2 , 𝑎3 〉 and 𝐵
⃗⃗ = 〈𝑏1 , 𝑏2 , 𝑏3 〉, then
𝐴⃗ + 𝐵
⃗⃗ = 〈𝑎1 + 𝑏1 , 𝑎2 + 𝑏2 , 𝑎3 + 𝑏3 〉,
𝐴⃗ − 𝐵
⃗⃗ = 〈𝑎1 − 𝑏1 , 𝑎2 − 𝑏2 , 𝑎3 − 𝑏3 〉.
𝐴⃗ + 𝐵
⃗⃗ ⃗⃗
𝐵
⃗⃗
𝐵 𝐴⃗ − 𝐵
⃗⃗
𝐴⃗ 𝐴⃗
EXAMPLE Find 𝐴⃗ + 𝐵
⃗⃗ if 𝐴⃗ = 〈5, −2, 6〉 and 𝐵
⃗⃗ = 〈8, −5, −4〉.
Solution.
𝐴⃗ + 𝐵
⃗⃗ = 〈5 + 8, (−2) + (−5), 6 + (−4)〉 = 〈13, −7, 2〉
𝐴⃗ − 𝐵
⃗⃗ = 〈5 − 8, (−2) − (−5), 6 − (−4)〉 = 〈−3, 3,10〉
SCALAR MULTIPLICATION
3𝐴⃗ − 5𝐵
⃗⃗ = 〈−12, 21, −6〉 − 〈10, −15, 5〉 = 〈−22, 36, −11〉
|3𝐴⃗ − 5𝐵
⃗⃗ | = √222 + 362 + 112 = √1,901
UNIT VECTORS
𝐴⃗ = 〈𝑎1 , 𝑎2 , 𝑎3 〉
= 𝑎1 î + 𝑎2 ĵ + 𝑎3 k̂.
𝑎 𝑎 𝑎
From a theorem, we have cos α = |𝐴⃗1| , cos β = |𝐴⃗2| , cos γ = |𝐴⃗3|.
Hence, 𝐴⃗ = 𝑎1 î + 𝑎2 ĵ + 𝑎3 k̂
Thus, any nonzero vector can be expressed in terms of its magnitude and direction cosines.
EXAMPLE Express 𝐴⃗ = 〈3, 2, −6〉 in terms of its magnitude and direction cosines.
Solution. Verify that |𝐴⃗| = 7, cos 𝛼 = 3/7, cos 𝛽 = 2/7, and cos 𝛾 = −6/7.
3 2 6
we have 𝐴⃗ = 7 [7 î + 7 ĵ − 7 k̂].
𝐴⃗ 𝑎1 𝑎2 𝑎3
⃗⃗ =
𝑈 =〈 , , 〉.
|𝐴⃗| |𝐴⃗| |𝐴⃗| |𝐴⃗|
EXAMPLE Given the points 𝑅(2, −1, 3) ans 𝑆(3, 4, 6), find the unit vector in direction as ⃗⃗⃗⃗⃗⃗
𝑅𝑆.