Calculating Vector Projections for Force Components

  • Thread starter Thread starter Lancelot59
  • Start date Start date
  • Tags Tags
    Projection Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Lancelot59
Messages
640
Reaction score
1
Prob._2112.jpg


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.
 
Physics news on Phys.org
Verify the components of your vectors, paying attention to the directions of the axes.
 
I see, I had a - in the x component of AC. That did it, thanks.