Vector Operations (Scalar and Cross product) Flashcards
The dot product gives us what as a result
a scalar
dot product formula
x_1y_1 + x_2y_2 + … + x_ny_n
vector1 • vector1 is equal to
||vector_1||^2
two vectors are orthogonal if
vector_x • vector_y = 0
why is the zero vector orthogonal to every other vector
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
is scalar(dot) product commutative? ie does x • y = y • x
yes
is scalar product distributive
ie does x • (ay + bx) = ax • y + bx • y
YES
What is another name for the dot product
scalar product
what is another name for the cross product
vector product
what does the cross product result in
a vector
the cross product can be used in a 2d plane true or false
FALSE
formula for cross product
x_2y_3 - x_3y_2
x_3y_1 - x_1y_3
x_1y_2 - x_2y_1
how do we find a vector which is perpendicular to two vectors
by finding their cross product
how to find A, the angle between vector x and vector y
||x x y|| = ||x||•||y||•sinA
x • (x x y)
y • (x x y)
both equal 0