2D Collision : Glancing Collision

AI Thread Summary
The discussion revolves around a physics problem involving a 2D collision between two balls of equal mass. The key equations used are the conservation of momentum in both the x and y directions, which lead to two equations based on the initial and final velocities of the balls. The user struggles with the algebraic manipulation to solve for the final speeds, specifically questioning the handling of angles and signs in the equations. Clarifications are provided regarding the correct use of trigonometric functions for negative angles, particularly emphasizing that cosine remains positive while sine reflects the angle's sign. The expected final speeds of the balls are confirmed to be 2.75 m/s and 1.65 m/s.
n3w ton
Messages
19
Reaction score
0

Homework Statement


Two balls of equal mass m undergo a collision, the velocities of the balls make angles of 25.5° and -45.9° relative to the original direction of motion of the moving ball.
(a) Draw and label a diagram to show the balls before and after the collision. Label the angles (something like alpha and beta)
(b)Calculate the final speeds of the balls if the initial ball had a speed of 3.63 m/s.

[Answer:2.75 m/s and 1.65 m/s]


Homework Equations


Momentum Is Conserved in both X & Y Direction

X-Direction
m1vi1x + m2vi2x = m1vf1x + m2vf2x

Y-Direction
m1vi1y + m2vi2y = m1vf1y + m2vf2y

The Attempt at a Solution



(B)
X-DIRECTION
Mass 1= Mass 2= M

m1vi1x + m2vi2x = m1vf1x + m2vf2x
[STRIKE](m)[/STRIKE]vi1x + [STRIKE](m)[/STRIKE]vi2x = [STRIKE](m)[/STRIKE]vf1x + [STRIKE](m)[/STRIKE]vf2x
vi1x + vi2x = vf1x + vf2x
(3.63 m/s [forward]) + 0 m/s = vf1cos∅ + vf2cos∅
(3.63 m/s [forward]) = vf1cos∅ + vf2cos∅
3.63 m/s = vf1cos25.5° - vf2cos45.9° EQUATION 2

Y-DIRECTION
Mass 1= Mass 2= M

m1vi1y + m2vi2y = m1vf1y + m2vf2y
[STRIKE](m)[/STRIKE]vi1y + [STRIKE](m)[/STRIKE]vi2y = [STRIKE](m)[/STRIKE]vf1y + [STRIKE](m)[/STRIKE]vf2y
vi1y + vi2y = vf1y + vf2y
0 m/s + 0 m/s = vf1cos∅ + vf2cos∅
0 = vf1sin∅ + vf2sin∅
0 = vf1sin25.5° - vf2sin45.9°
vf2sin45.9° = vf1sin25.5°
vf2sin45.9° / sin25.5° = vf1 EQUATION 1

SUBSTITUTION 1 INTO 2

3.63 = [vf2sin45.9° / sin25.5°] cos25.5° - vf2cos45.9°



===================

Now I would have to Re-Arrange one of them and for either vf1 or vf2 and substitute, but when I do it I get a wrong answer (I think I may be entering the angles wrong)

Can Someone please do this question and check if they get the answers they should of Answer:2.75 m/s and 1.65 m/s
 
Last edited:
Physics news on Phys.org
n3w ton said:
0 = vf1sin25.5° + vf2sin45.9°
0 = vf1sin25.5° - vf2sin45.9° <---Would this be negative?

The angle in the problem statement is given as -45.9°, so you can use the positive angle if you 'promote' the sign out of the sin() function and apply it to the term as you've done in the second line above. (The previous line is technically incorrect because you've forgotten the negative sign on the angle)

You'll have to show more of the algebra you're doing from this point if we are to see what's going wrong with your attempt to solve for the two unknowns.
 
Here:

SUBSTITUTION 1 INTO 2

3.63 = [vf2sin45.9° / sin25.5°] cos25.5° - vf2cos45.9°
3.63 = 1.5055[vf2 - 0.6959vf2
3.63/(1.5055-0.6959) = vf2
4.48 m/s = Vf2
 
n3w ton said:
Here:

SUBSTITUTION 1 INTO 2

3.63 = [vf2sin45.9° / sin25.5°] cos25.5° - vf2cos45.9°
3.63 = 1.5055[vf2 - 0.6959vf2
3.63/(1.5055-0.6959) = vf2
4.48 m/s = Vf2

Why is the term in red negative? You can extract the sign of the angle from the sin() function for the given angle of -45.9°, but you can't do that for the cos() function; the cosine of -45.9° is a positive value, and is in fact the same as the cosine of 45.9°.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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