icon

Beauty in mathematics

Surein Aziz Share this page
June 2009

This article is the winner of the schools category of the Plus new writers award 2009.

Often when reading a good maths book, the author will get to the end of an explanation of a particularly complicated proof, theorem, or idea, and mention the "beauty" of the maths involved. I always wonder what, exactly, this means. Did I miss a particularly neat diagram? Or, as seems to be the case, is mathematical beauty something buried deep: something that, perhaps, I need a PhD to get to grips with?

I used to think that it was the latter — maybe one day, after years of studying maths at its highest level, I'd suddenly gain a glimpse of some incomprehensibly deep truth and realise the incredible beauty of things which now seem boring and trivial.

A frog

Maths can be like a dense jungle — it's hard to penetrate but you never know whom you might might.

But actually, I think you can get a glimpse of what mathematicians mean by beauty without too much effort at all. That's what I'm going to try and convince you of in the rest of this article. Mathematics can be a bit like a dense, never-ending jungle. It can feel like you're hacking away and away at it and never getting anywhere, but if you stop and look around yourself, every once in a while you see incredible, exotic plants and animals to marvel at — and ever so often you find large new swathes of jungle to explore.

The particular thing that I want to introduce you to, that I think is so beautiful, is something that was mentioned in passing on a television programme I was watching. I hardly knew what it meant, and I certainly had no idea how it came about, but I knew I had to find out more.

I am talking about Euler’s identity

  \[ e^{i\pi }+1=0. \]    

Now you probably think I'm crazy. What's beautiful about that? Well, I ought to warn you, I'm not alone — Mathematical Intelligencer readers voted the identity the "most beautiful theorem in mathematics". The physicist Richard Feynman called the formula it is derived from "one of the most remarkable, almost astounding, formulas in all of mathematics".

But what is so special about it? Well, first I ought to explain what the symbols actually mean.

You're probably familiar with $\pi $, it's the ratio between a circle's circumference and its diameter. The number $e$ is also a constant, and you may be vaguely familiar with it as the base of the natural logarithm. To 20 decimal places, $e = 2.71828182845904523536.$ Both $e$ and $\pi $ are irrational numbers – they have an infinite number of decimal places and you can't write them down as one integer divided by another.

Probably the strangest of these three numbers is $i$. It is the square root of -1, that is $i^2 = -1.$ It's called an imaginary number, and you can't find it anywhere along the normal number line, as none of the ordinary real numbers give a negative number when squared.

Are you starting to get an idea of the beauty of Euler's identity? If you take the constant $e$ to the power of $\pi $ multiplied by $i$, and then take away 1, you get to 0. Isn't it a little odd how three very strange numbers which are not connected in any evident way combine to give such a normal and familiar result?

Euler

Euler's identity is named after Leonhard Euler, one of the most prolific mathematicians of all times.

So, why does this happen? You might think that it is down to some really complex idea — how do we even take a number to the power of $i$? Well, actually, it isn't too difficult to see how Euler's identity comes about - that is one thing that makes the identity so wonderful! But first you have to see Euler's formula, which leads to his beautiful identity, in full generality:

  \[ e^{i x} = \cos (x) + i \sin (x). \]    

Doesn't look quite as nice and neat now, does it? But don't be put off. To understand how this formula comes about, we need something called Taylor series. These are just a way of expressing functions such as $\sin (x)$ or $\cos (x)$ as infinite sums. They were discovered by the mathematician Brook Taylor (who was also part of the committee which adjudicated the argument between Isaac Newton and Gottfried Leibniz about who first invented the calculus).


The Taylor series for the function $e^ x$ is

  \[ e^ x = 1 + x+\frac{x^2}{2!} + \frac{x^3}{3!}+ \frac{x^4}{4!}... , \]    
where $n!$ denotes the product
  \[ n! = n \times (n-1) \times (n-2) \times ... \times 2 \times 1. \]    
You can verify this Taylor series using a calculator: choose a number $x$ and see what value the calculator gives you for $e^ x$. Now use the calculator to work out the value of the sum
  \[ 1 + x+\frac{x^2}{2!} + \frac{x^3}{3!}+ \frac{x^4}{4!} ... + \frac{x^ n}{n!},$ for as many terms as you like, that is for a number $n$ as high as you like. You will find that the result very nearly equals the result you got for $e^ x$ and the more terms you add to the sum, the closer the two results become. At some point the two results will be the same on your calculator, as their difference becomes too small for the calculator to detect. In "reality", the two results are equal when you have added an infinite number of terms to your sum.$ \]    

The Taylor series for the other two functions appearing in Euler's formular are

  \[ \cos (x) = 1-\frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!}+ ... \]    
  \[ \sin (x) = x-\frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!}+ ... \]    
Again you can check this using your calculator, bearing in mind that the angle $x$ is measured in radians, rather than degrees.

Now let's multiply the variable $x$ in the Taylor series for $e^ x$ by the number $i$. We get

  \[ e^{ix} = 1 + ix + \frac{(ix)^2}{2!} + \frac{(ix)^3}{3!} + \frac{(ix)^4}{4!} + \frac{(ix)^5}{5!} + \frac{(ix)^6}{6!} + \frac{(ix)^7}{7!} + \frac{(ix)^8}{8!} + ... . \]    
But certain powers of $i$ can be simplified – for example, $i^2 = -1$ by definition, and so $i^3 = -i$ and $i^4 = +1$, and so on. So we can simplify the above to
  \[ e^{ix} = 1 + ix - \frac{x^2}{2!} - \frac{ix^3}{3!} + \frac{x^4}{4!} + \frac{ix^5}{5!} - \frac{x^6}{6!} - \frac{ix^7}{7!} + \frac{x^8}{8!} + ... . \]    
We can gather the terms involving $i$ together to give
  \[ e^{ix} = (1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \frac{x^8}{8!} + ...) + i( x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!}+ ...). \]    
Now notice that these two series are the same as the series for $\sin (x)$ and $\cos (x)$ from earlier, so we can substitute these in to get
  \[ e^{ix} = \cos (x) + i \sin (x), \]    
which is Euler's formula!

All we have to do now is substitute $x = \pi $. Since $\sin (\pi ) = 0$ and $\cos (\pi ) = -1$ we get
  \[ e^{i\pi } = -1, \]    
so
  \[ e^{i\pi }+1 = 0. \]    

So you see, after a sequence of fairly complex mathematics we arrive back where we started — at the (seemingly) simple numbers 1 and 0. That is what I think is so beautiful about this identity: it links very strange numbers with very ordinary and fundamental ones. Seeing why it works feels a bit like treading a little-known path through the mathematical jungle to reach a secret destination somewhere in the thick undergrowth.


About the author

Surein Aziz is 17 years old and currently in year 12 at Farnborough Sixth Form College. He thinks maths is very interesting (and beautiful!) because of the incredible truths and interconnections you can uncover simply by following a sequence of logical steps and identifying patterns. He loves to spend his time thinking about (and sometimes, in simple cases, solving) interesting maths problems, and is hoping to read mathematics at university after he gets his A-levels. He also enjoys playing the violin and fencing. He first encountered Euler's Identity and the idea of its beauty on a TV program, after which he knew he had to research the subject further.

Comments

Permalink

Great combination of Taylor Polynomials with Euler Identity. Thank you for the article.