Solving the Basic Mechanics Bullet Block Collision Problem

AI Thread Summary
The discussion centers on solving a bullet-block collision problem using conservation of energy principles. The initial calculation provided an incorrect bullet speed of 56.64 m/s, which was challenged due to the inelastic nature of the collision and the work done by friction. It was clarified that energy is not conserved in this scenario, as the bullet deforms the block and generates heat. The correct approach involves using linear momentum conservation and results in a bullet speed of 1134 m/s. Additionally, participants emphasized the importance of clear notation and including units in calculations for better understanding.
Arm
Messages
16
Reaction score
5
Homework Statement
A bullet with a mass of 5.0 g is fired horizontally into a 2.0 kg wooden block which is
resting on a horizontal table. The bullet stops in the block and the block and bullet
combination move 2.0 m. The coefficient of kinetic friction between the block and
surface of the table is 0.2. Find the initial speed of the bullet.
Relevant Equations
$$ KE = \frac{mv^2}{2} $$
$$ W = \Delta E = F * distance $$
$$ F_friction \le F_N * \mu $$
$$ g = 10 $$
$$ \frac{5E-3*v^2}{2} = (2 + 5E-3)(10)(0.2)(2) $$
v = 56.64
I just don't get how this is the wrong answer....it's just simple conservation of energy, right?
 
Physics news on Phys.org
Arm said:
Homework Statement: A bullet with a mass of 5.0 g is fired horizontally into a 2.0 kg wooden block which is
resting on a horizontal table. The bullet stops in the block and the block and bullet
combination move 2.0 m. The coefficient of kinetic friction between the block and
surface of the table is 0.2. Find the initial speed of the bullet.
Relevant Equations: $$ KE = \frac{mv^2}{2} $$
$$ W = \Delta E = F * distance $$
$$ F_friction \le F_N * \mu $$
$$ g = 10 $$

$$ \frac{5E-3*v^2}{2} = (2 + 5E-3)(10)(0.2)(2) $$
v = 56.64
I just don't get how this is the wrong answer....it's just simple conservation of energy, right?
Energy is not conserved. The bullet deforms the block and generates heat in the process. It an inelastic collision. Also, friction is doing non-conservative work on the block. Linear Momentum is conserved immediately before and after the collision.
 
erobz said:
Energy is not conserved. The bullet deforms the block and generates heat in the process. It an inelastic collision. Also, friction is doing non-conservative work on the block. Linear Momentum is conserved immediately before and after the collision.
$$ (5E-3)(v_1)=(5E-3+2)(v_2) $$
$$ \frac{1}{2} (5E-3+2)({v_2}^2)=(5E-3+2)(10)(0.2)(2) $$
$$ v_2 = 2.83 $$
$$ (5E-3)(v_1)=(5E-3+2)(2.83) $$
$$ v_1 = 1134 $$
thanks
 
Arm said:
$$ (5E-3)(v_1)=(5E-3+2)(v_2) $$
$$ \frac{1}{2} (5E-3+2)({v_2}^2)=(5E-3+2)(10)(0.2)(2) $$
$$ v_2 = 2.83 $$
$$ (5E-3)(v_1)=(5E-3+2)(2.83) $$
$$ v_1 = 1134 $$
thanks
For future reference that notation is difficult to parse. Just leave it all variables next time. I kept thinking you were taking 5 times some quantity ##E## subtracting random numbers!
 
Also final numerical answers without units are meaningless. If I told you that I make two million a year, you might think I live on easy street. Not so fast. If the units of the two million is Ugandan shillings, that translates to $500.00 USD waaaay below the poverty line.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Thread 'Minimum mass of a block'
Here we know that if block B is going to move up or just be at the verge of moving up ##Mg \sin \theta ## will act downwards and maximum static friction will act downwards ## \mu Mg \cos \theta ## Now what im confused by is how will we know " how quickly" block B reaches its maximum static friction value without any numbers, the suggested solution says that when block A is at its maximum extension, then block B will start to move up but with a certain set of values couldn't block A reach...
Back
Top