Skip to main content

PYTHAGORAS AND 300 YEARS CHALLENGE




      Everybody knows Pythagoras theorem. The figure 1 states it clearly.
If sides are equal to unity, what will happen to hypotenuse
c^2=1^2+1^2 = 1+1 = 2
c = root of 2  = 1.414... (figure 2)
Hypotenuse turns into root of 2 , a never ending irrational number.

Suppose hypotenuse is 1, what will be the Pythagoras relationship?
According to trigonometry, adjacent side is 1*cos x and opposite side is 1*sin x.  Applying Pythagoras theorem we get, 

(1*cos x)^2+(1*sin x.)^2 = 1^2
(cosx)^2+(sinx)^2=1
So this is the trigonometric equivalent of Pythagoras equation.(figure 3)

We can extend the Pythagoras principle to higher dimensions.  For example, we can calculate the diagonal inside the 3 D cube as shown in the figure 4.



We can link number of triangles and apply the Pythagoras theorem as shown in the figure 5
.  
Pythagoras equation is satisfied by some whole numbers or integers as given below.

x^2+y^2 = z^2

3^2+4^2 = 5^2
5^2+12^2 = 13^2
7^2+24^2 = 13^2

The set of 3 integers(3,4,5) are called Pythagorean triples or triplets.  There are infinity number of Pythagorean triplets.

We will slightly change the equation. That is, instead of square we will put cube.

x^3+y^3 = z^3

Does this equation have any whole number solution?  People were not able to find a single triplet for a long time..  A mathematician by name pierre de fermat said "there is no integer solution at all for this equation".  He further asserted that 

x^n+y^n = z^n

has no whole number solutions for n greater than 2.  He claimed even if all the mathematicians in the world spent eternity looking for a solution to the equation.  They would fail to find one.  This is known as fermat's last theorem.
This theorem challenged mathematical community for the last 300 years.  Recently, Mr. Andre Weil proved fermat's last theorem in 1995 and claimed the prize money of 100000 marks.

Science update:  German scientists are testing an artificial sun, a massive light array for making hydrogen fuel by dissociating water molecules.   

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