Prove Net Angular Momentum Using Math - Physics Forum

Click For Summary

Discussion Overview

The discussion revolves around the mathematical proof of the net angular momentum about a point or axis, particularly in relation to the center of mass. Participants explore the relationship between angular momentum and the center of mass, referencing concepts like the Parallel-Axis theorem and the definitions of angular momentum in different frames of reference.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose that the net angular momentum can be expressed as the sum of the momentum about the center of mass and the momentum of the center of mass itself.
  • One participant provides a mathematical breakdown of angular momentum using point masses and their respective position and velocity vectors.
  • Another participant seeks clarification on the second sum in the angular momentum expression, indicating a lack of understanding of its derivation.
  • Some participants discuss the implications of the center of mass definition, particularly how it leads to certain sums being zero.
  • A later reply introduces a scenario involving two wheels and questions whether angular momentum is conserved when they interact, leading to further inquiries about the conditions affecting angular momentum conservation.
  • Another participant challenges the idea of increasing inertia, suggesting that under ideal conditions, the wheels would not experience friction and would maintain constant linear speeds.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the mathematical proof and the implications of the center of mass definition. There is no consensus on the scenarios involving the wheels and the conservation of angular momentum, as differing viewpoints on friction and inertia arise.

Contextual Notes

Some participants express confusion over the definitions and mathematical steps involved, particularly regarding the conditions under which certain sums equal zero. The discussion reflects a range of assumptions about ideal versus real-world conditions affecting angular momentum.

brasilr9
Messages
27
Reaction score
0
I have read a statement at a physics forum:

the net angular momentum about any point (or axis)
is the sum of the momentum about center of mass plus the momentum that center of mass about the point (or axis).

It sound familiar to Parallel-Axis theorem but I'm not sure it's right or wrong.

Would someone help me to prove it by mathematical approach?

Thanks very much!
(Please forgive me that my English isn't very good)
 
Physics news on Phys.org
Here's how you can show this:
1. Let your object consist of, say N point masses with position vectors [tex]\vec{r}_{i}, i=1,..N[/tex] from the point you are computing the angular momentum with respect to. Let the point masses be denoted by [tex]m_{i}, i=1,...N[/tex] and the velocity vector of the point mass as [tex]\vec{v}_{i}[/tex] and let C.M subscripts refer to your object's center of mass. Let [tex]\vec{R}_{i}, \vec{V}_{i}[/tex] be distances&velocities RELATIVE TO the center of mass.
(For example: [tex]\vec{v}_{i}=\vec{v}_{C.M}+\vec{V}_{i}[/tex])
Hence, we have for angular momentum [tex]\vec{L}[/tex]:
[tex]\vec{L}=\sum_{i=1}^{N}\vec{r}_{i}\times{m}_{i}\vec{v}_{i}=\sum_{i}^{N}\vec{R}_{i}\times{m}_{i}\vec{v}_{i}+\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}\vec{v}_{i}[/tex]

Now, the first sum can be decomposed as:
[tex]\sum_{i}^{N}\vec{R}_{i}\times{m}_{i}\vec{v}_{i}=(\sum_{i=1}^{N}m_{i}\vec{R}_{i})\times\vec{v}_{C.M}+\sum_{i}^{N}\vec{R}_{i}\times{m}_{i}\vec{V}_{i}[/tex]
where the first sum is zero by the definition of the center of the mass, and the second sum is the angular momentum of the object as measured relative to the center of mass, within the center of mass' rest frame.

A similar analysis can be carried out for the second sum contribution to the angular momentum.
 
Last edited:
I got it thanks very much!
 
brasilr9 said:
I got it thanks very much!
Welcome to PF!
(It seems you haven't posted here before..)
 
arildno said:
Welcome to PF!
(It seems you haven't posted here before..)

Yes, I often surf this forum but this is my first post!

By the way, could you please explain the second sum?
I'm not sure that I understand it very clearly.

thanks again!
 
I assume you mean the second sum in the expression for the angular momentum!
We have:
[tex]\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}\vec{v}_{i}=\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}\vec{v}_{C.M}+\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}V_{i}[/tex]
Now, the first contribution is simply:
[tex]\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}\vec{v}_{C.M}=(\sum_{i=1}^{N}m_{i})\vec{r}_{C.M}\times\vec{v}_{C.M}=\vec{r}_{C.M}\times{M}\vec{v}_{C.M}, M=\sum_{i=1}^{N}m_{i}[/tex]
where M is the total mass of the system, and the C.M quantities are CONSTANTS in each individual term, and may be pulled out of the sum.
The second sum is:
[tex]\sum_{i=1}^{N}\vec{r}_{C.M}\times{m}_{i}V_{i}=\vec{r}_{C.M}\times(\sum_{i=1}^{N}m_{i}\vec{V}_{i})[/tex]
and is zero, due to the definition of the center of mass.
Thus, your final expression for the angular momentum is:
[tex]\vec{L}=\vec{r}_{C.M}\times{M}\vec{v}_{C.M}+\sum_{i=1}^{N}\vec{R}_{i}\times{m}_{i}\vec{V}_{i}[/tex]
which is the desired result..
 
I did carried out the equations. But I'm little bit confusd why the two sum is zero due to the definition of the center of mass. I know this question sounds stupied, but I just can't figure it out. Maybe I'm exhausted after 3 hours of studying. Could you explain the reason for me? thanks!
 
brasilr9 said:
I did carried out the equations. But I'm little bit confusd why the two sum is zero due to the definition of the center of mass. I know this question sounds stupied, but I just can't figure it out. Maybe I'm exhausted after 3 hours of studying. Could you explain the reason for me? thanks!
These are quantities RELATIVE to the center of mass, right?

By definition, we have:
[tex]M\vec{r}_{C.M}=\sum_{i=1}^{N}m_{i}\vec{r}_{i}[/tex]
or:
[tex]\vec{0}=\sum_{i=1}^{N}m_{i}\vec{r}_{i}-(\sum_{i=1}^{N}m_{i})\vec{r}_{C.M}[/tex]
But, since [tex]\vec{R}_{i}=\vec{r}_{i}-\vec{r}_{C.M}[/tex]
we have:
[tex]\vec{0}=\sum_{i=1}^{N}m_{i}\vec{R}_{i}[/tex]
Clearly, since [tex]V_{i}=\frac{\vec{R}_{i}}{dt}[/tex]
we gain a similar relation here..
 
Oh I see! Thank you for your patient to answer my question!

...can you answer me one more question?
It's a problem my classmate ask me.

If there are a wheel rotating at angular velocity omega
and a smaller wheel, which is rest at first, is brought closer to the big one, and start to rotate since the friction force between the wheels.
Is the angular momentun conserved in this case?
why?

And another case, if the two wheel are match together initially, but in diffirent angular velocity, will the angular momentun conserved?
 
  • #10
The angular momentum is conserved. It is very easy to calculate if there is no kinetic friction that causes dissipation of rotational energy as heat. If the friction is pure static friction which causes the two disks to rotate at the same rate then angular momentum of the system should rotate slower due to an increase in rotational inertia.
 
  • #11
Why the inertia will increase? I thought it is constant.
If will we consider a ideal condition, I think wheel won't stop but rotate with the same linear speed at their edge, and thus no relative motion, so no friction force.
 
Last edited:
  • #12
What I meant to say was that
Ia*wa +Ib*wb = I*w

Where 'I' is the rotational inertia, and 'w' is the angular velocity, for disk a, disk b and the total (no subscript.)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
5K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K