Lecture 01 - Vectors
Lecture 01 - Vectors
1: Vectors
Readings: Chapter 1 (12th edition),
pp. 2 -36
Vectors have
magnitude and
direction.
They are drawn as
a ray.
In written form,
vectors are shown
here as bold faced
with arrow sign
When two or
more vectors
make up a
resultant, the
components of
the resultant is
the sum of the
components the
of the vectors
forming the
resultant.
Copyright © 2008 Pearson Education Inc., publishing as Pearson Addison-Wesley
1.8: Calculations using components
• Refer to Example 1.7
A
𝐸 = (4𝑖 − 5𝑗 + 8 𝑘) m, find 2 𝐷 − 𝐸
Let 𝐹 = 2 𝐷 − 𝐸
= 2 6𝑖 + 3𝑗 − 𝑘 − 4𝑖 − 5𝑗 + 8 𝑘
= 12 − 4 𝑖 + 5 + 6 𝑗 + −2 − 8 𝑘
𝑨• 𝑩 = | 𝑨 | | 𝑩 |cos φ
• If the components of the vectors are known:
-5+9-2 = 2
= √(1+81+4)* √(25+1+1)*COSθ
= 9.2736*5.1961*COS87.62
𝑨 × 𝑩 = ABsinφ = - (𝑩 × 𝑨)
⃓𝑨 × 𝑩 ⃓ = ⃓ABsinφ⃓
This is the magnitude of the
solution.
The Right-Hand Rule is used to
determine the direction of the
cross product.
𝐴 × 𝐵 = (AyBz – AzBy)𝑖
- (AxBz –AzBx) 𝑗
+(AxBy – AyBx) 𝑘
Copyright © 2008 Pearson Education Inc., publishing as Pearson Addison-Wesley
Example
Vector A has magnitude 6 units and is in the
direction of the + x-axis. Vector B has magnitude
4 units and lies in the xy-plane, making an angle
of 30° with the + x-axis. Find the vector product
A × 𝐵.
ABsin30o = (6)(4)(sin30o) = 12
© 2016 Pearson
Copyright © 2008 Pearson Education Inc., publishing as Pearson Addison-Wesley
The vector product
With the above properties, the cross product of two
vectors 𝐴 = Ax𝑖 + Ay𝑗 + Az𝑘 and
can be calculated as
𝑖 𝑗 𝑘
𝐴 × 𝐵 = 𝐴𝑥 𝐴𝑦 𝐴𝑧
𝐵𝑥 𝐵𝑦 𝐵𝑧
= 𝐴𝑦 𝐵𝑧 − 𝐴𝑧 𝐵𝑦 𝑖 − 𝐴𝑥 𝐵𝑧 − 𝐵𝑥 𝐴𝑧 𝑗 + 𝐴𝑥 𝐵𝑦 − 𝐵𝑥 𝐴𝑦 𝑘