Posted in Science & Nature

Mathematical Beauty

What is the most “beautiful” mathematical equation? For millenia, many mathematical formulas and concepts have been described as beautiful (and some defining beauty, as the golden ratio does). In the mathematical world, the adjective “beautiful” is used in the sense that certain mathematical concepts, despite the fact they are rational and objective, are so pure, simple and elegant that they can only be described as art.

One such formula is Euler’s identity:

image

Renowned physicist Richard Feynman described it as “the most remarkable formula in mathematics”. What makes this array of symbols and numbers so beautiful? Firstly, it contains the three basic arithmetic operations exactly once each: addition, multiplication and exponentiation. It also connects five fundamental mathematical constants with nothing other than themselves and the arithmetic operations.

0 is the additive identity, as adding it to another number results in the original number. 1 is the multiplicative identity for the same reason as 0. Pi(π) is one of the most important mathematical constants in the history of mathematics that is ubiquitous in Euclidean geometry and trigonometry. Euler’s number(e) is the base of natural logarithms and is used widely in mathematical and scientific analysis. i(√-1) is the imaginary unit of complex numbers, a field of imaginary numbers that are not “real”, allowing for the calculation of all roots of polynomials. Euler’s identity neatly sums up the relation between these five numbers that are so crucial in the field of mathematics. It is also interesting to note that these five numbers were discovered at different points in history spanning over 3000 years.

Some people describe mathematics as a distinct language in itself. Not only that, but mathematics is considered the universal language as it is both universal and ubiquitous. If that is the case, than Euler’s identity can be considered an extremely pithy literary masterpiece.

Posted in Science & Nature

Seven Bridges Of Konigsberg

The city of Königsberg (capital of Prussia, now Kaliningrad, Russia) has the Pregel River running through the middle, with islands at the centre of the river connected by seven bridges. Is it possible to cross all of these bridges while only crossing them only once each?

image

If you try to solve this problem, you soon discover that it is incredibly difficult not to cross the same bridge twice. But it is difficult to tackle this problem in a brute force manner. To calculate all of the permutations in the order of bridges, you use 7! = 7 x 6 x 5 x 4 x 3 x 2 x 1 = 5040, meaning that there are 5040 possible arrangements of bridges. Then how can you prove if the problem is solvable or not?

The great mathematician Leonhard Euler, upon being asked to solve the problem, is reported to have said that the problem is impossible to solve on the spot. In 1735, he proved his answer by modelling the seven bridges of Königsberg in a diagram of four dots connected by lines (representing the bridges).

image

By using this model, the problem is converted into a “draw in one stroke” problem, which is also called a Euler walk to honour Euler’s contributions. Euler discovered many properties and laws regarding such problems. If a certain point is the starting point, then the line must first leave the point, then even if it comes back to the point, it must leave again. Ergo, the starting point must have an odd number of lines connected to it. The opposite applies to the ending point, where a line must enter the point, and if it leaves the point it must come back to it. Ergo, the ending point must also have an odd number of lines connected to it. In the case of a Euler walk, the starting and ending points are identical, so the number of lines is the sum of two odd numbers, making it an even number. Thus, to find out whether a picture can be drawn using one line, use the following laws:

  1. If there are no points of odd degree (odd number of lines), the starting and ending points are identical.
  2. If there are two points of odd degree, the starting and ending points are different.
  3. If there are one of more than two points of odd degree, it is impossible to draw using one stroke.

Thus, a Euler walk is only possible if there are 0 or 2 points of odd degree. Looking at the seven bridges of Königsberg problem, we can see that A is connected to 5 lines and B, C and D are connected to 3 lines each. As there are four points of odd degree, we have thus proved that it is impossible to draw a path that crosses all the bridges while not crossing any bridge more than once.

image