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...
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top