1. Billiard Balls:
* Problem: A billiard ball (m1 = 0.17 kg, v1 = 2 m/s) collides head-on with a stationary billiard ball (m2 = 0.17 kg, v2 = 0 m/s). After the collision, the first ball is stationary. What is the velocity of the second ball after the collision?
* Solution:
* Conservation of Momentum: m1*v1 + m2*v2 = m1*v1' + m2*v2'
* Conservation of Kinetic Energy: 1/2*m1*v1^2 + 1/2*m2*v2^2 = 1/2*m1*v1'^2 + 1/2*m2*v2'^2
* Plugging in the values and solving the equations, we get:
* v1' = 0 m/s
* v2' = 2 m/s
* Answer: The velocity of the second ball after the collision is 2 m/s.
2. Two Identical Cars:
* Problem: Two identical cars (m = 1000 kg) collide head-on. The first car is traveling at 20 m/s and the second car is traveling at 10 m/s. After the collision, they stick together. What is the velocity of the combined mass after the collision?
* Solution:
* Conservation of Momentum: m1*v1 + m2*v2 = (m1 + m2)*v'
* Plugging in the values and solving for v':
* v' = (1000 kg * 20 m/s + 1000 kg * (-10 m/s)) / (1000 kg + 1000 kg) = 5 m/s
* Answer: The velocity of the combined mass after the collision is 5 m/s.
1. Clay Balls:
* Problem: A ball of clay (m1 = 0.5 kg, v1 = 10 m/s) collides with a stationary ball of clay (m2 = 0.5 kg, v2 = 0 m/s). The two balls stick together after the collision. What is the velocity of the combined mass after the collision?
* Solution:
* Conservation of Momentum: m1*v1 + m2*v2 = (m1 + m2)*v'
* Plugging in the values and solving for v':
* v' = (0.5 kg * 10 m/s + 0.5 kg * 0 m/s) / (0.5 kg + 0.5 kg) = 5 m/s
* Answer: The velocity of the combined mass after the collision is 5 m/s.
2. Car Crash:
* Problem: A car (m1 = 1000 kg, v1 = 20 m/s) collides with a stationary car (m2 = 1000 kg, v2 = 0 m/s). The two cars stick together and move as a single unit. If the coefficient of restitution is 0.2, what is the velocity of the combined mass after the collision?
* Solution:
* Coefficient of Restitution (e) = (v2' - v1') / (v1 - v2) = 0.2
* Conservation of Momentum: m1*v1 + m2*v2 = (m1 + m2)*v'
* Combining these equations and solving for v', we get:
* v' = (m1*v1 + m2*v2) / (m1 + m2) = (1000 kg * 20 m/s + 1000 kg * 0 m/s) / (1000 kg + 1000 kg) = 10 m/s
* Answer: The velocity of the combined mass after the collision is 10 m/s.
Important Note: These are just basic examples. The complexity of collision problems can increase with factors like different angles of impact, non-uniform masses, and more complex shapes.