Find Force Vector for Given Position & Torque

AI Thread Summary
To find the force vector F that results in the given torque from the position vector r, the cross product r x F must equal the torque vector. The determinant method is used to express the cross product, leading to a system of equations based on the components of the vectors. The initial equations derived from the determinant are clarified, emphasizing that the correct interpretation is crucial for solving for F. The discussion highlights the importance of accurately expanding the determinant to avoid confusion in the calculations. The participant expresses gratitude for the clarification and indicates a better understanding of the problem.
DOMINGO79
Messages
5
Reaction score
0
I am having a huge problem trying to answer the following question:
Given the position vector r = 3i + 4j + 5k and torque = 16i - 20j - 5k, find the force vector F which will give the correct result, so that torque = r x F
Can anyone please help me solve this!:confused:
 
Physics news on Phys.org
DOMINGO79 said:
I am having a huge problem trying to answer the following question:
Given the position vector r = 3i + 4j + 5k and torque = 16i - 20j - 5k, find the force vector F which will give the correct result, so that torque = r x F
Can anyone please help me solve this!:confused:
Write out the cross product as a determinant with the force vector's components a,b,c. Then you can solve:

\det{\begin{bmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k} \\ 3&4&5 \\ a&b&c\end{bmatrix}}=16\mathbf{i}-20\mathbf{j}-5\mathbf{k}
 
16i-20j-5k = i j k = i(4c-5b)-j(3c-5a)+k(3b-4a)
3 4 5
a b c

16i = i(4c-5b) -3(16 = 4c-5b) -48 = -12c + 15b
-20j = -j(3c-5a) → 4(20 = 3c-5a) → 80 = 12c – 20a
-5k = k(3b-4a) 32 = 15b -20a

32 = 15b-20a 32 = 15b-20a
5(-5 = 3b-4a) → -25 = -15b+20a, so what am I doing wrom?

why are the unknowns totally canceling out?
 
They don't cancel out. You're not expanding the determinant correctly.

For example, your first equation should read: 16 = 4c - 5b and nothing else.
 
Wow...

Hey, thanks alot, I think I just opened my eyes:bugeye: and understand how to complete the question...

If I have anymore Q's, I will let you know, thanks...
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top