Skip to main content

REAL USE OF IMAGINARY NUMBER

 

What is the solution of X^2 + 1 = 0 ?
  X^2 = -1
   X = ROOT OF -1 = i

   Root of -1 is meaningless and does not have any physical or real attribute.  So we call it imaginary number i.  Now a new number system is born 1i, 2i, 3i,...

     Normally, positive numbers are represented in positive X - axis and negative numbers are represented in negative X - axis.  That is, 180 degree opposite to the positive numbers .Since i = (-1)^1/2 , the imaginary number should be represented half way between positive and negative numbers.  That is in Y - axis perpendicular to the X-axis.  So finally i means 90 degree rotation.

     Now we take one real example.  Let there be a square table on the floor.  Let us assume that you and your friend push the table at the two sides.  that is, both of you push the table perpendicular to each other.  Commonsense says that table will move in a inclined direction.

     Let your weight be 60 kg and your friend weight be 40 kg.  Hence the force on the table is 60+40i,  i indicates one force is at 90 degree to another force.  By the way, this number is called complex number because it is real + imaginary.

 The net force on the table is    root of (60^2+40^2)= 72.11   (Pythagoras theorem)
Direction of movement of table is Inverse tan (40/60) = 33.7 degree angle to the horizontal(trigonometry)
Suppose I want to rotate the direction of movement of  the table by 90 degree, what should I do ?  
Since i = 90 degree rotation, multiply the force by i.

= i*(60+40i)
= 60i+40i^2
= 60i-40      since i^2 = -1
= -40+60i

     This means, 40 kg person should push the table from negative X-axis and the 60 kg person should push the table from positive Y -axis.  Then the direction of the movement of the table will rotate by 90 degree as illustrated below.

direction = inverse tan(-60/40)
               = 123.7 = 33.7+90  degrees

     Hence you can rotate force or any quantity by any angle by  using suitable complex numbers.

     The complex numbers like 10+20 i packs lot of info. in compact form.  It is easier to do mathematical operations with them.  No wonder it is found everywhere in physical science and engineering. 

   1+i  represents  45 degree rotation.  ponder over it.       

Comments

Popular posts from this blog

THE EARTH, A SUPER ORGANISM

     JOIN MY COURSE: "Become a programmer in a day with python"       A man called 'love lock' (what a name) proposed a theory called Gaia theory, named after Greek Goddess.      It says, "Earth is a self-regulating organism like a human being.  The organic life in it interacts with in-organic matter and maintains atmosphere, temperature and environment".  Hence the earth is still suitable for the life to thrive.      Imagine, in a particular place, there are lot of flowers.  Some flowers are white and some are darkly coloured.  We know, white reflects light and heat while dark absorbs the same.  White flowers can thrive in hot climate.  But dark flowers requires cold climate.  The absorption and reflection balances and the environment reaches average, warm temperature at which both the flowers can co-exist.  This is the essence of "Gaia" theory.      On our earth, ...

THE PARABOLA

          A jet of water shooting from a hose pipe will follow a parabolic path.  What is the so special about parabola.    Y= x^2 Draw a graph for the above equation.  It will result in a parabola.  This parabola is also called unit parabola.  Any equation involving square will yield a parabola. Example:  Y = 2x^2 +3x+3 (also called quadratic equation)    X= 2 and -2, both  satisfies the equation 4 = X^2.  Parabolic equations always have two solutions.     Any motion taking place freely under gravity follows parabolic path. Examples:   An object dropped from a moving train,   A bomb dropped from flying plane,  A ball kicked upwards.      If a beam of light rays fall on the parabolic shaped mirror, they will be reflected and brought to focus on a point.  This fact is made use of in Dish Antenna, Telescope mirrors, etc.   ...

DISORDER IS THE "ORDER OF THE DAY"

         Imagine a balloon full of air.  The air molecules are moving randomly inside the balloon.  Let us pierce the balloon with a pin.  The air rushes out.  Why should not the air molecules stay inside the balloon safely and ignore the little hole?  That is not the way the world works.  The molecules always "want to occupy as many states as possible".  Hence the air goes out in the open to occupy more volume.   The things always goes into disorder (entropy) and the disorder increases with time.  The above statement is what we call "second law of thermodynamics".      Consider a cup of coffee on the table. Suppose the heat from entire room flows to your cup of coffee, the coffee will boil and the rest of the room will freeze.  Freezing means bringing things to order and arrangement.  It violates the second law.  Hence it will never happen.  Hence heat must flow from high ...