Solve Vector Decomposition Homework: F=-11j, v=-i-5j

Turbodog66
Messages
13
Reaction score
0

Homework Statement



The force on an object is F = -11j. For the vector v =-i-5j, find:

1. The component of F parallel to v
2. The component of F perpendicular to v
3. The work, W, done by force F through displacement v

Homework Equations



ProjvF = v dot F/ |v|2
OrthvF = F - ProjvF
W = D dot F

The Attempt at a Solution



F = < 0, -11> v = < -1, -5>

1.
ProjvF = -1(0) + -5(-11) / 12 + -52 = 55/26<-1, -5>
ProjvF = <-2.115, -10.576>

2.
OrthvF = < 0, -11> - <-2.115, -10.576> = 0 + 2.115 , -11 +10.576 = <2.115, -0.424>
OrthvF = <2.115, -0.424>

3.
W = <2.115, -0.424> dot < 0, -11> = 2.115(0) + -0.424(-11) = 4.664
W = 4.664I am told that step 1 is correct, and the first value in step 2 is correct. I cannot figure out what I am missing on part 2, which is ultimately messing up step 3. Any help would be appreciated.
 
Physics news on Phys.org
In 3 you don't do ##\vec v\cdot\vec F## but you use the one that's perpendicular.
In 2 I don't see what's wrong.
 
  • Like
Likes Turbodog66
BvU said:
In 3 you don't do ##\vec v\cdot\vec F## but you use the one that's perpendicular.
In 2 I don't see what's wrong.
Thanks, I see what I did wrong on part 3. Part 2 after redoing it again was expecting -0.42307, I rounded too soon it seems
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top