How Do You Calculate Torque from Cross Product?

Click For Summary
SUMMARY

The calculation of torque from the cross product involves using the formula T = r × F, where r is the position vector and F is the force vector. In this discussion, the force vector F is defined as (9.0 N) i + (-4.0 N) k, and the position vector r is (3.00 m) j + (-1.0 m) k. The resulting torque is computed using the determinant of a matrix formed by these vectors, yielding T = (-12 N·m) i + (-9 N·m) j + (-27 N·m) k. Additionally, the discussion highlights the importance of correctly applying the right-hand rule and understanding the properties of cross products.

PREREQUISITES
  • Understanding of vector notation and operations
  • Familiarity with the cross product in three-dimensional space
  • Basic knowledge of torque and its physical significance
  • Experience with matrix determinants for vector calculations
NEXT STEPS
  • Study the properties of the cross product in vector calculus
  • Learn how to compute torque in different coordinate systems
  • Explore the application of torque in rotational dynamics
  • Practice using software tools for vector calculations, such as MATLAB or Python with NumPy
USEFUL FOR

Students in physics, engineers working with mechanical systems, and anyone interested in understanding the principles of torque and vector mathematics.

Nanuven
Messages
11
Reaction score
0
Force F = (9.0 N) i hat + (-4.0 N) k hat acts on a pebble with position vector r = (3.00 m) j hat + (-1.0 m) k hat, relative to the origin.(a) What is the resulting torque acting on the pebble about the origin?
( N·m) i hat + ( N·m) j hat + ( N·m) k hat

(b) What is the resulting torque acting on the pebble about a point with coordinates (0.0 m, 0.0 m, 5.0 m)?
( N·m) i hat + ( N·m) j hat + ( N·m) k hat
So all I could come up with was cross product was that torque = r cross F

Therefore T = fRsin\theta

I looked up cross product on Wikipedia (not best site I know but w/e) and it came up with:

i x j = k
j x k = i
k x i = j

I tried those but it doesn't seem to be giving me the right answer. Any help please??

The Attempt at a Solution

 
Physics news on Phys.org
F = \[ \left[ \begin{array}{c} 9 \\\ 0 \\\ -4 \end{array} \right]\]

R = \[ \left[ \begin{array}{c} 0 \\\ 3 \\\ -1 \end{array} \right]\]

F \times R = \[ \left[ \begin{array}{c} F_2R_3-F_3R_2 \\\ F_3R_1-F_1R_3 \\\ F_1R_2-F_2R_1 \end{array} \right]\]

F \times R = \[ \left[ \begin{array}{c} -12 \\\ -9 \\\ -27 \end{array} \right]\]

I did this with software. I haven't hand checked it.
 
Last edited:
Nanuven said:
torque = r cross F

i x j = k
j x k = i
k x i = j

Hi Nanuven! :smile:

Also ii = jj = kk = 0.

Treat cross products just the same as any product.

For example:

(ai + bj)(cj + dk)

= acij + adik + bcjj + bdjk

= ack - adj + bdi. :smile:

(btw, use the B tag to do bold … if that doesn't work, type [noparse] before and after.[/noparse])
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
Replies
12
Views
2K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
6
Views
6K
Replies
3
Views
2K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
5K