madah12 said:
EDIT: the point of this is that my friend told me that the derivation will take more than 3 pages so I am thinking there must be something incorrect here or I ate some lines lol.
Heh, reminds me of when I was an undergrad. My friends would turn in three or four pages of algebra per problem while I turned in one. Often after I first solved a problem, I'd go back and try figure out how to reduce it to the fewest number of steps so I could follow the logic. Doing this helped develop better algebra skills, plus I learned tricks and techniques that allowed me to solve problems more efficiently later on. (Plus when I was writing up a problem to turn in, I was lazy and wanted to write down just enough so the grader could follow what I was doing.)
Once you reach the point where you have the two equations
\begin{align*}<br />
m_1 v_1 + m_2 u_1 &= m_1 v_2 + m_2 u_2 \\<br />
v_1 - u_1 &= -v_2 + u_2<br />
\end{align*}<br />
you can solve them quickly using Cramer's rule. For example, for v
2, you'd get
v_2 = \frac{\begin{vmatrix}m_1 v_1 + m_2 u_1 & m_2 \\ v_1-u_1 & 1 \end{vmatrix}}{\begin{vmatrix}m_1 & m_2 \\ -1 & 1\end{vmatrix}} = \frac{m_1 v_1 + m_2 u_1 - m_2(v_1-u_1)}{m_1 + m_2} = \frac{(m_1-m_2)v_1 + 2 m_2 u_2}{m_1+m_2}
It doesn't make much of a difference for this problem, but occasionally, it can help you avoid some tedious algebra.
madah12 said:
ok but isn't it possible in an elastic collision that after the collision the objects velocities don't change? so the equation is still valid right...?
If the objects collide, their velocities will change, and when you divided equation (1) by equation (2), you assumed this, otherwise you'd be dividing by 0.
The original equations, however, admit the possibility that the objects don't collide and their velocities remain unchanged, but that's not the case you're interested in anyway.