How Do You Solve a Glancing Elastic Collision in Physics?

  • Thread starter Thread starter air4ce
  • Start date Start date
  • Tags Tags
    Momentum Physics
AI Thread Summary
In a glancing elastic collision involving a cue ball and a target ball of equal mass, the cue ball, traveling at 4 m/s, is deflected at a 30° angle after the collision. The conservation of momentum and kinetic energy principles are essential for solving the problem, requiring separate equations for both x and y components of momentum. The relationship between the velocities can be established using the tangent of the deflection angle, leading to a ratio of the y and x components of the cue ball's velocity. The discussion emphasizes the importance of setting up multiple equations to solve for the final velocities of both balls post-collision. By applying these principles, the problem can be effectively solved using the Pythagorean theorem and algebraic manipulation.
air4ce
Messages
5
Reaction score
0

Homework Statement


A cue ball traveling @ 4m/s makes a glancing elastic collision with a target ball of equal bass that is initially at rest. The cue ball is deflected @an angle of 30°. Find the angle between the two velocity vectors; and the speeds of the two balls post collision.

Homework Equations


KE= 1/2mv^2 \\<br /> P=mv<br />

The Attempt at a Solution


m_1=m_2 \\<br /> m_1*v_1=m_1*v_{1f} + m_1*v_{2f} \\<br /> v_{1f}=4-v_{2f}<br />
Stuck here. I know I have to use Kinetic Energy, but how?
 
Physics news on Phys.org
What's the definition of an elastic collision?
 
SHISHKABOB said:
What's the definition of an elastic collision?

One where both momentum and kinetic energy are conserved.
 
So use conservation of kinetic energy to apply another constraint to the problem.
 
<br /> .5m_1v_{1o}^2 =.5m_1v_{1f}^2+.5m_1v_{2f}^2 \\<br /> v_{1o}^2=v_{1f}^2+v_{2f}^2 \\<br /> v_{1f}=\sqrt{v_1^2-v_2f^2} \\<br />
Am I on the right track?
 
Yes and also don't forget to separate conservation of momentum into both x and y. Write a conservation equation for both directions and use the results of that as well.
 
So the horizontal momentum cancels and the vertical momentum totals the momentum of the cue ball?
Since the angle of cue ball is 30, I use the two equations to find v_{1fy} and then solve for the horizontal? That's going to be equal and opposite to the struck ball's x velocity, so I have both velocities, use pythagorean theorem and I'm done? Check the logic please!
 
well when we write out the momentum in x and y we get

x: mv_{1,x} = mv^{&#039;}_{1,x} + mv^{&#039;}_{2,x}

and

y: 0 = mv^{&#039;}_{1,y} + mv^{&#039;}_{2,y}

where the prime denotes "after the collision"

so

mv_{1} = mv^{&#039;}_{1} + mv^{&#039;}_{2}

is really only half of it. But can you see how you can use pythagorean's theorem to relate the x and y components to the magnitude of the vector?
 
I think your X and Y's are flipped, but yeah I get the point. But I only know two of the 4 quantities, the ones before the collision, and one KE equation. How does that work?
 
  • #10
Since all the masses are equal we can do away with them in the various expressions. Similarly, we can do away with the (1/2)m's in the kinetic energy terms. Call the initial velocities v and final velocities u, with appropriate subscripts for the x and y components, of course.

The given departure angle for the cue ball gives you a relationship between its y and x velocities as it departs. Namely, the ratio is tan(30°), or ##1/\sqrt{3}##, so that:
$$\frac{u1_y}{u1_x} = \frac{1}{\sqrt{3}}$$
Now, what does conservation of momentum have to say about the relationship between the y-velocities u1y and u2y ?

And what does it say about about the sum of the x-velocities?

That's three equations already, and conservation of KE hasn't been considered yet...
 
Back
Top