Converting Forces in a Circular Motion: Is It Possible and How?

  • Context: Undergrad 
  • Thread starter Thread starter Lxhook
  • Start date Start date
  • Tags Tags
    Circular Force
Click For Summary

Discussion Overview

The discussion revolves around the conversion of force components acting on an object in circular motion from Cartesian coordinates (x and y) to radial and tangential components. Participants explore the feasibility of this conversion, particularly in the context of biomechanics and the application of forces in circular motion.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the possibility of converting x and y force components to radial and tangential components, seeking a kinetic approach rather than a kinematic one.
  • Another participant provides a mathematical framework using rotation matrices to express the conversion between Cartesian and polar coordinates, including equations for both transformations.
  • Some participants express uncertainty about the relevance of radial and tangential components when forces are applied at the center of rotation, suggesting that such forces do not induce rotation.
  • A participant raises a specific problem regarding the transformation of displacements and stresses at points lying on the Z axis in cylindrical coordinates, highlighting the indeterminate nature of the angle theta when R equals zero.
  • Further discussion includes suggestions for handling singularities in transformations and the potential need for alternative approaches in analytical problems.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the applicability of radial and tangential components for forces applied at the center of rotation. There are multiple competing views regarding the transformation of forces and the challenges posed by singularities in coordinate transformations.

Contextual Notes

Limitations include the dependence on specific definitions of force components and the context of rotation. The discussion also highlights unresolved mathematical steps related to transformations involving singularities.

Lxhook
Messages
3
Reaction score
0
How would I go about the following:

A set of forces are pushing an object in a circle. These forces are recorded in the x and y direction in a 2D Cartesian coordinate system. I would like to convert the x and y force components to radial and tangential components.

Is this possible? If so, how?

All of the information I can find deals with using particle kinematics in such a conversion but I want a kinetic conversion.
Thanks!
 
Physics news on Phys.org
Sorry if the above question seems like a homework problem or trivially possible/impossible. I study biomechanics and human motor control and and using the conversion to study central nervous system control strategies in handwriting. It's been awhile since I've looked at this sort of thing, so any help is much appreciated.
 
Say [tex]f_x[/tex] and [tex]f_y[/tex] are your force components in cartesian coordinates (along x and y respectively), [tex]f_r[/tex] is the radial component of the force and [tex]f_t[/tex] is the tangential component of the force. And say that [tex]\theta[/tex] is the angle of the line segment between the center of the circle and the point where the force is applied (see attached diagram). (the angle is measured from the X axis (horizontal))

Your problem consists simply in expressing your force vector in another reference frame, which can be done by multiplying it by a rotation matrix. Using the definitions given above (and in the diagram), you have the equations:
[tex] \left(\begin{array}{c} f_r \\ f_t \\ \end{array} \right)<br /> =<br /> \left( \begin{array}{cc}<br /> cos \theta & sin \theta \\<br /> -sin \theta & cos \theta \\<br /> \end{array} \right)<br /> \left(\begin{array}{c} f_x \\ f_y \\ \end{array} \right)[/tex]
and, inversly,
[tex] \left(\begin{array}{c} f_x \\ f_y \\ \end{array} \right)<br /> =<br /> \left( \begin{array}{cc}<br /> cos \theta & -sin \theta \\<br /> sin \theta & cos \theta \\<br /> \end{array} \right)<br /> \left(\begin{array}{c} f_r \\ f_t \\ \end{array} \right)[/tex]

I hope this helps!

