1 problem found
Two identical spherical balls, moving on a horizontal, smooth table, collide in such a way that both momentum and kinetic energy are conserved. Let \({\bf v}_1\) and \({\bf v}_2\) be the velocities of the balls before the collision and let \({\bf v}'_1\) and \({\bf v}'_2\) be the velocities of the balls after the collision, where \({\bf v}_1\), \({\bf v}_2\), \({\bf v}'_1\) and \({\bf v}'_2\) are two-dimensional vectors. Write down the equations for conservation of momentum and kinetic energy in terms of these vectors. Hence show that their relative speed is also conserved. Show that, if one ball is initially at rest but after the collision both balls are moving, their final velocities are perpendicular. Now suppose that one ball is initially at rest, and the second is moving with speed \(V\). After a collision in which they lose a proportion \(k\) of their original kinetic energy (\(0\le k\le 1\)), the direction of motion of the second ball has changed by an angle \(\theta\). Find a quadratic equation satisfied by the final speed of the second ball, with coefficients depending on \(k\), \(V\) and \(\theta\). Hence show that \(k\le \frac{1}{2}\).
Solution: \begin{align*} \text{COM}: && \mathbf{v}_1+\mathbf{v}_2 &= \mathbf{v}_1'+\mathbf{v}_2' \tag{1}\\ \text{COE}: && \mathbf{v}_1\cdot\mathbf{v}_1+\mathbf{v}_2\cdot\mathbf{v}_2 &= \mathbf{v}_1'\cdot\mathbf{v}_1'+\mathbf{v}_2'\cdot\mathbf{v}_2' \tag{2} \\ \\ (1): && (\mathbf{v}_1+\mathbf{v}_2 )\cdot(\mathbf{v}_1+\mathbf{v}_2 ) &= (\mathbf{v}_1'+\mathbf{v}_2' )\cdot(\mathbf{v}_1'+\mathbf{v}_2' ) \\ \Rightarrow && \mathbf{v}_1 \cdot \mathbf{v}_2 &= \mathbf{v}_1'\cdot \mathbf{v}_2' \\ && \text{Initial relative speed}^2 &= |\mathbf{v}_1 - \mathbf{v}_2|^2 \\ &&&= (\mathbf{v}_1 - \mathbf{v}_2) \cdot (\mathbf{v}_1 - \mathbf{v}_2) \\ &&&= \mathbf{v}_1\cdot \mathbf{v}_1 - 2 \mathbf{v}_1\cdot \mathbf{v}_2 + \mathbf{v}_2\cdot \mathbf{v}_2 \\ &&&= \mathbf{v}_1'\cdot\mathbf{v}_1'+\mathbf{v}_2'\cdot\mathbf{v}_2' -2 \mathbf{v}_1\cdot\mathbf{v}_2\\ &&&= \mathbf{v}_1'\cdot\mathbf{v}_1'+\mathbf{v}_2'\cdot\mathbf{v}_2' -2 \mathbf{v}_1'\cdot\mathbf{v}_2'\\ &&&= | \mathbf{v}_1'-\mathbf{v}_2'|^2 \\ &&&= \text{Final relative speed}^2 \end{align*} Since \(\mathbf{v}_1 \cdot 0 = 0\) we must have \(\mathbf{v}_1'\cdot\mathbf{v}_2' = \mathbf{v}_1\cdot0 = 0\) therefore their final velocities are perpendicular. We now must have \begin{align*} \text{COM}: && \mathbf{v}_1+\mathbf{v}_2 &= \mathbf{v}_1'+\mathbf{v}_2' \tag{3}\\ \Delta\text{E}: && (1-k)(\mathbf{v}_1\cdot\mathbf{v}_1+\mathbf{v}_2\cdot\mathbf{v}_2) &= \mathbf{v}_1'\cdot\mathbf{v}_1'+\mathbf{v}_2'\cdot\mathbf{v}_2' \tag{4} \\ \\ && 0 + \mathbf{v}_2 &= \mathbf{v}_1' + \mathbf{v}_2' \\ \Rightarrow && V^2 &= ( \mathbf{v}_1' + \mathbf{v}_2' ) \cdot ( \mathbf{v}_1' + \mathbf{v}_2' ) \\ &&&= \mathbf{v}_1'\cdot\mathbf{v}_1'+\mathbf{v}_2'\cdot\mathbf{v}_2' +2 \mathbf{v}_1'\cdot \mathbf{v}_2' \\ &&&= (1-k)V^2 + 2 (\mathbf{v}_2-\mathbf{v}_2') \cdot \mathbf{v}_2' \\ &&&= (1-k)V^2 + 2 \mathbf{v}_2 \cdot \mathbf{v}_2'-2\mathbf{v}_2'\cdot \mathbf{v}_2' \\ &&&= (1-k)V^2 + 2Vx \cos \theta - 2x^2 \\ \Rightarrow && 0 &= -kV^2 + 2Vx \cos \theta -2x^2 \\ \Delta \geq 0: && 0 &\leq 4V^2 \cos^2 \theta -8kV^2 \\ \Rightarrow && k &\leq \frac12\cos^2\theta \leq \frac12 \end{align*}