Calculating the Swing Height of a Thin Rod After a Collision with Putty

AI Thread Summary
The discussion revolves around calculating the swing height of a thin rod after it collides with putty. Participants analyze the collision dynamics using angular momentum and moment of inertia, correcting the moment of inertia for the rod pivoting at its end. They establish the relationship between angular velocity and linear velocity, and discuss the correct setup for the energy equation to find the height the rod swings. A key point is that the final height should be derived from the center of mass, and adjustments are made to ensure the potential energy equation reflects this. The final consensus is that the height can be calculated without needing to double it if the potential energy is expressed correctly.
toothpaste666
Messages
516
Reaction score
20

Homework Statement



A thin rod of mass M and length L is suspended vertically from a frictionless pivot at its upper end. A mass m of putty traveling horizontally with a speed v strikes the rod at its CM and sticks there. How high does the bottom of the rod swing?

Homework Equations


The Attempt at a Solution



First I must look at the collision:

v = ωR = ω\frac{L}{2}

ω = \frac{2v}{L}

I_m = mR^2 = m(\frac{L}{2})^2 = \frac{mL^2}{4}

I_M = \frac{1}{12}ML^2

using angular momentum:

I_m (\frac{2v}{L}) = (I_m + I_M)ω

\frac{mL^2}{4} (\frac{2v}{L}) = (\frac{mL^2}{4} + \frac{1}{12}ML^2)ω

\frac{mLv}{2} = (\frac{mL^2}{4} + \frac{1}{12}ML^2)ωHave I set this up right so far? I am trying to find the angular velocity at the end of the collision, convert it to linear velocity, and plugging that into an energy equation
 
Physics news on Phys.org
toothpaste666 said:

Homework Statement



A thin rod of mass M and length L is suspended vertically from a frictionless pivot at its upper end. A mass m of putty traveling horizontally with a speed v strikes the rod at its CM and sticks there. How high does the bottom of the rod swing?

Homework Equations


The Attempt at a Solution



First I must look at the collision:

v = ωR = ω\frac{L}{2}

ω = \frac{2v}{L}

I_m = mR^2 = m(\frac{L}{2})^2 = \frac{mL^2}{4}

I_M = \frac{1}{12}ML^2

using angular momentum:

I_m (\frac{2v}{L}) = (I_m + I_M)ω

\frac{mL^2}{4} (\frac{2v}{L}) = (\frac{mL^2}{4} + \frac{1}{12}ML^2)ω

\frac{mLv}{2} = (\frac{mL^2}{4} + \frac{1}{12}ML^2)ωHave I set this up right so far? I am trying to find the angular velocity at the end of the collision, convert it to linear velocity, and plugging that into an energy equation
You need to use a different formula for the moment of inertia of the rod. Here, the rod is pivoting at its end, not at its center.

Other than that, it looks good so far. :smile:
 
So it would be this instead?

\frac{mLv}{2} = (\frac{mL^2}{4} + \frac{1}{3}ML^2)ω
 
toothpaste666 said:
So it would be this instead?

\frac{mLv}{2} = (\frac{mL^2}{4} + \frac{1}{3}ML^2)ω
Yeah, that looks right. :approve:
 
ok so:


\frac{v}{2} = (\frac{L}{4} + \frac{L}{3})ω


\frac{v}{2} = \frac{7L}{12} ω

v = \frac{14L}{12} ω

v = \frac{7L}{6} ω

ω = \frac{6v}{7L}

to get linear velocity use v1=Rω

v_1 = (\frac{L}{2}) \frac{6v}{7L}

v_1 = \frac{3v}{7}


plugging this into an energy equation:


.5(m+M)(\frac{3v}{7})^2 = (m+M)gh

is this the correct set up for the energy equation to find h?
 
wait i canceled out masses where I couldn't have. one sec
 
\frac{vm}{2} = (\frac{mL}{4} + \frac{ML}{3})ω

\frac{vm}{2L} = (\frac{m}{4} + \frac{M}{3})ω

