Solving 2D Collision Problem with Equal Masses and Elastic Collision

AI Thread Summary
The discussion revolves around solving a 2D collision problem involving two equal masses, where one is initially at rest and the other is moving. The goal is to determine the final velocities after a perfectly elastic collision, with one mass moving off at an angle A2 and the other at a perpendicular angle. The participant initially sets up equations based on conservation of momentum and energy but struggles with too many unknowns and not enough equations. Key equations include the conservation of momentum in both x and y directions, as well as the conservation of kinetic energy. Ultimately, the solution hinges on recognizing that the final velocities are components of the initial velocity, allowing for simplification due to the equal masses.
thecluelessphysisist
Messages
1
Reaction score
0
Ok, I have tried to work this out for about an hour now and I haven't gotten very far. In the question there are two equal masses. One of them is moving at a given velocity and the other is not moving at all. After the collision one disk goes off on a given angle while the other disk goes off on an angle perpendicular to that of the second disk. The question wants me to solve for the final velocities.

So this is what's given:

Mass one Mass two

Initial velocity = 0 Initial velocity = vi1
Final velocity = ? Final velocity = ?
Angle = 90-A2 (Not sure if that's right) Angle = A2
Mass = Mass two Mass = Mass one

Oh you and the collision is perfectly elastic. So I think I am supposed to have like 4 unknowns and then I am suposed to have 4 different equations. But the only equation I am aware of right now is
vi1 = v1f + v2f

This can be split up to two other equations like so:

vi1x = v1fx + v2fx
vi1y = v1fy + v2fy

Ok, so I think that's right so far, then what I did was I made four other equations like so:

v1fy = v1fy(sinA2-90)
v1fx = v1fx(cosA2-90)
v2fy = v2fy(sinA2)
v2fx = v2fx(CosA2)

Now I plugged those into the original two equations like so:

v1ix = v1fx(cosA2-90) + v2fx(cosA2)
v1iy = v1fy(sinA2-90) + v2fy(sinA2)

Now this is where I am stuck. I am not sure if I am on the right track right now but I hit a dead end. I have too many unknowns and not enough equations. Either the answer is really easy and I just can't see it, or I messed up somewhere, or there's another equation I am supposed to use. But right now I am really stuck and would appreciate any help given.
 
Physics news on Phys.org
you have two relationships that you can use here. conservation of momentum and conservation of energy. i think that conservation of energy will help you with some of your variables

prior to the collision

m_1 v = p_i

and

\frac{1}{2} m_1 v^2 = KE_i

initially there is only an x component so the y components of momentum sum to zero afterwards

m_1 v_{1y} + m_2 v_{2y} = 0

also the initial x momentum is the final x momentum and kinetic initial is kinetic final

m_1 v_{1x} + m_2 v_{2x} = m_1 v_x

\frac{1}{2} m_1 v^2_1 + \frac{1}{2} m_2 v^2_2 = \frac{1}{2} m_1 v^2

these should be all of the relevant equation which lead to the solving of the problem
 
Since the masses are equal one can work with the velocities on their own for momentum conservation. Thus the vector sum of the two required velocities after the collision should be equal tot the original velocity. Since the required velocities are perpendicular to each other they can therefore be considered to be the two components of the original velocity being v\cos(\theta) and v\sin(\theta).
 
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