How Do You Solve Collision Equations for Final Velocities?

  • Thread starter Thread starter Super6
  • Start date Start date
  • Tags Tags
    Collision
AI Thread Summary
To solve collision equations for final velocities, start with the conservation of momentum and kinetic energy equations. Rearrange the momentum equation to isolate v1', allowing substitution into the kinetic energy equation. This approach simplifies the problem, especially when specific values for masses and velocities are provided. It's crucial to ensure the equations are correctly formatted, as errors in signs or missing terms can lead to confusion. Practicing with actual numbers can help clarify the algebra involved in finding v1' and V2'.
Super6
Messages
2
Reaction score
0
Can anyone help show me the process of solving the equations
(m1*v1)+(M2+V2)=(m1+v1')+(M2+V2')
(.5m1*v1^2)+(.5M2*V2^2)=(.5m1*v1')+(.5M2*V2')

to get the equations

----m1+M2 2M2v
v1' ----- v1 + ----- V2
----m1+M2 m1+M2


-----2m1 M2-m1
V2' ----- v1 + ----- V2
----m1+M2 m1+M2


i need the algebra used or at least how i should start i know you solve one and plug it into the other, but I am not sure if i should start by factoring, expanding or what any help would be greatly appreciated. I started by factoring but just need a shove in the right direction.
 
Physics news on Phys.org
One thing you need is practice in copying the problem correctly:
in some places you have + where you should have * and you are missing "squares" in the second equation.

I take it you are given v1 and V2 and need to solve for v1' and V2'.

It's actually a lot easier to solve specific problems (with actual numbers for m1, m2, v1, and V2) than to solve the general formulas.

I would recommend that you solve the first equation for v1':
m1*v1'= m1v1+m2V2-m2v2' so v1'= (m1v1+m2V2-m2v2')/m1

and substitute that into the second equation so that you have an equation for V2' only (involving v1 and V2, of course). Solve that for V2' then substitute back into v1'= (m1v1+m2V2-m2v2')/m1 for v1'.

(One obvious simplification is to multiply that second (kinetic energy) equation by 2!)
 


Sure, I can help explain the process of solving these collision equations for you. First, let's go over the variables in these equations:

m1 = mass of object 1
v1 = initial velocity of object 1
M2 = mass of object 2
V2 = initial velocity of object 2
v1' = final velocity of object 1
V2' = final velocity of object 2

To solve these equations, we will use the principles of conservation of momentum and conservation of kinetic energy.

Conservation of momentum states that the total momentum of a system remains constant before and after a collision. Mathematically, this can be represented as:

m1*v1 + M2*V2 = m1*v1' + M2*V2'

This equation shows that the total momentum of object 1 before the collision (m1*v1) is equal to the total momentum of object 1 after the collision (m1*v1') plus the total momentum of object 2 after the collision (M2*V2').

Next, we will use the principle of conservation of kinetic energy, which states that the total kinetic energy of a system remains constant before and after a collision. Mathematically, this can be represented as:

(0.5*m1*v1^2) + (0.5*M2*V2^2) = (0.5*m1*v1'^2) + (0.5*M2*V2'^2)

This equation shows that the total kinetic energy of object 1 before the collision (0.5*m1*v1^2) is equal to the total kinetic energy of object 1 after the collision (0.5*m1*v1'^2) plus the total kinetic energy of object 2 after the collision (0.5*M2*V2'^2).

Now, we can solve these equations simultaneously to find the final velocities (v1' and V2') of the objects after the collision. Here is one way to solve them algebraically:

1. Rearrange the momentum equation to solve for v1':

v1' = (m1*v1 + M2*V2 - M2*V2')/m1

2. Substitute this value for v1' into the kinetic energy equation:

(0.5*m1*v1^2) + (0.5*M2*V2^2
 
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