Vectors Flashcards

1
Q

Vector cross product

A
^
a x b = |a| |b| sinθ n
θ is the angle between vectors a,b
|a| |b| sinθ is the magnitude of the vector
Finds a vector perpendicular to a and b
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does the order matter cross product

A

Yes, a x b = -(b x a)

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

Right-hand rule

A

Thumb, index, middle fingers at right angles
Thumb = a x b
Index = a
Middle = b

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

Conditions for a x b = 0

A

a,b are parallel or one is 0

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

i x j

A

k

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

k x j

A

-i

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

i x k

A

-j

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

Cross product method for vectors a(a1, a2, a3) and b(b1, b2, b3)

A

i j k |
| a1 a2 a3 |
| b1 b2 b3 |

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

Area of a triangle from 2 directions

A

1/2 |a x b|

Can find a,b if you have 3 points

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

Area of a parallelogram from the 2 directions

A

|a x b|
a, b are not parallel sides
Can find a,b with vectors between vertices

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

a • (b x c)

a(a1, a2, a3), b(b1, b2, b3), c(c1, c2, c3)

A

a1 a2 a3 |
| b1 b2 b3 |
| c1 c2 c3 |

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

Triple scalar product facts

A

Reordering a, b, c has no effect as long as a,b,c cycle is maintained, else result is negated
a. (a x b) = 0

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

Volume of a parallelepiped

A

|a • (b x c)|
h = |a| cosθ (θ is angle between vertical and edge with vertical component)
area of base = |b x c|
V = |b x c| |a| cosθ

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

Parallelepiped

A

A prism with parallelograms for all 6 faces

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

Equation of a line with cross product

A

r x b = a x b (r is a general point on the line, a is a known point on the line, b is direction)

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

Line equation derivation

A

r - a = b (from known point)
r = a + λb (from general point)
b is parallel to λb so (r- a) x b = 0
expand tp r x b = a x b

17
Q

Cosines

A

cos^2 α + cos^2 β + cos^2 γ = 1

α, β, γ are the angles between the vector a and the i, j, k axes respectively

18
Q

Equation of a plane cross product method

A

Identify two vectors parallel to the plane
n is the cross product of these
r . n = a . n

19
Q

Intersection of planes

A

Use cross product to find a vector perpendicular to both planes (direction, d)
Let x = 0 and solve the plane equations simultaneously for a point (a)
Use r = a + λd

20
Q

Shortest distance between skew lines r = a + λb and r = c + μd

A

(a - c) • (b x d) |
| ——————– |
| | b x d | |

21
Q

Shortest distance between parallel linesr = a + λb and r = c + μb

A

b x (a - c) |
| ————–|
| |b| |

22
Q

Volume of a tetrahedron

A

1/6 |a • (b x c)|