Here's how to calculate it:
1. Define the variables:
* m₁: Mass of object 1
* v₁: Velocity of object 1
* m₂: Mass of object 2
* v₂: Velocity of object 2
2. Calculate the individual momenta:
* p₁ = m₁v₁: Momentum of object 1
* p₂ = m₂v₂: Momentum of object 2
3. Add the individual momenta vectorially:
* p_total = p₁ + p₂
Important considerations:
* Momentum is a vector quantity: This means it has both magnitude (amount) and direction. When adding momenta, you must account for their directions.
* Choosing a reference frame: You need to define a positive direction. For example, if you define "right" as positive, then velocities to the right are positive and velocities to the left are negative.
Example:
Let's say you have:
* m₁ = 2 kg
* v₁ = 5 m/s (to the right)
* m₂ = 3 kg
* v₂ = -2 m/s (to the left)
1. Calculate individual momenta:
* p₁ = (2 kg) * (5 m/s) = 10 kg m/s (to the right)
* p₂ = (3 kg) * (-2 m/s) = -6 kg m/s (to the left)
2. Add the momenta:
* p_total = 10 kg m/s - 6 kg m/s = 4 kg m/s (to the right)
Therefore, the total initial momentum of the two objects is 4 kg m/s to the right.