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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Angle Between Vectors

A

The angle between the non zero vectors u and v is

a = cos-1[u · v / (|| u || || v ||)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly