Vector Products Flashcards

1
Q

what is the formula for the cross product of two vectors a and b

A

a x b = |a||b|sinθ*n

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

what does i x j and j x i equal and why

A
  • i x j = k
  • j x i = -k
  • because of the direction of sinθ (ACW is +ve)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what do i x i, j x j and k x k equal

A

0

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

what symbols signifies k being into the page

A

a circle with a cross in it

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

what symbol signifies k being out of the page

A

a circle with a dot in it

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

how do work out the unit vector of a vector

A

divide the vector by its modulus

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

what is the formula for working out the volume of a parallelopiped with base vector lengths b and c, and vertical height a

A

V = a . (b x c)

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

how could you modify the formula in a cyclic order

A

V = c . (a x b), you move the values to the right

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

how could you modify the formula in an anti-cyclic order

A

V = -a . (c x b), the bracket values are swapped and there is a -ve sign

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

what does the vector triple product generally look like

A

a x (b x c)

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

what is the formula for working out a x (b x c)

A

a x (b x c) = b(a . c) - c(a . b)

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

how would you remember the triple vector product formula

A
  • the value outside the bracket is the first value in the 2 other brackets
  • the first value in the bracket is on the outside of the first bracket
  • the second value in the bracket is on the outside o the second bracket
  • then the last place is filled with the missing value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how would you approach questions such as simplifying (a x b) . (a x c) x (a x d)

A

make (a x b) = e or something then use the formula

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

does det(A) = det(A^T)

A

yep

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

how could you rewrite (Ya) . (b x c) for simplifications sake (Y = lambda)

A

Y(a . b x c)

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

what is the formula for the shortest distance between 2 lines (with line equations) and what are the variables

A
  • D = |(b-a) . n| / |n|
  • b = position vector of line 2
  • a = position vector of line 1
  • n = vector perpendicular to both direction vectors (x product)
17
Q

what is the formula for finding the shortest distance between a line and a point in 3D and what are the variables

A
  • D = |(p - a) x d| / |d|
  • a = the position vector of the line
  • d = the direction vector of the line
  • p = the given point
  • x = cross product
18
Q

What is the formula for the shortest distance between a point and a plane and what are the variables

A
  • D = |(b.n) - p| / |n|
  • b = position vector of point
  • n and p are from the equation of a plane r.n = p
19
Q

what is the formula for finding the shortest distance between a line ax + by = c and a point in 2D (x1, y1)

A

D = |ax1 + by1 - c| / sqrt(a^2 + b^2)