This question is about vectors: "Find the projection of $v=2i+3j$ in the direction of $w=4i-2j$."
I'm not exactly sure how I should approach this problem. I've been told I have to use dot product, but that didn't help as much. Can someone show me how I'm supposed to solve this problem?
Since, $$V.W=\Vert V\,\Vert\Vert W\Vert\,Cos\theta$$ and $$V\,Cos\theta=Projection\,of\,V\,in\,the\,direction\,of\,W$$ Therfore, $$V.W=\Vert W\Vert V_w$$ $$V_w=\frac{V.W}{\Vert W\Vert}$$ So, yo have to find dot product of $V$ and $W$, then divide it by the magnitude of $W$.