In the following simulation you can change the masses of both carts and the starting velocity of cart A. You can also decide which type of equation by setting the value of e. If e is a decimal between 0 and 1, it is inelastic. If e = 0, then the collision will be perfectly inelastic.
Note in the simulation they use the following variables:
simulation | mA | mb | uA | uB | VA | VB |
this lesson | m1 | m2 | v1i | v2i | v1f | v2f |
Copy the following chart, and then run the collisions in the animation and record the values. Plug the mA, mB, uA, uB, vA, and vB into the collision equation, and record the values of right and left sides of the equation in the table to check if they are equal.
e
|
mA
|
mB
|
uA
|
uB
|
vA
|
VB
|
Right side
|
Left side
|
.5
|
1
|
1
|
2
|
0
|
||||
.5
|
3
|
2
|
2
|
0
|
||||
.5
|
5
|
3
|
2
|
0
|
||||
0
|
1
|
1
|
2
|
0
|
||||
0
|
3
|
2
|
2
|
0
|
||||
0
|
5
|
3
|
2
|
0
|
e | mA | mB | uA | uB | vA | VB | Right side | Left side |
.5 | 1 | 1 | 2 | 0 | .5 | 1.5 | 2 | 2 |
.5 | 3 | 2 | 2 | 0 | .8 | 1.8 | 6 | 6 |
.5 | 5 | 3 | 2 | 0 | 1.875 | 1.875 | 10 | 10 |
0 | 1 | 1 | 2 | 0 | 1 | 1 | 2 | 2 |
0 | 3 | 2 | 2 | 0 | 1.2 | 1.2 | 6 | 6 |
0 | 5 | 3 | 2 | 0 | 1.25 | 1.25 | 10 | 10 |
If two objects start out together and then push off from one another, or if one object breaks into two pieces that move apart; physicists call it an explosion. This is like a perfectly inelastic collision in reverse, and the equation looks very similar:
(m1 + m2) vi = m1v1f + m2 v2f
The classic physics example is:
Two students standing together on roller skates push off from one another. If the 60 kg student moves to the left at 3 m/s, how fast will the 90 kg student be moving?
Given: m1 = 60 kg m2 = 90 kg vi = 0 m/s v1f = -3 m/s (left = negative)
Unknown: v2f = ?
Equation: (m1 + m2)vi = miv1f + m2v2f
Simplify: vi = 0 m/s, so the equation becomes: 0 = m1v1f + m2v2f or -m1v1f = m2v2f
Solve: -m1v1f = m2v2f
-(60)(-3) = 90v2f
180 = 90v2f
2 = v2f
v2f = 2 m/s