How does gravity affect the velocity of a pendulum in circular motion?

AI Thread Summary
The discussion centers on calculating the velocity of a pendulum at the bottom of its swing using energy conservation principles. Participants agree that energy conservation applies to non-uniform circular motion, allowing the use of gravitational potential energy and kinetic energy equations. The conversation also addresses the complexities of inelastic collisions, emphasizing the need to consider the center of mass and the velocities of both objects involved. There is a focus on deriving equations for velocity after impact and understanding the implications of energy conservation in subsequent motion. Ultimately, the participants clarify the steps needed to solve both parts of the problem effectively.
Panphobia
Messages
435
Reaction score
13
If a ball weighing 0.2 kg is fastened at the end of a 1.5m string and is released from the horizontal position, what will the velocity be when the pendulum is at the bottom of the circle.

So I was wondering if I could use energy conservation for this question because that would make it a lot easier, if not how exactly would I start because this is not uniform circular motion.
 
Physics news on Phys.org
Panphobia said:
If a ball weighing 0.2 kg is fastened at the end of a 1.5m string and is released from the horizontal position, what will the velocity be when the pendulum is at the bottom of the circle.

So I was wondering if I could use energy conservation for this question because that would make it a lot easier, if not how exactly would I start because this is not uniform circular motion.

Energy conservation is perfectly applicable in case of non uniform circular motion.
 
This ball has an unknown radius, so the initial energy would be Ei = mg(1.5 + x) and Ef = (1/2)mv^2 or does that x not matter?
 
Panphobia said:
This ball has an unknown radius, so the initial energy would be Ei = mg(1.5 + x) and Ef = (1/2)mv^2 or does that x not matter?

The ball is assumed to be a point particle.No need to consider 'x' .
 
Panphobia said:
This ball has an unknown radius, so the initial energy would be Ei = mg(1.5 + x) and Ef = (1/2)mv^2 or does that x not matter?
Strictly speaking, yes, you need the vertical drop of the centre of mass, so you would need to add 1 radius.
 
Well the full question asks for the velocity of the ball after it hits a block at rest, and the b) part is asking how much the centre of mass increases in the y direction if the collision is inelastic, so it isn't a point particle.
 
Panphobia said:
Well the full question asks for the velocity of the ball after it hits a block at rest, and the b) part is asking how much the centre of mass increases in the y direction if the collision is inelastic, so it isn't a point particle.

Consider the ball as a point particle.Not only the ball,you have to assume the box to be a point particle as well.
 
i = circle
ii = block
R = (MiRi + MiiRii) / (Mi + Mii)
Since the change in height is all we want, let's say r = radius, and a = height of box, Riy = r, Riiy = a/2, then Ry = 0.4r + 0.3a, this doesn't seem right, what am I doing wrong?
 
Panphobia said:
Well the full question asks for the velocity of the ball after it hits a block at rest, and the b) part is asking how much the centre of mass increases in the y direction if the collision is inelastic, so it isn't a point particle.
You man, perhaps, how far the centre moves in the y direction? Would you mind posting the full text, word-for-word?
As Tanya Sharma says, if you're not told the radius you pretty much have to take it to be a point particle. If you were to take the radius into account completely, you'd also have to consider the rotation of the ball as it swings down. Very messy.
 
  • #10
Here is the question
2istlqu.png
 
  • #11
How can you get the height that the centre of mass rises if you don't apply the same logic from b) to a)?
 
  • #12
Panphobia said:
Here is the question
2istlqu.png
OK, you previously left out the 'sticking together' bit.
Clearly you can use energy conservation in a).
For b), you must consider two events:
- the collision itself, which is inelastic, so energy is not conserved. Instead, you know that the two objects move together afterwards, so you have an equation from that instead of the work equation. Find the velocity then.
- after the collision, work is conserved during subsequent motion.
 
  • #13
oh wait so the b) part is saying, when they stick together and they continue on that path at the new velocity what is the maximum height it reaches?
 
  • #14
