Skip to main content

Universe



Universe 
The mysteries of the sky, the cycles of the Sun, Moon and the stars have evoked immense feelings of wonder  and awe in Man's mind from prehistoric times, giving birth to countless myths and beliefs. The first step towards understanding the Universe is to know about the solar system, the family to which we all belong. It comprises of the Sun and the eight planets that go around it.

How did the Universe originate?
There are various theory that tells about the originating of Universe. In which two theories are more popular. They are Big Bang Theory and Steady State Theory.
      According to the 'Big Bang' Theory, the Universe is the result of an explosion called the Big Bang. This explosion occurred about 14 billion years ago. When the Big Bang happened, it loose a huge amount of energy. This energy keeps the Universe expanding. This expansion is likely to continue for another 50 billion years.
    The British Scientists Fred Hoyle, Hermann Bondi and Thomas Gold, in 1948, put forward the Steady State Theory. According to this theory, the Universe is uniform, throughout both time and space, and had no 'beginning'. Since this theory had no answer to many phenomena found in Universe, it gradually lost.

What does the Universe consists of ?
The Universe is so vast that it contains everything. The Universe consists of all galaxies, the stars, the Sun, the Earth  and everything that exists in limitless space. The size of the Universe is beyond human imagination. There may be distant worlds in the Universe about which we know nothing. Even every empty space is a part of the Universe, and so are matter, time, and energy.

What do we understand about the birth of the Universe ?
The vast Universe was once smaller than atom.This tightly packed particle exploded, and from it came all the material of which the Universe is made.Once the Big Bang occurred, the Universe began stretching like the rubber skin of a huge balloon. Space and time began to expand at an incredible rate. This phenomenon is called inflation of space. At the end of the rapid inflation, the Universe became cooler, and the particles that make up matter began to form out of some of the energy. The gas and dust formed after the explosion, condensed into galaxies, that are speeding away from each other.

What is a light year ?
A light year is not a measure of time. It is a measure of distance, Stars and planets are so far away that distance in kilometres, the number would be enormous. So, these huge distances are measured in 'light years'. Light travels at a speed of 2,99,792.458 km/sec. 
1 light year = 9,460,000,000,000 km.
Proxima Centurai, our nearest star, next to Sun is 4.2 light years away from us.


Comments

  1. Can you tell more about universe,like-mysterious things in the universe

    ReplyDelete

Post a Comment

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...