Vectors Flashcards
Vector
Definition
a quantity with both magnitude and direction
Scalar Multiplication of Vectors
v = a vector
r = a scalar
-for r>0, rv has the same direction as v
-for r
What is a unit vector?
vectors for which ||v|| = 1
Addition of Vectors
-the parallelogram rule OP = (p1 ,p2, p3) OQ = (q1, q2, q3) OP + OQ = (p1+q1, p2+q2, p3+q3)
The Scalar Product
Definnition
a.b = ||a|| * ||b|| * cosθ
where θ is the angle between the two vectors a and b
Is the scalar product commutative?
yes
a.b = b.a
Scalar Product
a and b perpendicular
cosθ = 0
so a.b = 0
Scalar Product
a and b in the same direction
cosθ = 1 a.b = ||a||*||b||
Scalar Product
a and b in the opposite direction
cosθ = -1 a.b = -||a||*||b||
Scalar Products of the Unit Vectors
i. i = j.j = k.k = 1
i. j = i.k = j.k = 0
Norm
Definition and Notations
the norm of a:
||a|| = √(a1² +a2² +a3²)
The Scalar Product
Coordinate Form
a.b = a1b1 + a2b2 + a3b3
where a = (a1i, a2j, a3k)
and b = (b1i, b2j, b3k)
The Vector Product
||axb|| = ||a||||b||sinθ
where θ is the angle between a and b
Comparison of the Scalar and Vector Products
- in contrast to the scalar product, the vector product of two vectors is another vector
- the direction of this vector is not completely determined since there are two options for the vector to be perpendicular to the two given vectors
- in order to determine the direction of the vector product, use the right hand rule
The Right Hand Rule
- with a flat hand point your fingers in the direction of the first vector
- bend your fingers at the knuckles so that they point in the same direction as the second vector
- the direction that your thumb now points in is the direction of the vector product