What is the energy principle and how does it apply to this problem?

  • Thread starter Thread starter Maxo
  • Start date Start date
  • Tags Tags
    Energy Principle
AI Thread Summary
The discussion revolves around calculating the initial speed of a bullet that embeds itself in a wooden block, using the energy principle and conservation of momentum. It emphasizes that kinetic energy is not conserved during the inelastic collision, but energy conservation applies after the collision as the block and bullet rise to a maximum height. The participants clarify the relationship between initial momentum, kinetic energy, and potential energy, noting that some kinetic energy is transformed into heat and sound during the collision. They also discuss the importance of tracking energy transformations and the implications of non-conservative forces acting during the collision. Ultimately, the conversation highlights the distinction between energy conservation in different stages of the problem while maintaining momentum conservation throughout.
Maxo
Messages
160
Reaction score
1

Homework Statement


A wooden block with mass 1.25 kg is hit by a bullet with mass 5.00 g and the speed vi according to the figure. The bullet sticks in the block and together they go up to the maximum height of 22.0 cm. Calculate the initial speed of the bullet.

image.png


Homework Equations


Momentum2.gif


The Attempt at a Solution


hi = 0 so it can be removed from the equation. Before the collision the objects must be treated as individual, afterwards they can be treated as one single object. vf = 0 when the objects reach their maximum height so it can also be removed from the equation. So with m1=bullet and m2=block we only have left:

(m1+m2)*g*hf = 0.5*m1*vi2

Solving for vi=√(2/m1*(m1+m2)*g*hf)

This gives me vi = 32.9 m/s. Which apparently is incorrect. What did I do wrong?
 

Attachments

  • 1.png
    1.png
    7.4 KB · Views: 403
Last edited:
Physics news on Phys.org
I can't view your attached picture. Please reattach it.
 
Kinetic energy is not conserved in the collision.

shortcut: KE=p^2/2m
 
Adithyan said:
I can't view your attached picture. Please reattach it.
Done. Do you see it now?

Simon Bridge said:
Kinetic energy is not conserved in the collision.
Do you mean that the energy principle can't be used then? Or how should it be written instead?

Simon Bridge said:
shortcut: KE=p^2/2m
That's good. I know the linear momentum is preserved. But if we use Pf=P0 then we need an expression for vf to solve for vi.
 
There are two stages of the problem. The first one is the inelastic collision between the bullet and block. Using conservation of momentum, determine the initial velocity of the block with the bullet in it. Energy is not conserved during this process.

The block with the embedded bullet rises to maximum height h. At this stage, energy is conserved.


ehild
 
If you mean that vf is the velocity of the block+bullet after the collision - you do not need it.

To avoid subscripts - write u=vi, as the initial velocity of the bullet.
(saves typing)
define:
m=mass of bullet
M=mass of the block
h=height m+M end up at.
g=acceleration of gravity

Before the collision: write the initial momentum of the bullet in terms of m and u.

Right after the collision:
What is the momentum of the block+bullet in terms of m and u?
Therefore: using "EK=p^2/2m", what is the kinetic energy of the block and bullet, in terms of m, M, and u?
Put that expression equal to (m+M)gh and solve for u.

(or do it in two stages...)
 
break it up into chunks

1) The point where the block is at it's max height.
2) The instant after the collision
3) The instant before the collision

How can you relate these periods of time together? And what do you know about them? (What is conserved in each case?)
 
Simon Bridge said:
Before the collision: write the initial momentum of the bullet in terms of m and u.
p0 = m*u

Simon Bridge said:
Right after the collision:
What is the momentum of the block+bullet in terms of m and u?
pf = (m+M)*vf = m*u
Since momentum is preserved from the moment bullet is fired (p0) until it hits (pf).

Simon Bridge said:
Therefore: using "EK=p^2/2m", what is the kinetic energy of the block and bullet, in terms of m, M, and u?
Can you please write "KE0" or "KEf" to show whether it is the initial or the final KE(EK)? I assume here it's initial (from the moment that the bullet hits)??

KE0 = (m^2*u^2) / (2m + 2M)
So far so good?

Simon Bridge said:
Put that expression equal to (m+M)gh and solve for u.
You mean, that it is equal to "PEf"? The final potential energy.

And the reason for that is that from the moment the bullet hits the box, there are no non-conservative forces doing work (Wnc=0), and PE0 = 0, and KEf = 0. Right?

What are the forces doing Wnc acting on the bullet/box before the bullet hits the box? Since the KE is not the same before and after bullet hits, there must be some nc force? What is it?
 
Last edited:
Maxo said:
m*u

So far so good?
yes
Maxo said:
But why are they equal to each other? That is what I don't understand.

You have a perfectly inelastic collision, meaning the 2 objects merge together to form 1 new object. This means that energy is definitely NOT conserved throughout the collision.

However, after the collision, you have 1 object that is moving from a height ##h=0## to a point ##h=h_f##
This is just translational motion, no collision, and therefore energy IS conserved over the path of the motion. When the object is at ##h=0## you have ##E_{total_0} = KE_0 + PE_0 = KE_0 + 0## as ##mgh = 0##.
At the highest point the object reaches, you have ##E_{total_f} = KE_f +PE_f = 0 + PE_f##
Through conservation of energy, (with no work being done on the system) we know that ##E_{total_0} = E_{total_f}## and therefore ##KE_0 + 0 = 0 + PE_f## → ##KE_0 = PE_f##

make sense?
 
  • #10
BiGyElLoWhAt said:
yes
Please see my post again, I edited it and added some questions. I would very much appreciate if they could be answered/clarified.

BiGyElLoWhAt said:
You have a perfectly inelastic collision, meaning the 2 objects merge together to form 1 new object. This means that energy is definitely NOT conserved throughout the collision.
Why is that so obvious? How can we know that energy is not conserved? What is the non conservative force acting on it so that energy is not conserved? Friction?
 
  • #11
Maxo said:
p0 = m*u


pf = (m+M)*vf = m*u
well done: pf=p0=mu so we can drop the extra letter and put p=mu.

Can you please write "KE0" or "KEf" to show whether it is the initial or the final KE(EK)?
The general equation for kinetic energy that I wrote is no different for initial or final kinetic energy. Those labels are part of the interpretation needed to fit the equation to the situation - that's your job.

You need to get used to seeing formulae and equations in general forms.

I assume here it's initial (from the moment that the bullet hits)??
Well, before the bullet hits would not get you anywhere so - yes, that would be a good inference.

KE0 = (m^2*u^2) / (2m + 2M)
So far so good?
... so far so good.

You mean, that it is equal to "PEf"? The final potential energy.
That is correct.

And the reason for that is that from the moment the bullet hits the box, there are no non-conservative forces doing work (Wnc=0), and PE0 = 0, and KEf = 0. Right?
Thats right, the only thing KE can turn into here is PE because the only thing the masses interact with is a slope. Only gravity is there to remove kinetic energy from the system.

What are the forces doing Wnc acting on the bullet/box before the bullet hits the box?
Nothing - but while the bullet is penetrating the box, it is deforming the box, making noise and heat. Some of the bullet's initial kinetic energy has to go into producing those things.

[edit: I thought of a better way of putting it...]
It may help you to think about it if you write each stage explicitly though:

before collision:
p0=mu (only bullet moving)
KE0=mu^2/2 (ditto)
PE0=0 (bottom of slope)

during collision:
some KE turns into heat and sound.

after collision
p1=p0=mu (conservation of momentum)
KE1=p1^2/2(M+m) (≠KE0; inelastic collision)
PE1=0 (bottom of slope)

on slope: KE is exchanged for PE because of work against gravity.

after slope
p2=0 (at rest)
KE2=0 (at rest)
PE2=(M+m)gh (up slope)

But you have to make sure you track everything ... the final kinetic energy is KE2=0.
All you need after that list is the link between KE1 and PE2.

You could notice that you don't have to write anything for the terms that are zero, which allows you to drop the subscripts. I hate subscripts.

Aside:
What percentage of the initial kinetic energy turned into sound and heat in the collision? (in terms of M and m.)

Was linear momentum conserved on the slope?
 
Last edited:
  • Like
Likes 1 person
  • #12
Another way that deformation can be looked at is as lots and lots of force interactions, between pieces of the block and the bullet. Sections of the block are being compacted, bent, and moved out of place, and since we can't really account for all of these interactions, we say that energy is not conserved; in all actuality, it is, but you would have to keep track of EVERYTHING: the heating, and the sonic waves emitted, and exactly how the block was deformed.

This is simply too much, as we can't realistically know that much about our system. Fortunately, momentum doesn't care that there was deformation.
 
  • Like
Likes 1 person
Back
Top