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
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top