A 28000 kg railroad freight car collides with a stationary caboose car. They couple together, and 20 percent of the initial kinetic energy is dissipated as heat, sound, vibrations, and so on. What is the mass of the caboose?

When I solved for m I got 1711, but It was wrong. Was I close?

To solve this problem, we can use the principle of conservation of momentum. The total momentum before the collision should be equal to the total momentum after the collision.

Let's define the mass of the railroad freight car as M1 (28000 kg) and the mass of the caboose as M2 (unknown). The initial kinetic energy is given by the formula:

Initial Kinetic Energy = (1/2) * M1 * v1^2

where v1 is the velocity of the railroad freight car before the collision.

Since 20 percent of the initial kinetic energy is dissipated, we can write the final kinetic energy as:

Final Kinetic Energy = (1 - 20/100) * Initial Kinetic Energy = 0.8 * (1/2) * M1 * v1^2

It is given that the railroad freight car collides with a stationary caboose, which means that the initial velocity of the caboose, v2, is zero.

The total momentum before the collision is:

Total Momentum Before = M1 * v1 + M2 * v2 = M1 * v1

The total momentum after the collision is:

Total Momentum After = (M1 + M2) * v_final

Since momentum is conserved, we can set the two equations equal to each other:

Total Momentum Before = Total Momentum After

M1 * v1 = (M1 + M2) * v_final

Since v_final is zero (because the two cars couple together after the collision), we can simplify the equation:

M1 * v1 = 0

This equation tells us that the left side of the equation is zero, which means that the mass of the railroad freight car, M1, must be zero. However, this is not possible.

Therefore, there seems to be an error or inconsistency in the problem statement. Please double-check the given information, and let me know if you have any further questions or details to clarify.

To determine the mass of the caboose, we can use the principle of conservation of momentum and conservation of kinetic energy.

1. Conservation of Momentum:
Since the two cars couple together (stick together), the total momentum before the collision is equal to the total momentum after the collision. In this case, the initial momentum is 0 for the stationary caboose, while the momentum of the freight car is given by:
(P_initial_car = m_car * v_car)

So, the total momentum after the collision is:
(P_final = (m_car + m_caboose) * v_final)

Setting the initial and final momenta to be equal, we have:
0 = (m_car + m_caboose) * v_final

2. Conservation of Kinetic Energy:
The initial kinetic energy of the system is given by the kinetic energy of the moving freight car, which is given by:
(KE_initial_car = 0.5 * m_car * v_car^2)

The final kinetic energy is calculated by taking into account the 20% loss mentioned in the question. So, the final kinetic energy is:
(KE_final = 0.8 * 0.5 * (m_car + m_caboose) * v_final^2)

Setting the initial and final kinetic energy to be equal, we have:
0.5 * m_car * v_car^2 = 0.8 * 0.5 * (m_car + m_caboose) * v_final^2

Now, we have two equations with two unknowns: m_caboose and v_final. Rearrange the equations to solve for m_caboose.

From the momentum equation:
m_caboose = -m_car * v_final / v_car

Substitute this expression for m_caboose into the kinetic energy equation:

0.5 * m_car * v_car^2 = 0.8 * 0.5 * (m_car - m_car * v_final / v_car) * v_final^2

Simplify and rearrange the equation:
v_final = sqrt((4/5) * v_car^2)

Now, substitute the value of v_final back into the expression for m_caboose:

m_caboose = -m_car * sqrt((4/5) * v_car^2) / v_car

Finally, substitute the given values. Let's assume the freight car mass is 28000 kg:

m_caboose = -28000 * sqrt((4/5) * v_car^2) / v_car

Since the question doesn't provide the speed of the freight car, we need that information to calculate the mass of the caboose.

initial momentum = 28000 u

final momentum = (m+28000) v

so 28000 u = m v + 28000 v

initial ke = 14000 u^2
final ke = (14000+.5m)v^2

(14000+.5m)v^2 = .8 (14000 u^2)
(14000+.5m)v^2= 11200 u^2
so I have these two equations to work with:
28000 u = m v + 28000 v
and
11200 u^2 = (14000+.5m)v^2
or
.784*10^9 u^2 =(m+28000)^2 v^2
and
11200 u^2 = (14000+.5m)v^2
or
u^2 = 1.28*10^-9 (m+28000)^2 v^2
and
u^2 = 8.93*10^-5 (14000+.5m)v^2
oh, my, v^2 cancels
1.28*10^-9 (m+28000)^2 = 8.93*10^-5 (14000+.5m)
there you go, check arithmetic