Collision between two pucks, find the angle

  • Thread starter Thread starter jahrollins
  • Start date Start date
  • Tags Tags
    Angle Collision
AI Thread Summary
The problem involves two hockey pucks colliding, with puck 1 having a mass of 0.050 kg and an initial velocity of 5 m/s, while puck 2, with a mass of 0.10 kg, is initially at rest. After the collision, puck 1 moves northeast at 3 m/s, and puck 2 moves southeast at 2.5 m/s. The conservation of linear momentum equations for both the x and y directions lead to two equations that can be solved for the angles θA and θB. The final calculations yield θA as approximately 73 degrees and θB as approximately 35 degrees.
jahrollins
Messages
25
Reaction score
0

Homework Statement


Two hockey pucks collide with each other. Puck 1 has a mass of 0.050 kg and an initial velocity of 5 m/s in the x direction. It collides with puck 2 which is initially at rest and has a mass of 0.10 kg. The collision isn't head-on. After the collision, Puck 1 flies off in the north-east direction with a velocity of 3 m/s in an angle θA above the x-axis. Puck 2 flies off in the southeast direction with a velocity of 2.5 m/s in an angle θB below the x-axis. Find θA and θB.


Homework Equations


Conservation of linear momentum
m1vf1 + m2vf2 = m1vo1 + m1vo2


The Attempt at a Solution


So in the y:
m1vf1y + m2vf2y = m1vo1y + m1vo2y

0.05(3sinΘa) + 0.1(2.5sinΘb) = 0 + 0
0.15sinΘa + 0.25sinΘb = 0

In the x:
m1vf1x + m2vf2x = m1vo1x + m1vo2x

0.05(3cosΘa) + 0.1(2.5cosΘb) = 0.05(5) + 0
0.15cosΘa + 0.25cosΘb = 0.25

I'm lost as to where to go from here.
 
Physics news on Phys.org
That should be m1vf1 - m2vf2, since the two pucks head off in opposite directions.

The Attempt at a Solution


So in the y:
m1vf1y + m2vf2y = m1vo1y + m1vo2y

0.05(3sinΘa) + 0.1(2.5sinΘb) = 0 + 0
0.15sinΘa + 0.25sinΘb = 0

That should be 0.05(3sinΘa) - 0.1(2.5sinΘb), since the two pucks head off in opposite directions.
In the x:

0.05(3cosΘa) + 0.1(2.5cosΘb) = 0.05(5) + 0
0.15cosΘa + 0.25cosΘb = 0.25

I'm lost as to where to go from here.

Solve the two equations you got for theta-a and theta-b. (Hint: use some trig identities.)
 
Alright so since sin2Θ + cos2Θ = 1 then...

For y:
0.15sinΘa - 0.25sinΘb = 0
15sinΘa = 25sinΘb
225sin2Θa = 625sin2Θb

For x
0.15cosΘa + 0.25cosΘb = 0.25
15cosΘa = 25 - 25cosΘb
225cos2Θa = (25 - 25cosΘb)2
225cos2Θa = 625 - 1250cosΘb +625cos2Θb

Add together:
225 = 625 - 1250cosΘb + 625
-1025/-1250 = cosΘb
Θb = 34.915 = 35 degrees

Put into the other equation (15sinΘa = 25sinΘb)
15sinΘa = 25sin(34.915)
Θa = 72.541 = 73 degrees
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top