Analyzing Two-Dimensional Collisions: Solving for Final Velocities

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
chmilne
Messages
10
Reaction score
0
The Problem:

The drawing shows a collision between two pucks on an air-hockey table. Puck A has a mass of 0.025 kg and is moving along the x-axis with a velocity of +5.5 m/s. It makes a collision with puck B, which has a mass of 0.050 kg and is initially at rest. The collision is not head-on. After the collision, the two pucks fly apart with the angles shown in the drawing. Find the final speed of (a) puck A and (b) puck B.

Work Done Thus Far:

I know that before the collision, puck A has momentum in its direction of motion, and all the energy (kinetic). After the collision the momentum of the two pucks must equal the original momentum of the first puck and the sums of their energies must equal the initial energy of puck A. So, here's what I've come up with.

[tex]P_{O1}[/tex] = [tex]M_1[/tex][tex]V_{O1}[/tex]
[tex]P_{O1}[/tex] = .025kg * 5.5m/s
[tex]P_{O1}[/tex] = .1375 kg*m/s

X-Component
[tex]M_{f1x}[/tex][tex]V_{f1x}[/tex] + [tex]M_{f2x}[/tex][tex]V_{f2x}[/tex] = [tex]M_{o1x}[/tex][tex]V_{o1x}[/tex] + [tex]M_{o2x}[/tex][tex]V_{o2x}[/tex]
.025kg([tex]V_{f1x}[/tex]) + .05kg([tex]V_{f2x}[/tex]) = .025kg(Vo1x) + .05kg(Vo2x)
.025kg([tex]V_{f1x}[/tex]) + .05kg([tex]V_{f2x}[/tex]) = .025kg(5.5m/s) + .05kg(0m/s)
.025kg([tex]V_{f1x}[/tex]) + .05kg([tex]V_{f2x}[/tex]) = .025kg(5.5m/s) + 0m/s
.025kg([tex]V_{f1x}[/tex]) + .05kg([tex]V_{f2x}[/tex]) = .1375kg*m/s
.025kg([tex]V_{f1}[/tex]cos65) + .05kg([tex]V_{f2}[/tex]cos37) = .1375kg*m/s

Y-Component
[tex]M_{f1y}[/tex][tex]V_{f1y}[/tex] + [tex]M_{f2y}[/tex][tex]V_{f2y}[/tex] = [tex]M_{o1y}[/tex][tex]V_{o1y}[/tex] + [tex]M_{o2y}[/tex][tex]V_{o2y}[/tex]
.025kg([tex]V_{f1y}[/tex]) + .05kg([tex]V_{f2y}[/tex]) = .025kg(0m/s) + .05kg(0m/s)
.025kg([tex]V_{f1y}[/tex]) + .05kg([tex]V_{f2y}[/tex]) = 0
.025kg([tex]V_{f1y}[/tex]) + .05kg([tex]V_{f2y}[/tex]) = 0
.025kg([tex]V_{f1y}[/tex]) + .05kg([tex]V_{f2y}[/tex]) = 0
.025kg([tex]V_{f1}[/tex]sin65) + .05kg([tex]V_{f2}[/tex]sin37) = 0



So,

.1375 kg*m/s = (.025kg * [tex]V_{f1}[/tex]cos(65)) + (.05kg([tex]V_{f2}[/tex]cos(37))

I'm not sure what I missing to solve for the velocity of both the pucks.
 
Last edited:
Physics news on Phys.org
You seem to have ignored your y-axis conservation equation. You have two equations and two unknowns, so a solution can be found fairly easily through substitution.
 
I'm not following you. Will you please elaborate and be more specific?