vectors Flashcards
1
Q
how to test if two vectors are orthogonal
A
the dot product will be 0 as the angle is 90 degrees
2
Q
scalar product
A
a . b = |a||b|cosx
3
Q
unit vector
A
u/|u|
4
Q
vector product
A
determinant of a matrix
5
Q
what angle will be between two parallel vectors
A
0 or pie
6
Q
sinx formula
A
|a x b|= |a||b|sinx
7
Q
what does doing the vector product find
A
the area
finds the normal of two vectors
8
Q
triple scalar product
A
(a x b) . c
9
Q
when are 3 vectors coplanar
A
(a x b) . c = 1
10
Q
triple vector product
A
a x (b x c)
Finds volume
11
Q
equation of a line
A
r = a + tu
12
Q
how do you find u for the equation of a line
A
b - a
13
Q
distance formula
A
y = sqrt((x1 - x2) + (y1 - y2))
14
Q
vector equation of a plane
A
( r - a) . n = 0
15
Q
how to find line POI
A
- write the 2 line equations in cartesian form
- solve for t
- substitute t into cartesian equation
- this gives the POI