Mid Term Review
Mid Term Review
Week 1 Summary
Parallel - Two vectors are parallel if they are scalar multiples.
Dot Product - An operation that can be performed on vectors that always results
in a scalar.
u ∙ v=u 1 v 1 +u2 v 2 +…+ un v n
Projections - The projection of a vector onto another (see notes for visualization).
u∙v
The projection of u onto v= proj v u= v
v∙ v
1
n ∙ x=n ∙ p (General Form)
ax +by =c (Line in R2)
ax +by + cz=d (Plane in R3)
The coefficients [a , b , c ] form the normal vector which is not unique. If you plug in
a point and it equals d, then it is on the line/plane. An important relationship is
n ∙ d=0 which allows you to find possible normal or direction vectors.
Intersection Between Lines and Planes - For questions like these you can either
use parametric equations and set them equal to each other or you can use the
normal equation and coefficients and see if the system is consistent using
matrices. (Check Q16 in Solving Systems of Equations Learning Activity.)