Fission Reactor Collisions: Calculating Neutron and Carbon Nucleus Speeds

AI Thread Summary
The discussion focuses on calculating the speeds of a neutron and a carbon nucleus after a head-on elastic collision in a nuclear reactor context. The initial speed of the neutron is given as 10.0 Mm/s, and the masses of the neutron and carbon nucleus are provided. Participants clarify that conservation of momentum and energy must be applied to solve for the final speeds, emphasizing the need for two equations due to the two unknowns. A misunderstanding about the type of collision (elastic vs. inelastic) is addressed, reinforcing the correct approach for solving the problem. The final speeds of the neutron and carbon nucleus are ultimately derived from simultaneous equations based on the conservation principles.
roam
Messages
1,265
Reaction score
12

Homework Statement



A nuclear reactor (see below) contains nuclei that fission when bombarded by slow neutrons. The fission reaction produces fast neutrons which need to be moderated (i.e. slowed down) in collisions before they can cause further fissions. In this problem we consider a reactor which uses graphite (i.e. carbon) as moderator. Assume the neutron and carbon nuclear masses are 1.67 × 10–27 kg and 20.0 × 10–27 kg respectively.

Consider a head-on collision between a neutron with speed 10.0 Mm/s and a stationary carbon nucleus.

(i) Calculate the speed of the neutron after the collision

(ii) Calculate the speed of the carbon nucleus after the collision

The Attempt at a Solution



(i) I assume this is a perfectly elastic collision so, momentum before = momentum after

mnvn,i = (mn+mc)V

10 × (1.67 × 10–27) = [(1.67 × 10–27)+(20.0 × 10–27)]V

V=4.5 Mm/s

But the correct answer is 8.46 Mm/s. How did they get that?

(ii) What do they mean by "the carbon nucleus"? And how do we obtain its speed? (by the way it has to be 1.54 Mm/s)
 
Last edited:
Physics news on Phys.org


roam said:

The Attempt at a Solution



(i) I assume this is a perfectly elastic collision so, momentum before = momentum after

mnvn,i = (mn+mc)V

10 × (1.67 × 10–27) = [(1.67 × 10–27)+(20.0 × 10–27)]V

V=4.5 Mm/s

But the correct answer is 8.46 Mm/s. How did they get that?

The equation you gave above is for a perfectly inelastic collision, where the nulceus and the carbon atom stick together after the collision.

To solve this problem you should assume a perfectly elastic collision. Youll need two equations for this. One for conservation of momentum, and other for conservation of energy. The neutron and the carbon nucleus will each have different velocities after the collision.
(ii) What do they mean by "the carbon nucleus"? And how do we obtain its speed? (by the way it has to be 1.54 Mm/s)

Again, conservation of momentum, and conservation of energy. You'll have two equations and two unknowns. Since it states that the collision is a "head-on" collision, you can treat it as a 1-dimensional problem (i.e. you don't have to break it up into separate x, y, and z components). Hope that helps! :biggrin:
 


collinsmark said:
The equation you gave above is for a perfectly inelastic collision, where the nulceus and the carbon atom stick together after the collision.

To solve this problem you should assume a perfectly elastic collision. Youll need two equations for this. One for conservation of momentum, and other for conservation of energy. The neutron and the carbon nucleus will each have different velocities after the collision.

Sorry, I didn't realize that. Actually, I was meant to write "perfectly inelastic" because I thought the carbon and neutron stick together after the collision! Anyway,

mnvn,i = mnvn,f+mcvc,f

10 × (1.67 × 10–27) = (1.67 × 10–27)vn,f+(20.0 × 10–27)vc,f

Now in order to use this equation to find the final speed of the neutron, I have to first find the final velocity of the carbon (which is what part (ii) is asking)! But how can I use the following equation when I don't have the height?

mgh=\frac{1}{2}mv^2

:confused:
 


roam said:
Sorry, I didn't realize that. Actually, I was meant to write "perfectly inelastic" because I thought the carbon and neutron stick together after the collision! Anyway,

mnvn,i = mnvn,f+mcvc,f

10 × (1.67 × 10–27) = (1.67 × 10–27)vn,f+(20.0 × 10–27)vc,f

Now in order to use this equation to find the final speed of the neutron, I have to first find the final velocity of the carbon (which is what part (ii) is asking)! But how can I use the following equation when I don't have the height?

mgh=\frac{1}{2}mv^2

:confused:
Ugh... :rolleyes: Gravity doesn't fit in this. That's not really what I meant.

Conservation of momentum and conservation of (kinetic) energy means,

mcvc + mnvn = mcvc' + mnvn'

(1/2)mcvc2 + (1/2)mnvn2 = (1/2)mcvc'2 + (1/2)mnvn'2
 


collinsmark said:
Ugh... :rolleyes: Gravity doesn't fit in this. That's not really what I meant.

Conservation of momentum and conservation of (kinetic) energy means,

mcvc + mnvn = mcvc' + mnvn'

(1/2)mcvc2 + (1/2)mnvn2 = (1/2)mcvc'2 + (1/2)mnvn'2

But how can I use these? I mean, we have

mnvn,i + 0 = mnvn,f + mcvc,f

in this equation we have two unknowns, the final velocities of both the carbon and the neutron.

Also,

\frac{1}{2}(1.67 \times 10^{-27})10^2 =\frac{1}{2}(1.67 \times 10^{-27}) v_{n,f}^2 + \frac{1}{2} (2 \times 10^{-27}) v_{c,f}^2

Again here we have the same two unknowns. So we can't really use one of these equations to solve the other one. :rolleyes:
 


roam said:
But how can I use these? I mean, we have

mnvn,i + 0 = mnvn,f + mcvc,f

in this equation we have two unknowns, the final velocities of both the carbon and the neutron.

Also,

\frac{1}{2}(1.67 \times 10^{-27})10^2 =\frac{1}{2}(1.67 \times 10^{-27}) v_{n,f}^2 + \frac{1}{2} (2 \times 10^{-27}) v_{c,f}^2

Again here we have the same two unknowns. So we can't really use one of these equations to solve the other one. :rolleyes:

These are called independent simultaneous equations. And if you have 2 unknowns, you can solve for them as long as you have 2 independent simultaneous equations. There is more than one way to solve these equations. I'll give you two examples of simple ways to solve these.

Suppose we have

x + 3y = 11

y - x = 1

One way to solve for x ahd y is substitution. In the second equation, solve for y.

y = 1 + x

Then take that result and plug it into the first equation, substituting (1 + x) wherever there is a y.

x + 3(1+x) = 11

x + 3 + 3x = 11

4x = 8

x = 2

Now we go back and substitute 2 into x in one of our above equations, and solve for y.

y = 1 + x = 1 + 2 = 3

Here is another way to solve for the variables x and y, where we carefully add both equations together. Starting with

x + 3y = 11

y - x = 1

we multiply both sides of one of the equations by whatever it takes such that one of the variables cancels out when we add the equations together. As it happens here, there is an x in one equation and a -x in the other. So in this case they are already ready to be added.

(x + 3y) + (y - x) = 11 + 1

4y = 12

y = 3

Substituting 3 into y in one of the above equations allows us to solve for x.

3 - x = 1

x = 2

There are other ways to solve systems of independent simultaneous equations too. Most of them are part of a topic of math called linear algebra. But I won't go into that here.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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