Vector Operations (Scalar and Cross product) Flashcards

1
Q

The dot product gives us what as a result

A

a scalar

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

dot product formula

A

x_1y_1 + x_2y_2 + … + x_ny_n

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

vector1 • vector1 is equal to

A

||vector_1||^2

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

two vectors are orthogonal if

A

vector_x • vector_y = 0

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

why is the zero vector orthogonal to every other vector

A

two vectors are orthogonal if their dot product is 0, so therefore any vector multiplied by the 0 vector will give 0, meaning all vectors are orthogonal to the zero vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
is scalar(dot) product commutative?
ie does x • y = y • x
A

yes

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

is scalar product distributive

ie does x • (ay + bx) = ax • y + bx • y

A

YES

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

What is another name for the dot product

A

scalar product

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

what is another name for the cross product

A

vector product

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

what does the cross product result in

A

a vector

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

the cross product can be used in a 2d plane true or false

A

FALSE

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

formula for cross product

A

x_2y_3 - x_3y_2
x_3y_1 - x_1y_3
x_1y_2 - x_2y_1

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

how do we find a vector which is perpendicular to two vectors

A

by finding their cross product

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

how to find A, the angle between vector x and vector y

A

||x x y|| = ||x||•||y||•sinA

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

x • (x x y)

y • (x x y)

A

both equal 0

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