Elastic Collision/Kinetic Energy Problem

  • Thread starter Thread starter NoPhysicsGenius
  • Start date Start date
  • Tags Tags
    Elastic Energy
AI Thread Summary
The discussion focuses on solving an elastic collision problem involving a neutron colliding with a carbon nucleus. The key points include the application of conservation of momentum and kinetic energy equations to determine the fraction of kinetic energy transferred from the neutron to the carbon nucleus, which is calculated to be 28.4%. The final kinetic energies of both the neutron and carbon nucleus are derived as 1.15 x 10^-13 J and 4.54 x 10^-14 J, respectively. Participants clarify the need to eliminate the final speed of the neutron to find the energy transfer ratio. The problem is ultimately resolved, confirming the accuracy of the book's answers.
NoPhysicsGenius
Messages
58
Reaction score
0
[SOLVED] Elastic Collision/Kinetic Energy Problem

Homework Statement




A neutron in a reactor makes an elastic head-on collision with the nucleus of a carbon atom initially at rest. (a) What fraction of the neutron's kinetic energy is transferred to the carbon nucleus? (b) If the initial kinetic energy of the neutron is 1 MeV = 1.6 x 10^-13 J, find its final kinetic energy and the kinetic energy of the carbon nucleus after the collision. (The mass of the carbon nucleus is about 12 times the mass of the neutron.)


Homework Equations




m_1v_{1i} + m_2v_{2i} = m_1v_{1f} + m_2v_{2f}
\frac{1}{2}m_1{v_{1i}}^2 + \frac{1}{2}m_2{v_{2i}}^2 = \frac{1}{2}m_1{v_{1f}}^2 + \frac{1}{2}m_2{v_{2f}}^2


The Attempt at a Solution




First of all, the answers in the back of the book are as follows:

(a) 0.284, or 28.4%
(b)
K_n = 1.15 x 10^{-13} J
K_c = 4.54 x 10^{-14} J


Using the answer from part (a), I can easily solve part (b) as follows ...

K_n = (1.00 - 0.284)(1.6 x 10^{-13}J) = 1.15 x 10^{-13} J
K_c = (0.284)(1.6 x 10^{-13}J) = 4.54 x 10^{-14} J


However, I haven't the slightest clue how to solve part (a). Here is my attempt ...

First note the following:
m_2 = 12m_1
v_{2i} = 0m/s

\frac{1}{2}m_1{v_{1i}}^2 + \frac{1}{2}m_2{v_{2i}}^2 = \frac{1}{2}m_1{v_{1f}}^2 + \frac{1}{2}m_2{v_{2f}}^2
\Rightarrow \frac{1}{2}m_1{v_{1i}}^2 + \frac{1}{2}(12m_1)(0 m/s)_^2 = \frac{1}{2}m_1{v_{1f}}^2 + \frac{1}{2}(12m_1){v_{2f}}^2
\Rightarrow \frac{1}{2}m_1{v_{1i}}^2 = \frac{1}{2}m_1{v_{1f}}^2 + \frac{1}{2}(12m_1){v_{2f}}^2
\Rightarrow {v_{1i}}^2 = {v_{1f}}^2 + 12{v_{2f}}^2

... Then what?

Please help. Thank you.
 
Last edited:
Physics news on Phys.org
For an elastic collision, you need two equations to cover the two unknowns you'll have (often, those are the final speeds of each of the objects which collided). So you have the consequence of kinetic energy being conserved (which defines an "elastic collision").

What happens when you apply conservation of linear momentum?
 
O.K. Applying conservation of linear momentum gives:

m_1v_{1i}+m_2v_{2i}=m_1v_{1f}+m_2v_{2f}

Noting that:

v_{2i} = 0

and

m_2=12m_1

we get:

m_1v_{1i}=m_1v_{1f}+12m_1v_{2f}
\Rightarrow v_{1i}=v_{1f}+12v_{2f}


Now we can take the conservation of linear momentum equation, square it, and substitute it into the equation we derived from the conservation of kinetic energy equation:

{v_{1f}}^2 + 144{v_{2f}}^2 + 24v_{1f}v_{2f} = {v_{1f}}^2 + 12{v_{2f}}^2
\Rightarrow 132{v_{2f}}^2 + 24v_{1f}v_{2f} = 0
\Rightarrow v_{2f}(132v_{2f}+24v_{1f}) = 0
\Rightarrow v_{2f}= 0

or

\Rightarrow v_{2f} = \frac{-24v_{1f}}{132} = \frac{2v_{1f}}{11} = -0.182v_{1f}


The answer in the back of the book is 0.284, or 28.4%. What have I done wrong? Thank you for your help.
 
Hi NoPhysicsGenius,


NoPhysicsGenius said:
O.K. Applying conservation of linear momentum gives:

m_1v_{1i}+m_2v_{2i}=m_1v_{1f}+m_2v_{2f}

Noting that:

v_{2i} = 0

and

m_2=12m_1

we get:

m_1v_{1i}=m_1v_{1f}+12m_1v_{2f}
\Rightarrow v_{1i}=v_{1f}+12v_{2f}


Now we can take the conservation of linear momentum equation, square it, and substitute it into the equation we derived from the conservation of kinetic energy equation:

{v_{1f}}^2 + 144{v_{2f}}^2 + 24v_{1f}v_{2f} = {v_{1f}}^2 + 12{v_{2f}}^2
\Rightarrow 132{v_{2f}}^2 + 24v_{1f}v_{2f} = 0
\Rightarrow v_{2f}(132v_{2f}+24v_{1f}) = 0
\Rightarrow v_{2f}= 0

or

\Rightarrow v_{2f} = \frac{-24v_{1f}}{132} = \frac{2v_{1f}}{11} = -0.182v_{1f}


The answer in the back of the book is 0.284, or 28.4%. What have I done wrong? Thank you for your help.

They want to find the fraction of the neutron's initial energy transferred to the carbon nucleus. So you want to eliminate v_{1f}, not v_{1i}.

Once you find the ratio of the speeds, you can then use that to find the ratio of the kinetic energies that they ask for.
 
alphysicist said:
They want to find the fraction of the neutron's initial energy transferred to the carbon nucleus. So you want to eliminate v_{1f}, not v_{1i}.

Once you find the ratio of the speeds, you can then use that to find the ratio of the kinetic energies that they ask for.


Thank you for your help ... I am able to get the book's answer now!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top