- #1
Lancelot59
- 646
- 1
I need to find the components of the force along AB along AC.
So I got unit vectors for each like so:
[tex]\vec{AB}=<-1.5,-3,1>[/tex]
[tex]\vec{AC}=<-1.5,-3,3>[/tex]
Norm AB=sqrt(12.25). Norm AC=sqrt(20.25).
Then after multiplying the unit vector AB by the force I tried using the vector projection formula:
[tex]proj_{\vec{AB}}{\vec{AC}}=\frac{\vec{AB}\cdot\vec{AC}}{\norm{AB}\norm{AC}} \vec{AC}[/tex]
But my answer was wrong. I don't know what the right answer is.