Skip to main content

Nuclear Energy




What is Nuclear Energy ?
Nuclear Energy is the energy of the Nucleus, or core of an atom. Atoms make up everything in the universe, and are held together with great force.
   In a process called fission, atoms are broken apart, and energy is released. Atoms of uranium, a common element that can be mined from the Earth, are used in nuclear reactors. In fission a tiny particle called a neutron hits a uranium atom and the atom splits. This releases more neutrons, and generates a chain reaction. That reaction releases huge amounts of energy. Nuclear energy is also produced when two atoms join to become a new atom. This process is called fusion.

What is the structure of an atom ?

It is important to get an idea of the structure of an atom to understand how nuclear energy is produced. An atom is not the smallest particle of matter. The outer part of an atom consists of a cloud- often called shell or orbit- of particles called electrons, while inside this 'cloud' is the inner core of the nucleus. The nucleus is again made up of particles called protons and neutrons.
    There are even smaller particles moving around in atoms. These super small particles can be found inside the protons and neutrons. They are usually known as nucleons and quarks. Protons have positively charged, while electrons have negatively charged, and neutrons have no charge at all.

Who discovered nuclear fission ?
It was in the early 1930's, that scientist discovered that atom is made up of proton and neutron particles, in addition to electrons.
   In 1938, two German scientists, Otto Hahn and Fritz Strassman and physicist Lise Meitner of Australia, discovered that they could split the nucleus of a uranium  atom by bombarding it with neutrons. This is called fission. As the uranium nucleus split, some of its mass was converted to heat energy. The next step was in 1942, when Enrico Fermi of Italy, noticed that the fission of one uranium atom gave off more neutrons which could in turn split other uranium atoms, starting a chain reaction. This meant that enormous amounts of energy could be produced by this process of nuclear fission.
   Otto Hahn and Enrico Fermi both Nobel prizes for their work.

Why is uranium used for nuclear fission?
   Uranium is one of the heaviest of all naturally occurring elements, It occurs in most rocks in concentrations of two to four parts per million. Uranium occurs in seawater, and can be recovered from the oceans. Like other elements, uranium occurs in several slightly differing forms known as 'isotopes'. The isotope U-235 is important, because under certain conditions it can readily be split, yielding a lot of energy.
   When the nucleus of a U-235 atom is hit by a moving neutron it splits in two, and releases some energy. Two or three additional neutrons are also thrown off. It enough of these expelled neutrons cause the nuclei of other U-235 atoms to split, releasing further neutrons, a fission 'chain reaction' can be achieved. Hence uranium is widely used in nuclear experiments.



Comments

Popular posts from this blog

Complement of a Number

Subtraction of Binary Numbers  ;  Octal and Hexadecimal Number  ;  Convert Decimal to Binary Complements Complements are used in digital computers for simplifying the subtraction operation and for logical manipulations. There are two types of complements for each base-r system: (1) the r’s complement and (2) the (r-1)’s complement. When the value of the base is substituted, the two types receive the names 2’s and 1’s complement for binary numbers,  10’s and 9’s complement for decimal numbers. The r’s Complement Given a positive number N in base r with an integer part of n digits, the r’s complement of N is defined as r n   - N for N is not equal to 0 and 0 for N = 0. The following numerical example will help clarify the definition. The 10’s complement of (52520) 10 is 10 5 – 52520 = 47480 The number of digits in the number is n= 5 The 10’s complement of (0.3267) 10 is 1 – 0.3267 = 0.6733 No integer part, so 10 n = 10 0 = 1 The 10’s...

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends. 01 The Answer Is 2 Think of a number. Multiply it by 3. Add 6. Divide this number by 3. Subtract the number from Step 1 from the answer in Step 4. The answer is 2. Same Three-Digit Number Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999. Add up the digits. Divide  the three-digit number by the answer in Step 2. The answer is 37. Six Digits Become Three Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552. Divide the number by 7. Divide it by 11. Divide it by 13. The order in which you do the division is unimportant! The answer is the three-digit number. Examples: 371371 gives you 371 or 552552 gives you 552. A related trick is to take any three-di...

Types of Number System

Different Number Systems – There are some different Number System with correspondence base. Which will describe as follows-   Number System  Base  Representation  Binary Number System      2  (Number) 2  Decimal Number System      10  (Number) 10  Octal Number System      8  (Number) 8  Hexadecimal Number System     16   (Number) 16 Note : Any number can be in decimal form. So there is an another way to solve them quickly. Let’s understand with an example. Ex 1. (4064.10) 10   Sol. This Number can also be written as (4*10 3 ) + (0*10 2 ) + (6*10 1 ) + (4*10 0 ) + (1*10 -1 ) + (0*10 -2 ) Note that after decimal digits we will use decreasing power of 10 from left to right. Ex 2.   (1101.01) 2        Sol. This Number can also be written as (1*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (0*2 -1 ) + (0*2 -2 ) Exercise: From Ques...