Solving an Elastic Collision Problem: Why Isn't it Working?

AI Thread Summary
The discussion revolves around solving an elastic collision problem involving two marbles with different masses and velocities. The user initially struggles with the conservation of momentum and kinetic energy equations, leading to incorrect results. Upon realizing a sign error in the velocity of one marble, they correct their calculations but question why an additional solution appears that seems unphysical. The conversation highlights that the equations for elastic collisions can yield solutions that represent both collision and non-collision scenarios. Ultimately, the user acknowledges the validity of the equations while recognizing the need to interpret the results correctly.
Mangoes
Messages
92
Reaction score
1

Homework Statement



A 10.0 g marble slides to the left with a velocity of magnitude 0.400 m/s on the frictionless, horizontal surface of an icy New York sidewalk and has a head-on, elastic collision with a larger 30.0 g marble sliding to the right with a velocity of magnitude 0.200 m/s.

Find the velocity of each marble after the collision.

The Attempt at a Solution



Since I am ignoring friction, the sum of external forces is zero and momentum is conserved.

m_1v_{A1} + m_2v_{B1} = m_1v_{A2} + m_2v_{B2}

(0.01 kg)(0.4 m/s) + (0.03 kg)(0.2 m/s) = (0.01 kg)v_A + (0.03 kg)v_B

I have two unknowns and one equation.

Since the collision is elastic, kinetic energy is also conserved.

(1/2)m_1{v_{A1}}^2 + (1/2)m_2{v_{B1}}^2 = (1/2)m_1{v_{A2}}^2 + (1/2)m_2{v_{B2}}^2

(1/2)(0.1kg)(0.4 m/s)^2 + (1/2)(0.3 kg)(0.2 m/s)^2 = (1/2)(0.1kg){v_{A2}}^2 + (1/2)(0.3kg){v_{B2}}^2

Simplifying the numbers a little and omitting units for simplicity gives the two equations:

0.01 = 0.01v_A + 0.03v_B
0.014 = 0.05{v_A}^2 + 0.15{v_B}^2

I didn't bother going through with the algebra, but plugging in the two equations into WA gives:
http://www.wolframalpha.com/input/?i=0.01+=+0.01x+++0.03y,+0.014+=+0.05x^2+++0.15y^2

Not only do I not have a way to discriminate between which pair of points I should use, but neither of the answers match up. The book tells me that the velocities are vA = 0.5 m/s and vB = -0.1 m/s.

Why isn't this working out?
This exact same thought process worked fine for the problem right before this one.
 
Physics news on Phys.org
I just realized I made an error in the first equation for the velocity of the marble. I forgot to include the negative to account for the fact that the marble is going towards the other marble.

After fixing that and getting the correct numbers, I got this result:

http://www.wolframalpha.com/input/?i=0.002+=+0.01x+++0.03y,+0.014+=+0.05x^2+++0.15y^2

One of the set of points in this equation is what the book is saying. But I still have one other problem... Why does the book omit the other point (-0.4, 0.2)?

EDIT: Nevermind I just realized why the answer doesn't make physical sense.
 
Last edited:
Mangoes said:
I

One of the set of points in this equation is what the book is saying. But I still have one other problem... Why does the book omit the other point (-0.4, 0.2)?

EDIT: Nevermind I just realized why the answer doesn't make physical sense.

The equations for an elastic collision state conservation of momentum and conservation of energy. They are valid also if nothing happens, the particles do not collide, just avoid each other. You always get that solution in addition to the "correct" one.

ehild
 
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