Also for the a) part I would like to check the logic of my answer. So first of all I got the initial v of the ball just before it hits the block with energy, then I made m1v1 = m1v1' + m2v2', but I had two unknowns so since it is an elastic collision I can use energy so then I did (0.5)m1v1^2 = (0.5)m1v1'^2 + (0.5)m2v2'^2, then when everything was subbed in I had to use the quadratic formula, and got -0.198 and 9.01 m/s, I think that -0.198 is the most applicable intuitively, right? Also I still don't understand b) is it looking for the change in height of centre of mass when they are stuck together versus when they are apart or what?
 
Last edited:
  • #15
Panphobia said:
Also for the a) part I would like to check the logic of my answer. So first of all I got the initial v of the ball just before it hits the block with energy, then I made m1v1 = m1v1' + m2v2', but I had two unknowns so since it is an elastic collision I can use energy so then I did (0.5)m1v1^2 = (0.5)m1v1'^2 + (0.5)m2v2'^2, then when everything was subbed in I had to use the quadratic formula, and got -0.198 and 9.01 m/s, I think that -0.198 is the most applicable intuitively, right?
You can avoid quadratics. (1) m1v1 = m1v1' + m2v2'; (2) m1v1^2 = m1v1'^2 + m2v2'^2
From (2): m1(v1^2 - v1'^2) = m2v2'^2 = m1(v1-v1')(v1+v1')
From (1): m1(v1 - v1') = m2v2'; m1(v1 - v1')(v1+v1') = m2v2'(v1+v1')
Combining: m2v2'^2 = m2v2'(v1+v1'); v2' = v1+v1'
This is just Newton's Experimental Law with coefficient of restitution = 1.
Also I still don't understand b) is it looking for the change in height of centre of mass when they are stuck together versus when they are apart or what?
You know they have the same speed after impact in this case. Find that speed. What KE does that imply? If they continue together (still attached to the string), what will be their KE at the highest point of the swing?
 
  • #16
Yea now I understand b) its 1/2m(1+2)vf^2 = m(1+2)gh
 
Last edited:
  • #17
so then in that rearranged energy equation do we just get the momentum equation, and sub it in? It seems to me just by the equations you showed me that you can't isolate for one variable, I am probably wrong though. So after that I derived the equation for v1' = (m1v1 - m2v1) / (m1+m2), is that right?
 
Last edited:
  • #18
Panphobia said:
so then in that rearranged energy equation do we just get the momentum equation, and sub it in? It seems to me just by the equations you showed me that you can't isolate for one variable, I am probably wrong though. So after that I derived the equation for v1' = (m1v1 - m2v1) / (m1+m2), is that right?
Why the -m2v1? Pls post your derivation of that equation.
 
  • #19
m1v1 = m1v1' + m2v2'
m1(v1 - v1') = m2v2'

m1v1^2 = m1v1'^2 + m2v2'^2
m1(v1-v1')(v1+v1') = m2v2'^2
v2' = v1 + v1'

m1(v1-v1')(v1+v1') = m2(v1+v1')(v1+v1')

m1v1 - m1v1' = m2v1 + m2v1'
m1v1 - m2v1 = m2v1' + m1v1'
v1(m1-m2) = v1'(m2+m1)
v1' = v1(m1-m2)/(m2+m1)
There you go.
 
  • #20
Panphobia said:
m1v1 = m1v1' + m2v2'
m1(v1 - v1') = m2v2'

m1v1^2 = m1v1'^2 + m2v2'^2
m1(v1-v1')(v1+v1') = m2v2'^2
v2' = v1 + v1'

m1(v1-v1')(v1+v1') = m2(v1+v1')(v1+v1')

m1v1 - m1v1' = m2v1 + m2v1'
m1v1 - m2v1 = m2v1' + m1v1'
v1(m1-m2) = v1'(m2+m1)
v1' = v1(m1-m2)/(m2+m1)
There you go.
Oh, sorry, I thought your post #17 was on part b.
Yes, this is right for part a.
 
  • #21
post #16 was on b)
 
  • #22
Panphobia said:
post #16 was on b)
Yes, and I misinterpreted 17 as a continuation of 16.
Are we done?
 
  • #23
Haha yea thanks :D
 
Back
Top