Skip to main content

A NUMBER FOR BEAUTY


Beautiful numbers:

1,2,3,5,8,13,21,34,...
  In the above sequence each number is a sum of previous two numbers{of course starting with 1}.  This sequence is called Fibonacci sequence.  

     This sequence is found everywhere in nature.  You can easily observe in a garden that the leaves arrangement on a branch or a petals arrangements in a flower follows 2,3,5,8,... pattern.  Fibonacci arrangement naturally save space and also gives good exposure of sunlight.  The bracts of a pine cone; the scales of a pine apple; the reproduction of rabbits follows Fibonacci order.  The Fibonacci numbers are therefore applicable to the growth of every living thing. 





A divine proportion:

If you divide the consecutive numbers in the sequence, that is : 2/1,3/2, 5/3, 8/5,...  The ratio will gradually zero in on 1.618...  This number is called golden ratio phi .  It has got a  divine touch.  

     The angular arcs between the petals and leaves are in the ratio 1.618... The segments of our finger bones are in this ratio.  Our facial features and body structure also follows the golden ratio.  Many animals like star fish has the golden ratio property.  



Basic property:

1. Take any two consecutive fibonacci numbers and draw lines proportional to them.
Let a=8 and b=13

[-------------]  [----------------------]
        a                    b

b/a= a+b/a= 1.618... =phi
This is always true in Fibonacci sequence.
2. Any whole number can be written using Fibonacci numbers.
Example : 32=21+8+3


Not just a rectangle:

Again take any two consecutive numbers in the sequence and draw a rectangle using them as length and breadth.

     In our example let us take last two numbers 34 and 21.
34/21= 1.618... golden ratio.

In our day today life we always end up with golden rectangles.  Because these rectangles always appeal to our eyes and also has utility values.  Example:  credit cards, debit cards, website layout, poster layout etc.


Golden spiral:

Take the rectangle in our previous example and take the next numbers in the sequence in the reverse order.  That is 13.  Now draw vertical line at 13 mm from right end of the rectangle.  We end up with one big square and a rectangle.

a = 21;  b = 13



  Now take the next digit 8 and draw a horizontal line at 8 mm from the bottom in the small rectangle.  We now have two squares and one rectangle.  Repeat the process till the number 1.  All the rectangles are converted into squares as given below.


     Draw circular arcs connecting the opposite corners of squares{ starting from innermost square}.  We get a golden spiral or also called logarithmic spiral.



    Golden spirals are found in seashells, sunflowers, pine cones, spiral galaxies etc,.

    Hence the golden ratio phi= 1.618... should be respected on par with the constants e=2.71.. and pi =3.14...These numbers are mathematical constants that reveal the nature's hidden secrets.  

Comments

Post a Comment

Popular posts from this blog

Your heart -you do not know

  Size and Location: The human heart is roughly the size of a clenched fist and is located slightly to the left of the center of the chest. Despite its relatively small size, the heart plays a crucial role in pumping blood throughout the entire body. Heartbeat Variability: The heart does not beat at a constant rate. The interval between heartbeats can vary, and this variability is considered a sign of a healthy heart. Factors such as breathing, emotions, and physical activity influence the heartbeat. Electrical Conduction: The heart's contractions are controlled by electrical impulses. The sinoatrial (SA) node, often called the "natural pacemaker," generates electrical signals that regulate the heartbeat and coordinate the pumping of blood. Blood Pumping Capacity: On average, the human heart pumps about 2,000 gallons (or 7,570 liters) of blood each day. Over a lifetime, this amounts to pumping enough blood to fill several Olympic-sized swimming pools. Heart Chambers and V...

THE WORK HORSE "="

    One cannot think of  a mathematical step without 'is equal to ' .  It balances right hand side and left hand side.  It aids simplification and manipulation of a mathematical expression. example: 2(A+B)  = C 2A+2B  = C         2A = C-2B           A = C-2B/ 2   In an electronic calculator,  the pressing of ' = " sign executes an asthmatic expression  or simply calculates.       In computer languages, it plays very important role.                                                                 A = B   When a computer looks at this expression, the value stored in the location named B is just transferred to the storage named A .  After execution both A and B will have the same value an...

How does your smart phone detect motion, steps, rotation, and location?

 How it works-1  An accelerometer in a smartphone is a microelectromechanical system (MEMS) device that measures acceleration and tilt. It works by detecting changes in motion by measuring the vibration or acceleration of the device. The accelerometer consists of a small mass suspended on a spring inside a sealed chamber. When the device is subjected to acceleration, the mass moves relative to the device, causing a change in capacitance that can be measured and processed by the smartphone's hardware. The accelerometer measures acceleration in three dimensions (x, y, and z) and provides data that the smartphone's software can use to determine the device's orientation, detect motion, and track changes in velocity and acceleration. The accelerometer is used for a variety of purposes in a smartphone, including screen rotation, motion tracking for games and fitness apps, and detecting the position of the device for navigation and location services. Additionally, it can be used t...