Vectors Flashcards
1
Q
Vector in terms of magnitude and direction
A
v = ||v||cosx i + ||v||sinx j
2
Q
Unit vector with same direction
A
v / ||v||
3
Q
Dot product
A
v o w = a1a2 + b1b2
4
Q
Alternative dot product
A
v o w = ||v||||w||cosx
5
Q
Angle between two vectors
A
(v o w)/(||v||||w||)
6
Q
Orthogonal
A
If v o w = 0.
7
Q
Vector projection of v onto w
A
projwv = (v o w)/||w||^2 * w