Vector Mathematics Flashcards
To help me remember the important ideas and formulations in the vector material from multivariable calculus.
1
Q
Dot Product
A
u · v = || u || || v || cos a
or
u · v = u1v1 + u2v2
- u and v are non-zero vectors
- 0 <= a <= π
- u · 0 = 0
2
Q
Scalar Projection of v onto u
A
compuv = || v || cos a = ( u·v )/|| u || = û·v
- u and v are non-zero vectors
- 0 <= a <= π
- This is a number that represents the magnitude of the Vector Projection of v onto u.
- “comp” is short for “component.” This is the component of u in the direction of v.
3
Q
Vector Projection of v onto u
A
projuv = (compuv)û
- The vector in the direction of u with a magnitude of compuv, provided the angle between them is acute. Otherwise it points in the direction of -u.
4
Q
Properties of the Dot Product
A
Suppose u, v, and w are vectors and a and b are scalars. Then
- u · u = || u ||^2
- u · v = u · v
- (au) · (bv) = ab(u · v)
- u · (v + w) = u · v + u · w = (v + w) · u
5
Q
Angle Between Vectors
A
The angle between the non zero vectors u and v is
a = cos-1[u · v / (|| u || || v ||)]
6
Q
The Cross Product
A
u x v = || u || || v || (sin a) n
- u and v are non-zero vectors
- 0 <= a <= π
- n is a unit vector that is orthogonal to u and v and points in the direction determined by the right-hand rule.
7
Q
Properties of the Cross Product
A
Suppose u, v, and w are 3-vectors, a and b are scalars, and a is the angle between u and v. Then…