Momentum and KE in multiple collisions at the same instant

AI Thread Summary
The discussion revolves around the validity of a simulator for elastic collisions involving multiple particles colliding simultaneously. It confirms that momentum is conserved regardless of the number of colliding objects, as long as no external forces are present. However, kinetic energy (KE) is not conserved in multiple collisions, which can lead to a total KE of zero if particles stick together post-collision. The conversation clarifies that conservation laws apply universally, not just in two-object collisions, and emphasizes that external forces can disrupt momentum conservation. Overall, the findings align with established physics principles regarding momentum and kinetic energy in collisions.
onizuka
Messages
2
Reaction score
0
Hi there,
i've been coding a simulator (ellastic collisions with billard balls) and i wanted to check if the results the program outputs are indeed valid.
My doubts are with multiple collisions at the exact same instant and with kinetic energy as well.
.
Just to make clear, a possible multiple collision with particles A, B and C could be:
A hits C, and B hits C, at the exact moment
.
The results I've ended with, is that the momentum is always preserved... independent of the type of collision (single or multiple collision)
But that doesn't happen with KE when it's a multiple collision.
.
example (particles A to D move towards X at the same velocity and are at the same distance):
...A
.
B...X...C
.
...D
.
Initially the momentum = 0, and the KE = 8. But after the collision the KE = 0. And all the particles stay together.
.
And another thing... aren't the laws of conservation of momentum only valids for collisions between 2 objects? If so, why does "my" momentum stays constant?
.
Is this what is supposed to happen? :rolleyes:
Or is there something i don't know about it?
.
Thanks in advance
.
ps: why aren't newlines supported? i have to use dots to space the text in order to make it clearer.
 
Physics news on Phys.org
No , momentum conservation is independent of number of objects undergoing collisions. Momentum conservation is applicable as long as there is no external force acting on the objects undergoing collision. For example , if the surface on which balls roll is not frictionless , the momentum is not conserved due to friction as an external force. K.E conservation takes place when no work is being done by any external force.

K.E conservation is applicable in the direction where external force does zero work . K.E .C is a part of Energy conservation taking place at same potential energy.

BJ
 
Even in inelastic collsiions momentum conservation is applicable because the deformation of one of the objects takes place due to impulse force of otherobject which are internal forces for the two balls.Still there is no external force.

BJ
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top