Cross Product Theorem
given 2 vectors a and b, the cross product of the two will give you a vector that perpendicular to the two
what a x b equals
the positive vector c; -b x a
what b x a equals
the positive vector d or the negative vector c (d=-c)
length or magnitude of a x b
|a x b| = |a| |b| sin (theta)
what i x j equals
the positive vector k
what j x k equals
the positive vector i
what k x i equals
the positive vector j
what the vector -k is in cross product form
j x i
what the vector -i is in cross product form
k x j
what the vector -j is in cross product form
i x k
how to figure out if the vector product of a cross product will be positive
go from left to right on the vector, if they make an upside down v it will be psotive (right hand rule)
cross product equation
a x b = | i j k | = i (a2b3-b2a3) - j (a1b3 -
|a1 a2 a3 | b1a3) + k (a1b2-a2b1)
|b1 b2 b3 |
area of a parallelogram (|axb|)
|axb|= bh= |a|h=|a||b|sin (theta)
how to combine 3 points to 2 vectors (P, Q, R)
subtract terminal end from intial end, and the same for the other (makes 2 vectors) ; PQ=Q-R and PR=R-P
how to find perpendicular plane
cross product of two vectors
volume of a parallelepiped without theta
base times height (base= area of parallelepiped); ( a x b) * c
area of parallelepiped
|a||b|sin(theta) = |a x b|
height of parallelepiped
|c|cos (theta)
volume of a parallelepiped with theta
|a x b| |c| cos (theta)