\frac{vm}{2L(\frac{m}{4} + \frac{M}{3})} = ω



to get linear velocity use v1=Rω

v_1 = (\frac{L}{2}) \frac{vm}{2L(\frac{m}{4} + \frac{M}{3})}

v_1 = \frac{vm}{4(\frac{m}{4} + \frac{M}{3})}


plugging this into an energy equation:


.5(m+M)(\frac{vm}{4(\frac{m}{4} + \frac{M}{3})})^2 = (m+M)gh

is this the correct set up for the energy equation to find h?
 
toothpaste666 said:
\frac{vm}{2} = (\frac{mL}{4} + \frac{ML}{3})ω

\frac{vm}{2L} = (\frac{m}{4} + \frac{M}{3})ω

\frac{vm}{2L(\frac{m}{4} + \frac{M}{3})} = ω
I'm good with everything up to this point. :approve:

to get linear velocity use v1=Rω

v_1 = (\frac{L}{2}) \frac{vm}{2L(\frac{m}{4} + \frac{M}{3})}

v_1 = \frac{vm}{4(\frac{m}{4} + \frac{M}{3})}


plugging this into an energy equation:


.5(m+M)(\frac{vm}{4(\frac{m}{4} + \frac{M}{3})})^2 = (m+M)gh

is this the correct set up for the energy equation to find h?

But I don't think that's quite right. I wouldn't convert to linear velocity just yet. It's not really valid since different parts of the rod are moving at different speeds, and it's not valid to model the kinetic energy of the rod simply by the motion of its center of mass; it has rotational energy too.

Instead, determine the initial kinetic energy in the form of \frac{1}{2}I \omega^2 There's no reason to move away from angular coordinates just yet.

You then have the choice of how you want to represent the final height and the final potential energy. Above, you used (m + M)gh, which is fine. But realize here that h is the change in height of the system's center of mass. The problem asks you to find the final height of the bottom of the rod, not the center of mass. So you'll have to double h before submitting your final answer.
 
ok so the energy equation would be :

(\frac{mL^2}{4}+\frac{ML^2}{3})(\frac{vm}{2L(\frac{m}{4}+\frac{M}{3})})^2 = (m+M)2gh


??
 
  • #10
toothpaste666 said:
ok so the energy equation would be :

(\frac{mL^2}{4}+\frac{ML^2}{3})(\frac{vm}{2L(\frac{m}{4}+\frac{M}{3})})^2 = (m+M)2gh


??

Yes. At least that's the same equation that I got. :approve:

Of course, some of the terms cancel, which makes it a little easier.

So solve for h, double it, and I think you're done. :smile:
 
  • #11
ahh so making it 2h wouldn't make it right? i should have left it as h, solved for h and THEN doubled it?
 
  • #12
toothpaste666 said:
ahh so making it 2h wouldn't make it right? i should have left it as h, solved for h and THEN doubled it?

Well, I thought your 2h on the right side came from the 1/2 in the \frac{1}{2}I \omega^2 on the left side (it seemed to me that you multiplied both sides of the equation by 2).

But yes, solving for h and then doubling it at the end should work. If instead you want to define h as the final height of the end of the rod (not the center of mass), from the get-go, the potential energy would be (m + M)g(h/2), would it not?
 
  • #13
ah right i forgot about that 1/2 by accident. so the 2 would cancel out with the h/2 leaving

(\frac{mL^2}{4}+\frac{ML^2}{3})(\frac{vm}{2L(\frac{m}{4}+\frac{M}{3})})^2 = (m+M)gh

and solving for h here would give me the height?
 
  • #14
toothpaste666 said:
ah right i forgot about that 1/2 by accident. so the 2 would cancel out with the h/2 leaving

(\frac{mL^2}{4}+\frac{ML^2}{3})(\frac{vm}{2L(\frac{m}{4}+\frac{M}{3})})^2 = (m+M)gh

and solving for h here would give me the height?

Yes, I believe that is correct. No need to double h if you use the above equation.
 
  • Like
Likes 1 person
  • #15
thank you!
 
Back
Top