Conservation of Momentum and Kinetic Energy in 2D Collisions

AI Thread Summary
The discussion focuses on a physics problem involving the conservation of momentum and kinetic energy during a 2D collision between two objects of equal mass. Object A, with a mass of 2.0 kg and an initial velocity of 2.5 m/s, collides with Object B, which is at rest. The participant calculates the momentum and kinetic energy before the collision and sets up equations to relate the post-impact velocities and angles. After some initial confusion with solving the equations, they simplify the problem and successfully derive the necessary relationships to find the final velocities and angles. The thread concludes with the participant expressing gratitude for the guidance received in solving the problem.
Foghorn
Messages
7
Reaction score
0

Homework Statement



Object A has a mass of 2.0 kg and an initial velocity of 2.5 m/s. It strikes Object B, which is at rest and has a mass of 2.0 kg as well.

After the collision, the objects travel in different directions, with Object B traveling at an angle of 44 degrees from its original position.

What is the velocity of Object B after the collision and what is the displacement angle of Object A from the point of collision?

Homework Equations



Momentum before collision = momentum after collision

Px = (m1 * vf1 * cosX) + (m2 * vf2 * cosY)

Py = (m1 * vf1 * sinX) + (m2 * vf2 * sinY)

KE before collision = KE after collision

KEf = (.5)(m1)vf12 + (.5)(m2)vf22

The Attempt at a Solution



I first calculated the components of momentum and kinetic energy before impact.

Px = 2 kg * 2.5 m/s = 5.0 kg*m/s
Py = 0 kg*m/s
KE = .5 * 2 kg * 2.5 m/s = 6.25 J

Then, I setup equations relating the objects post-impact to the momentum and energy they should have.

5 = 2*vf1*cosX + 2*vf2*cos44
0 = 2*vf1*sinX + 2*vf2*sin44

6.25 = vf12 + vf22

I've tried using substitution to solve for one of the variables, but each time I end up getting arcsines within cosines equaling sines. And I really don't know how to solve from there.

Am I at least on the right track? Should I solve for the angle first? Does it matter?
 
Physics news on Phys.org
This is good so far. Now suppose you took the first two (momentum conservation) equations and you solved for the components of the momentum of mass 1 in terms of the other quantities. In other words, put everything that has subscript 1 on one side and everything that has subscript 2 or is constant on the other side. What do you get?
 
Awesome. Thanks!

I super simplified the problem following your post:

M = m1v1 + m2v2

Mx = m1v1x + m2v2x = 5
My = m1v1y - m2v2y = 0

KE = .5m1v12 + .5m1v22

KE = (.5*m1*v1x2 + v1y2) + (.5*m2*v2x2 + v2y2)

Taking your advice, I basically got:

v1y = v2y

v1x = \frac{5}{m} - v2x

Plugged it all in and got my answers! Thanks again.
 
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 '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