Final Flashcards
Dot Product Theorem (find angle between vectors)
u ⋅ v =|u||v|cosθ
Scalar Projection (u on v and v on u)
u on v:
comp v^u = (u ⋅ v)/|v|
v on u:
comp u^v = (u ⋅ v)/|u|
Vector Projection (u on v and v on u)
u on v:
proj v^u = ((u ⋅ v)/|v|^2) v
v on u:
proj u^v = ((u ⋅ v)/|u|^2) u
Orthogonal Projection of u
orth v^u = u - proj v^u
Dot Product is orthogonal (90 degrees) when…
it equals 0
Vector u x v is _ to both u and v
orthogonal
u x u =
0
Cross Product Theorem (angle between)
|u x v| = |u||v|sinθ
Cross Product is parallel when
it equals 0
Area of a parallelogram =
|u x v|
Area of triangle
1/2(Area of paralelogram)
Equation of a line
r(t) = r0(t) + vt
Equation of a plane
n ⋅ < x - x0, y - y0, z - z0 >
Two planes are parallel when…
their normal vectors are also parallel
Complete seperate flashcards for cylinders or surfaces