Zachary S. answered 05/23/19
Computer Engineering Graduate with Strong Background in Math
It is helpful to note that F = <0, -10> and V = <-5, -1> in the i, j domain. If a variable is bold or in italics then it is a vector. Also, note that for the vector <a, b> that |<a, b>| = (a2 + b2)1/2 (this is the "magnitude" of a vector).
Part A:
The component of F parallel to V is the same thing as the vector projection of F on V, which is given by the formula ProjVF = (F⋅V / |V|2)V. This is really ProjVF = F⋅v2, where v is the unit vector of V, which follows v = V / |V|. If these formulas makes no sense, I would recommend reading up on vector projection and unit vectors. Using this equation:
ProjVF = (F⋅V / |V|2)V
ProjVF = [<0, -10> ⋅ <-5, -1> / ((-5)2 + (-1)2)]<-5, -1>
ProjVF = [10 / 26]<-5, -1>
ProjVF = <-25/13, -5/13>
ProjVF = -25i/13 - 5j/13 << final answer to Part A
Part A:
The component of F perpendicular to V is the same thing as F - ProjVF:
F - ProjVF = (-10j) - (-25i/13 - 5j/13)
F - ProjVF = 25i/13 -125j/13 << final answer to Part B
If you have any questions, please comment below.