How Do You Calculate the Mass of a Stationary Train After a Collision?

  • Thread starter Thread starter EthanB
  • Start date Start date
  • Tags Tags
    Collision
AI Thread Summary
To calculate the mass of a stationary train after a collision, conservation of momentum and energy principles are applied. The initial kinetic energy of the moving train is partially dissipated, with 27% lost, leading to the equations for momentum and energy. The challenge arises from having two equations and three unknowns, prompting a discussion on how to simplify the problem. A suggestion is made to divide the two equations to find a solution. The conversation also touches on using LaTeX for clearer mathematical representation.
EthanB
Messages
44
Reaction score
0
Sorry that I don't have LaTeX, I'll do my best without it:

A train with known mass collides with a stationary train and the two link together. If 27% of the initial kinetic energy is dissipated, what is the mass of the stationary train? We are given no velocities.

M1 = mass of moving train (known)
M2 = mass of stationary train
Vi = initial velocity of moving train
Vf = final velocity of the 2-train system
Ki = initial kinetic energy
Kf = final kinetic energy
Wnc = work done by non-conservative forces
Pi = initial momentum
Pf = final momentum

Using conservation of momentum:
Pi = Pf
(M1)(Vi) = (M1+M2)(Vf)

Using conservation of energy:
Ki + Wnc = Kf
(1/2)(M1)(Vi)^2 - (.27)(1/2)(M1)(Vi)^2 = (1/2)(M1+M2)(Vf)^2
(.73)(M1)(Vi)^2 = (M1+M2)(Vf)^2

...2 equations, 3 unknowns. What am I forgetting?
 
Physics news on Phys.org
EthanB said:
Sorry that I don't have LaTeX, I'll do my best without it:

A train with known mass collides with a stationary train and the two link together. If 27% of the initial kinetic energy is dissipated, what is the mass of the stationary train? We are given no velocities.

M1 = mass of moving train (known)
M2 = mass of stationary train
Vi = initial velocity of moving train
Vf = final velocity of the 2-train system
Ki = initial kinetic energy
Kf = final kinetic energy
Wnc = work done by non-conservative forces
Pi = initial momentum
Pf = final momentum

Using conservation of momentum:
Pi = Pf
(M1)(Vi) = (M1+M2)(Vf)

Using conservation of energy:
Ki + Wnc = Kf
(1/2)(M1)(Vi)^2 - (.27)(1/2)(M1)(Vi)^2 = (1/2)(M1+M2)(Vf)^2
(.73)(M1)(Vi)^2 = (M1+M2)(Vf)^2

...2 equations, 3 unknowns. What am I forgetting?
That you were not asked to find the velocities. Perhaps they are not unique. Does that give you any ideas?
 
OlderDan said:
That you were not asked to find the velocities. Perhaps they are not unique. Does that give you any ideas?

I can't see that it does. I realize the velocity of the trains after impact is the same, that they become a system. I've already taken that into account, though.

Help?
 
EthanB said:
I can't see that it does. I realize the velocity of the trains after impact is the same, that they become a system. I've already taken that into account, though.

Help?
Try dividing your two equations
 
Righteous, dude. Can't believe that one slipped me by. I get so stuck on comparing numbers of equations and unknowns that I miss the little things. Thanks much.
 
Sorry that I don't have LaTeX, I'll do my best without it:

But we do have LaTex. All you need next time is write the code between [ tex ] [ /tex ] tags and it comes out nicely.

Daniel.
 
Oh, great. Where can I go to find out how to write the code?
 
Back
Top