Skip to main content

BUILDING UP WAVES




  Throw a stone on the sheet of water in a pond.  Circular waves are created and spread throughout the water surface.  The waves travels as crests and troughs.  We are going to model this waves mathematically. 




     In a right angled triangle, opposite side divided by hypotenuse gives the sine of the angle x  as illustrated in the figure.

    Trigonometry says:  As the angle goes from zero degree to 90 degree, the sine value goes from 0 to 1.  When the angle increases to 180 degree, the sine goes down to 0.  As the angle further increases to 270 and to 360 degree,  the sine goes to -1 and then back to 0.  So when the angle makes one rotation, the sine makes one wavy motion as given in the figure.

     So sine function is very suitable to represent a wave.


  Y = sin x 
     As the x goes from 0 to 360 degree or in radian 0 to 2 pi, Y oscillates between +1 to -1 in wavy fashion.(PI = 3.14....)

Y = A.sin x
     Here A represents the amplitude, the top of the crest or bottom of the trough.  When the angles are 90 degree or 270 degree: the sine value reach  +1 or -1 and Y touches the amplitude A.

Angle can be written as 
  x = 2.pi.n.t
 Y = A.sin(2.pi.n.t)
    Instead of angle x, we have written '2pi n t'.  Where n represents the frequency of the wave and t the time.  This equation directly gives the displacement of the particle or state of the wave at any given instant of time t.  We can say this sine equation represents the wave in all its glory.  



    By adding or superimposing many sine wave suitably, we can create any pattern in time and space.  This process is called 'Fourier transform'.  For example we can create square waves, triangular waves or heart rhythms etc,.

     Fourier transform are used in image processing, compression of image data, storing finger print data  etc,.  

     Waves are used to represent oscillations of pendulum, sound, light, heat, alternating current and even subatomic particles like electrons (since they behave like waves).  So understanding the waves is essential to understanding the science. 

Comments

  1. simple and excellent motivating article make science very interesting

    ReplyDelete

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