Moment library article - question

In summary, the article explains that every force has a moment about any point P, and to find this moment, the position of the force's point of application and line must be drawn, along with a perpendicular line PQ from P to L. The moment of a velocity is found by taking the position of the center of mass as R
  • #1
lxman
77
0
Hi all,

I am reading the moment library article, and in particular pertaining to this section
Every force F has a moment about any point P.

To find the moment, draw R, the point of application of the force, and L, the line of the force, and draw the perpendicular line PQ from P to L (so both Q and R lie on L).

For the Moment of a velocity, R is the position of the centre of mass, and L is the line of the velocity.

Then the moment of F about P is the vector written "r x F" (pronounced "r cross F"), where r is the position vector PR. Its direction is perpendicular to both L and the line PR (and PQ). And its magnitude is PQ times F.

PQ is sometimes called the lever arm.

Note that if P is on the line L, then P = Q, so PQ = 0, so the moment of the force is 0.

I am attempting to visualize what is explained.

I have created the following diagram (click for a larger image):

http://www.freeimagehosting.net/uploads/th.6994c04925.png

I believe that I have diagrammed correctly. The point where I get a bit confused is:
Then the moment of F about P is the vector written "r x F" (pronounced "r cross F"), where r is the position vector PR. Its direction is perpendicular to both L and the line PR (and PQ). And its magnitude is PQ times F.

PR should be the vector extending from P to R2 along the Z axis (as I have drawn). Is this correct? Or would it be the vector from P to the existing point of application of F - R1?

Then the magnitude of the vector would be the cross product of vector PQ and the force vector? Or would it simply be the magnitude of PQ (a scalar) times the magnitude of the force vector (another scalar) to arrive at a scalar?

Thank you for your helping me clear this up.
 
Last edited:
Physics news on Phys.org
  • #2
hi lxman! :smile:
lxman said:
PR should be the vector extending from P to R2 along the Z axis (as I have drawn). Is this correct? Or would it be the vector from P to the existing point of application of F - R1?

i don't understand :confused:

why have you drawn two Rs? what are they supposed to be?

if your vector from P to R2 is along the z-axis (ie, vertically out of the page), then it can't possibly be PR

the cross product is of F (along L) and any vector PS where S is any point on L (including R and Q) … you need to prove for yourself that the result is the same whichever S is chosen :wink:
Then the magnitude of the vector would be the cross product of vector PQ and the force vector?

a magnitude is not a cross product …

a magnitude is a scalar, and a cross product is a vector

do some reading about cross products, and the article will become clear :smile:
Or would it simply be the magnitude of PQ (a scalar) times the magnitude of the force vector (another scalar) to arrive at a scalar?

yes … "And its magnitude is PQ times F."
 
  • #3
Hi tiny-tim :smile:
i don't understand :confused:

Then we are in agreement. That seems to be my main point of confusion I think. From reading the article, I get the impression that, in the end, my vector of the moment of force should be in the Z axis (coming out of the page towards me). If I draw my vector from point P to point R, the point of application of the force, I have a vector in the XY axis.

Hmm, re-reading, I think I understand the source of my confusion. I believe that I was confused by the use of the pronoun "Its":
Then the moment of F about P is the vector written "r x F" (pronounced "r cross F"), where r is the position vector PR. Its direction is perpendicular to both L and the line PR (and PQ). And its magnitude is PQ times F.

As I am reading along, I see that "it is the vector PR." Subsequent to this, I am told that "Its direction is perpendicular to . . ." With the successive use of the two pronouns I was assuming that the second "Its" also referred to the position vector PR. But obviously my assumption was incorrect, now that I look back. (Yes, I know what happens whence we assume things :shy:.)

So, the correct interpretation, I believe, is that "It is the vector PR" refers to the vector PR in the XY plane. Whereas "Its direction is perpendicular to . . ." refers to "r x F" which extends along the Z axis, as I have drawn. I just need to relabel my original R1 as R and then come up with some other point as the termination of my vector "r x F".

Then the magnitude of my resultant vector "r x F" will be a result of the magnitude of my force vector (in the XY plane) and the magnitude of the vector PQ (also in the XY plane) to give me the magnitude of my resultant vector in the YZ plane.

I know, this is a long-winded way of looking at it, but I was apparently confused :confused:. Do I have it (!) right now?
 
Last edited:
  • #4
Here is what the picture is supposed to look like. The force F is applied at point R. The moment arm around point P is line PQ. The magnitude of the moment is length of PQ times magnitude of force F. The vector representing the moment is perpendicular to PQ and F, so it points directly towards you out of the screen (right hand rule to determine direction), and is therefore, not represented on the picture.
 

Attachments

  • Moment.png
    Moment.png
    1.7 KB · Views: 373
  • #5
hi lxman! :smile:
lxman said:
Do I have it (!) right now?

yes :smile:
 

1. What is the Moment library?

The Moment library is a JavaScript plugin that allows you to manipulate and format dates and times in your code. It provides a range of functions for working with dates, such as parsing, formatting, and comparing.

2. How do I use the Moment library in my code?

To use the Moment library, you first need to include the library in your HTML file by linking to the moment.js file. Then, in your JavaScript code, you can call the Moment functions by using the moment() method and passing in a date or time as an argument.

3. What are some common use cases for the Moment library?

The Moment library is commonly used for tasks such as displaying dates and times in a specific format, calculating time differences, or validating and manipulating user input for dates and times. It is also useful for tasks such as scheduling and time-based data analysis.

4. Are there any alternatives to the Moment library?

Yes, there are other JavaScript libraries and plugins that offer similar functionality to Moment, such as Luxon, Day.js, and Date-fns. Each library has its own unique features and syntax, so it is important to research and choose the one that best fits your project's needs.

5. Is the Moment library compatible with all browsers?

Yes, the Moment library is compatible with all modern browsers, including Chrome, Firefox, Safari, and Edge. However, it is important to note that some older browsers may not fully support all of the library's features. It is recommended to check the Moment library's compatibility table before using it in production.

Similar threads

  • Classical Physics
Replies
1
Views
944
Replies
8
Views
1K
Replies
86
Views
4K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
781
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
11
Views
227
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
Replies
5
Views
1K
Back
Top