Work & energy VS conservation of angular momentum

Click For Summary

Homework Help Overview

The discussion revolves around the comparison of energy methods and conservation of angular momentum in a physics context. The original poster presents a self-designed problem and questions whether different approaches yield varying results.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore the relationship between centripetal force and energy, questioning the validity of using different methods to derive angular velocity. There are discussions about integrating force to find angular velocity and the implications of radial velocity in energy equations.

Discussion Status

The discussion is ongoing, with participants providing insights and questioning assumptions. Some suggest exploring differential equations and relationships between energy and force, while others express uncertainty about specific aspects of the problem.

Contextual Notes

Participants note that the original problem is not found in textbooks and is self-designed, which may contribute to the complexity of the discussion. There are mentions of quasi-static conditions and the relevance of radial velocity in the context of energy calculations.

Ebi
Messages
13
Reaction score
3
Summary:: Would energy method give us a different answer from conservation of angular momentum?

Hello,

I do not know how to type equations here. So, I typed my question in Word and attached it here. Please see photos.

Note: This question is not a homework. I did not find it in textbooks or websites, it was designed by me.
Thank you.
 

Attachments

  • Capture.PNG
    Capture.PNG
    10.9 KB · Views: 206
  • Text.PNG
    Text.PNG
    20.2 KB · Views: 225
Physics news on Phys.org
Can you show your work? I do not see that the force integral has been evaluated.
 
F is variable F=mrω^2, so I did not calculate it. It seems the two answers are different.
 
Ebi said:
F is variable F=mrω^2,
That's the centripetal force for uniform circular motion, which is not your scenario.
Ebi said:
It seems the two answers are different.
To show that the answers for w2 are different, you have to solve for w2 with both approaches.
 
A.T. said:
That's the centripetal force for uniform circular motion, which is not your scenario.
In particular, you are integrating ##F(r) dr## to get ##\omega(r)##. But using ##\omega(r)## to get ##F(r)##. That strikes me as a valid approach. But you have to solve the differential equation.
 
jbriggs444 said:
In particular, you are integrating ##F(r) dr## to get ##\omega(r)##. But using ##\omega(r)## to get ##F(r)##. That strikes me as a valid approach. But you have to solve the differential equation.
Thanks for your responses.
In that case, ##\omega(r)## and ##F(r)## would also be unknown. Such differential equation would be derivative of the work-energy equation above. Or I'm missing something?
 
A.T. said:
That's the centripetal force for uniform circular motion, which is not your scenario.

Thanks for your response.
If we suppose the string is pulled slowly ( quasi-statically), F is F=mrω^2 +dF
Do you have a breakthrough to F(r)?
 
Ebi said:
If we suppose the string is pulled slowly ( quasi-statically), F is F=mrω^2 +dF
Do you have a breakthrough to F(r)?
I am not an expert on this. But let us see how far we can get. Let us start by seeing whether there is a useful relationship between the energy in the object at radius r and the centripetal force on the object at radius r.

If you've never attacked differential equations before, you might give it a try before cracking this open. This is all played fairly without cheating. I picked an approach and worked it through in the sequence as given herein without knowing in advance whether it would give the desired result.
Let us write down formulas for energy and force.
$$E(r)=\frac{1}{2}m v^2 = \frac{1}{2}m \omega^2 r^2$$
$$F(r)=m \omega^2r = \frac{2E(r)}{r}$$
The incremental work done by ##F(r)## over distance dr is ##F(r)## multiplied by ##dr##. If we write ##F(r)## as ##\frac{2E(r)}{r}## we get incremental work as ##\frac{2E(r)}{r} dr##. So we can write:$$dE= \frac{2E(r)}{r} dr$$or$$\frac{dE}{dr} = \frac{2E(r)}{r}$$That is a differential equation. [The above effort was aimed at coming up with a differential equation. The only question was what variable to use -- velocity, angular velocity, energy or something else. I guessed that Energy would be helpful and that guess worked out well].

Now if you knew absolutely nothing about solving differential equations (and after some 40 years out of school, I am pretty much in that boat), you would approach this by trying to find a function that, when you differentiate it once, you wind up with what you started with divided by r.

What about a polynomial function? When you differentiate ##r^k dr## then you get ##kr^{k-1}##. That is pretty much the same as dividing by r. We just have to get the constant multiplier (that k in front) right. Here we are aiming to differentiate ##r^k## to get ##2r^{k-1}=2\frac{r^k}{r}##. So k = 2 and ##E(r) = r^2## is our solution...

This sure sounds neat. And it even fooled me for a minute. But it contains a sign error. The force is in the opposite direction to increasing r. The incremental work done is a decrement to E(r), not an increment. We need a minus sign in the differential equation like so:$$\frac{dE}{dr} = \frac{-2E(r)}{r}$$So instead of ##k=2## and ##r^2## as a solution we get ##k=-2## and ##r^{-2}## as a solution. Then ##-2r^{-3} = \frac{-2r^{-2}}{r}=\frac{-2E(r)}{r}## is its derivative, just as we planned.

Now then, if energy E is inversely proportional to the square of radius then angular velocity ##\omega## must be inversely proportional to radius. And *SHAZAAM*, that's exactly what the angular momentum calculation calls for.

