6.1 - Cross Product and Vol of Parallelipiped Flashcards

1
Q

Def: Cross product of vectors in R3 using i, j, and k.

A

(a1, a2, a3) x (b1, b2, b3)

det( i j k )
a1 a2 a3
b1 b2 b3

Solve using matrix cofactos to get

det( a2 a3, b2, b2) - det(a1 a3, b1 b3) + det(a1 a2, b1 b2)

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

Theory: Relate axb and vector a and b

A

axb is orthogonal to both a and b.

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

Theory: 4 properties of cross product.

A
  1. axb is perp to both a and b
  2. axb = -(bxa)
  3. norm(axb) = norm(a)norm(b)sint. where t is btwn a and b
  4. k(axb) = axkb = kaxb
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Def: Area of parallelogram.

A

Cross product between vectors composing both sides.

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

Theory: Cross product in 2-D.

A

a = (x y) becomes a* = (x y 0)

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

Def: Triple Scalar product.

A

c * axb

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

Theory: Volume of parallelepiped.

A

absolute value of triple scalar product.

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

Theory: Notation of absolute value vs norm.

A

abs = | x |
norm = || x ||

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