Proton-carbon nucleus collision velocity problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Lyuokdea
Messages
154
Reaction score
0
This one is giving me fits for some reason:

A proton of mass m undergoes a head-on collision with a stationary carbon nucleus of mass 12m. The speed of the proton is 300 m/s. Find the velocity of the proton after the collision.

Ok, I know that both momentum and energy are conserved. So:

mTvT = m1*v1 + m2v2

and

1/2mTvT^2 = 1/2 m1*v1^2 + 1/2 m2*v2^2

I tried to solve for v2 in both equations and then set them equal to each other:

v2 = (mTvT - m1v1) / m2

and
v2 = sqrt((1/2mTvT^2 - 1/2 m1v1^2)/m2)

and then solved for:
(mTvT - m1v1) / m2= sqrt((1/2mTvT^2 - 1/2 m1v1^2)/(.5*m2))

but this gives me -678.4 m/s which isn't right, apparently I'm doing something wrong here.

~Lyuokdea
 
Physics news on Phys.org



It seems like you have the right idea in terms of using the conservation of momentum and energy equations to solve for the final velocity of the proton after the collision. However, it looks like there may be a mistake in your calculation.

To begin with, the conservation of momentum equation should be written as:

m1v1 + m2v2 = (m1 + m2)v

where v is the final velocity of the two particles after the collision. In this case, m1 represents the mass of the proton and m2 represents the mass of the carbon nucleus. So the equation should look like this:

mv = (m + 12m)v2

Next, for the conservation of energy equation, you have the right idea in terms of setting the kinetic energy of the initial particle equal to the sum of the kinetic energies of the two particles after the collision. However, the equation should be written as:

1/2m1v1^2 + 1/2m2v2^2 = (1/2m1 + 1/2m2)v^2

Plugging in the values for this problem, the equation would look like this:

1/2mv^2 = (1/2m + 1/2*12m)(300)^2

Simplifying this, you should end up with:

v^2 = 300^2/7

Taking the square root of both sides, you should get the final velocity of the proton after the collision as:

v = 122.5 m/s

This is a positive value, indicating that the proton moves in the same direction as its initial velocity. It's possible that your mistake came from using the wrong values for m1 and m2 in your equations, so make sure to double check those as well. I hope this helps!