If you want to know more about rotation matrices, I suggest taking a look at Wolfram's page on the subject (mathworld.wolfram.com/RotationMatrix.html), which is presented in a more elegant fashion than its Wikipedia counterpart (en.wikipedia.org/wiki/Rotation_matrix).
(Sorry, apparently I'm too new here to be allowed to put direct URL links in my replies :confused:)
 

Attachments

  • rotationalForces.png
    rotationalForces.png
    4.5 KB · Views: 831
Last edited:
Thanks. I was way over thinking it. I appreciate your help a lot!
 
Hi, I have some problem in transformation, if the point is lying on the r=0 axis. (i.e. Z axis), can anyone have any idea for this?
 
The magnitude F of the centripetal force is equal to the mass m of the body times its velocity squared v[tex]^{2}[/tex] divided by the radius r of its path: F=mv[tex]^{2}[/tex]/r.

The x and y components of centripetal force within an X/Y plane are:

Fx[tex]^{2}[/tex] + Fy[tex]^{2}[/tex] = centripetal force[tex]^{2}[/tex]
 
Perhaps by "set of forces are pushing an object in a circle," you are looking for torque. Foot-pounds of torque is the number of pounds force applied to the end of a handle times the length of the handle.

Torque is a tangential force with no radial component, centripetal force is a radial force with no tangential component.

The influence of a force that has both a tangential and a radial component depends on the details of the system. For example: If only circular motion is possible, application of radial force will not influence angular velocity of the target object.
 
jayakkumar said:
Hi, I have some problem in transformation, if the point is lying on the r=0 axis. (i.e. Z axis), can anyone have any idea for this?

I'm not certain I understand your question. Maybe you could explain the context of your problem.

Nonetheless, let me just say that expressing a force in terms of radial and tangential components only makes sense with respect to a specific point (i.e. the center of rotation). In other words, radial and tangential components of an applied force are only relevant in the contexte of a rotation around a given point.

However, if a force is applied AT the center of rotation, it will not induce any rotation. This is why I do not understand why you would want to express such a force in radial/tangential components.
 
WhiteFox said:
I'm not certain I understand your question. Maybe you could explain the context of your problem.

Nonetheless, let me just say that expressing a force in terms of radial and tangential components only makes sense with respect to a specific point (i.e. the center of rotation). In other words, radial and tangential components of an applied force are only relevant in the contexte of a rotation around a given point.

However, if a force is applied AT the center of rotation, it will not induce any rotation. This is why I do not understand why you would want to express such a force in radial/tangential components.

Thanks for the response.

Let me explain my question in detail.

My question about transformation is not for force components but displacements and stresses at a point in cylindrical coordinate frame.

I have displacement and stress tensors in Cartesian coordinate frames (XYZ) for some points and I would like to transfrom those data in Cylindrical coordinate frame (RTZ). I used the same formula given above for force transformation for R and Theta components and z component is same as cartesian Z component.

Here the formula has the cosine and sine theta, where the points lying in the z axis, singularity occurs in finding the RTZ of a point in Cylindrical Coordinate from Cartesian coordinate XYZ. I used the following formula to convert the XYZ to RTZ. R = SQRT (x*x + y*y) and theta = tan-1(x/y) and Z=Z.

Here I have problem with the points lying on Z axis where R=0 and theta is indeterminate.

Can anyone help me.?
 
  • #10
jayakkumar said:
Thanks for the response.

Let me explain my question in detail.

My question about transformation is not for force components but displacements and stresses at a point in cylindrical coordinate frame.

I have displacement and stress tensors in Cartesian coordinate frames (XYZ) for some points and I would like to transfrom those data in Cylindrical coordinate frame (RTZ). I used the same formula given above for force transformation for R and Theta components and z component is same as cartesian Z component.

Here the formula has the cosine and sine theta, where the points lying in the z axis, singularity occurs in finding the RTZ of a point in Cylindrical Coordinate from Cartesian coordinate XYZ. I used the following formula to convert the XYZ to RTZ. R = SQRT (x*x + y*y) and theta = tan-1(x/y) and Z=Z.

Here I have problem with the points lying on Z axis where R=0 and theta is indeterminate.

Can anyone help me.?

Ok, this clarifies a few things.

First, for the sake of clarity for anyone who may be reading this, I'd like to point out that my original answer (and the original question) did not involve polar coordinates (which describe a point in terms of angle 'theta' and arc length 'r'). It was rather a matter of rotating cartesian coordinates for a given angle 'theta'.

Now, on the subject of converting from XYZ to RTZ, there is in fact an indetermination for 'theta' at R = 0, and unfortunately I do not have a magic answer.

I am by no means an expert on the subject and I have never worked with displacement and stress tensors (therefore I can't really grasp the context of your problem), but if it can help at least a bit, my advices would be:
1 - If this is for an analytical problem, and if you can work in cartesian coordinates (or generalized coordinates (not an expert at that either) or another singularity-free coordinate system) it might allow you to have 'cleaner' equations, albeit possibly more complex;
2 - If you are working on an algorithm, you probably will have to resort to a 'hack' for the R=0 case (e.g. if 'theta' is of little importance, set it to 0 or to a random value)

You might also want to check the litterature on your subject (although you probably already did). Chances are someone faced the same problem and found a way around.

Finally, you can always hope that someone more knowledgeable will drop by! ;)
 
  • #11
Thanks for the suggestion White Box. I'll study the literature and get it clarified. Thanks again for responsible suggestion.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 37 ·
2
Replies
37
Views
5K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 4 ·
Replies
4
Views
947
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K