As is typical for [homogeneous, linear] differential equations, given one solution you can find others by simply multiplying by a constant. If ##E(r) = \frac{1}{r^2}## is a solution then ##E(r) = \frac{k}{r^2}## is also a solution. [And given two or more solutions, any sum of fixed multiples of each is a solution]

You normally solve the equation first, getting the general form of the result then look back at the givens of the problem (the "boundary conditions") to see what constant multiple you need. For instance, if the starting energy at radius 10 meters is 57.5 joules then ##E(r) = \frac{57500}{r^2}## is the desired result.
Ebi said:
I do not know how to type equations here.
See the LaTeX guide which is linked to the lower left of the editing pane. Or Info => Help => Learn LaTeX for Math Equations. Both take you to the same page.

If you reply to this post you will see worked examples of stuff like ##E(r) = \frac{1}{r^2}## which is rendered as ##E(r) = \frac{1}{r^2}##
 
Last edited:
jbriggs444 said:
I am not an expert on this. But let us see how far we can get. Let us start by seeing whether there is a useful relationship between the energy in the object at radius r and the centripetal force on the object at radius r.

If you've never attacked differential equations before, you might give it a try before cracking this open. This is all played fairly without cheating. I picked an approach and worked it through in the sequence as given herein without knowing in advance whether it would give the desired result.
Let us write down formulas for energy and force.
$$E(r)=\frac{1}{2}m v^2 = \frac{1}{2}m \omega^2 r^2$$
$$F(r)=m \omega^2r = \frac{2E(r)}{r}$$
The incremental work done by ##F(r)## over distance dr is ##F(r)## multiplied by ##dr##. If we write ##F(r)## as ##\frac{2E(r)}{r}## we get incremental work as ##\frac{2E(r)}{r} dr##. So we can write:$$dE= \frac{2E(r)}{r} dr$$or$$\frac{dE}{dr} = \frac{2E(r)}{r}$$That is a differential equation. [The above effort was aimed at coming up with a differential equation. The only question was what variable to use -- velocity, angular velocity, energy or something else. I guessed that Energy would be helpful and that guess worked out well].

Now if you knew absolutely nothing about solving differential equations (and after some 40 years out of school, I am pretty much in that boat), you would approach this by trying to find a function that, when you differentiate it once, you wind up with what you started with divided by r.

What about a polynomial function? When you differentiate ##r^k dr## then you get ##kr^{k-1}##. That is pretty much the same as dividing by r. We just have to get the constant multiplier (that k in front) right. Here we are aiming to differentiate ##r^k## to get ##2r^{k-1}=2\frac{r^k}{r}##. So k = 2 and ##E(r) = r^2## is our solution...

This sure sounds neat. And it even fooled me for a minute. But it contains a sign error. The force is in the opposite direction to increasing r. The incremental work done is a decrement to E(r), not an increment. We need a minus sign in the differential equation like so:$$\frac{dE}{dr} = \frac{-2E(r)}{r}$$So instead of ##k=2## and ##r^2## as a solution we get ##k=-2## and ##r^{-2}## as a solution. Then ##-2r^{-3} = \frac{-2r^{-2}}{r}=\frac{-2E(r)}{r}## is its derivative, just as we planned.

Now then, if energy E is inversely proportional to the square of radius then angular velocity ##\omega## must be inversely proportional to radius. And *SHAZAAM*, that's exactly what the angular momentum calculation calls for.

As is typical for [homogeneous, linear] differential equations, given one solution you can find others by simply multiplying by a constant. If ##E(r) = \frac{1}{r^2}## is a solution then ##E(r) = \frac{k}{r^2}## is also a solution. [And given two or more solutions, any sum of fixed multiples of each is a solution]

You normally solve the equation first, getting the general form of the result then look back at the givens of the problem (the "boundary conditions") to see what constant multiple you need. For instance, if the starting energy at radius 10 meters is 57.5 joules then ##E(r) = \frac{57500}{r^2}## is the desired result.

See the LaTeX guide which is linked to the lower left of the editing pane. Or Info => Help => Learn LaTeX for Math Equations. Both take you to the same page.

If you reply to this post you will see worked examples of stuff like ##E(r) = \frac{1}{r^2}## which is rendered as ##E(r) = \frac{1}{r^2}##

Great effort, thank you.
Just, one thing, mass m has a radial velocity as well, I do not see that in the energy equation you wrote. Am I missing something?
 
  • #10
Ebi said:
Great effort, thank you.
Just, one thing, mass m has a radial velocity as well, I do not see that in the energy equation you wrote. Am I missing something?
Quasistatic. The radial velocity is never large. And you end in a circular trajectory where it is entirely absent. So as a contribution to the energy balance, it is not relevant.

The force with which you pull on the string does not depend strongly on radial velocity. So the work you do on the string does not depend strongly on radial velocity. The force does depend strongly on tangential velocity. And the work does depend on the total radial displacement, of course. But not on how rapidly you cover that radial displacement.

In addition, Newtonian mechanics is a consistent system. If you accounted carefully for radial velocity you know that the result would work out exactly and match the predictions based on angular momentum.
 
Last edited:

Similar threads

Replies
17
Views
2K
  • · Replies 17 ·
Replies
17
Views
1K
Replies
6
Views
1K
  • · Replies 23 ·
Replies
23
Views
3K
Replies
2
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
1K
  • · Replies 50 ·
2
Replies
50
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K