TOPIC 8: VECTORS 1 (BASIC PROPERTIES + SCALAR/VECTOR PRODUCTS) Flashcards
Representation of a vector
AB (arrow on top)
x (wavy line at bottom)
Representation of the magnitude of a vector
|AB (arrow on top)|
|x (wavy line at bottom)|
2 Types of Vector
Free vector
* Direction vector
Localised vector
* Position vector
* Displacement vector
3 Laws of Scalar Multiplication
Commutative
Associative
Distributive
[Formula] Unit Vector
â = a/|a|
Determine if vector is parallel
If one can be expressed as a scalar multiple of the other
Collinearity Theorem
- Both lines parallel
- Have a common point
[Formula] Ratio Theorem
refer to notes page 11
Conventional Unit Vectors along x,y,z axes
x axis: i
y axis: j
z axis: k
2 Main Basic Concepts of 3D Vectors
r = xi + yj + zk = x(1 0 0) + (0 1 0) + z (0 0 1)
*x/y/z is the magnitude, i/j/k is the direction (unit vectors)
*the 001 is presented in vertical form
|r| = √(x² + y² + z²)
[Formula] Scalar Product / Dot Product
a.b = |a||b|cosθ
*θ is the angle between a and b ONLY WHEN they both converge / diverge
* 0° ≤ θ ≤ 180°
OR
a = (a₁a₂a₃) ; b = (b₁b₂b₃)
a.b = (a₁b₁ + a₂b₂ + a₃b₃)
[Property] Is Scalar Product commutative?
Yes
a.b = b.a
[Property] Is Scalar Product associative?
Yes
a.(λb) = (λa).b
[Property] Is Scalar Product distributive?
Yes
a.(b.c) = (a.b).c
[Property] 4 Main Properties of Scalar Product
a.a = |a|²
|a.b| = |a||b| (ONLY IF a and b are PARALLEL)
a.b = 0 (ONLY IF a and b are PERPENDICULAR)
If θ is acute, a.b > 0
If θ is obtuse, a.b < 0