Solve 100J Torque Problem with a 30cm Wrench and Force Vector

AI Thread Summary
To solve the torque problem, a 30cm wrench applies a force in the direction <0, 3, -4> at the bolt located at the origin. The torque equation T = r x F is used, where r is the position vector and F is the force vector. The initial calculation yields a scalar multiplier x of 83.333 N, but this is incorrect. To find the correct magnitude of the force, the components of the force vector must be multiplied by the scalar and then the magnitude calculated using the Pythagorean theorem. This approach ensures the correct force magnitude is determined for the desired torque of 100J.
munther
Messages
11
Reaction score
0
A wrench 30cm long lies along the positive y-axis and grips a bolt in the origin. A force is applied in the
direction < 0; 3; -4 > at the end of the wrench. Find the magnitude of the force needed to supply 100J of
torque to the bolt.

how can i solve it?

r=<0,.3,0>
F=<0,3,4>
T= r X F =100
then i solved it by finding the det = 100

|i j k|
|0 .3 0| = 100
|0 3x -4x|

then x = 83.333 N

but the answer is wrong Why?
 
Physics news on Phys.org
This is the wrong forum for the question, but no matter.

How do you find the magnitude of a vector from the components? What you've found (I didn't check your work, so I'll assume it's right) is a scalar multiplier x that satisfies the problem's constraints. Multiply the (0,3,4) vector by the scalar x to get the force vector (three orthogonal components), then find the magnitude using Pythagoras theorem in the usual way.
 
Last edited:
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