Skip to main content
Home
plus.maths.org

Secondary menu

  • My list
  • About Plus
  • Sponsors
  • Subscribe
  • Contact Us
  • Log in
  • Main navigation

  • Home
  • Articles
  • Collections
  • Podcasts
  • Maths in a minute
  • Puzzles
  • Videos
  • Topics and tags
  • For

    • cat icon
      Curiosity
    • newspaper icon
      Media
    • graduation icon
      Education
    • briefcase icon
      Policy

      Popular topics and tags

      Shapes

      • Geometry
      • Vectors and matrices
      • Topology
      • Networks and graph theory
      • Fractals

      Numbers

      • Number theory
      • Arithmetic
      • Prime numbers
      • Fermat's last theorem
      • Cryptography

      Computing and information

      • Quantum computing
      • Complexity
      • Information theory
      • Artificial intelligence and machine learning
      • Algorithm

      Data and probability

      • Statistics
      • Probability and uncertainty
      • Randomness

      Abstract structures

      • Symmetry
      • Algebra and group theory
      • Vectors and matrices

      Physics

      • Fluid dynamics
      • Quantum physics
      • General relativity, gravity and black holes
      • Entropy and thermodynamics
      • String theory and quantum gravity

      Arts, humanities and sport

      • History and philosophy of mathematics
      • Art and Music
      • Language
      • Sport

      Logic, proof and strategy

      • Logic
      • Proof
      • Game theory

      Calculus and analysis

      • Differential equations
      • Calculus

      Towards applications

      • Mathematical modelling
      • Dynamical systems and Chaos

      Applications

      • Medicine and health
      • Epidemiology
      • Biology
      • Economics and finance
      • Engineering and architecture
      • Weather forecasting
      • Climate change

      Understanding of mathematics

      • Public understanding of mathematics
      • Education

      Get your maths quickly

      • Maths in a minute

      Main menu

    • Home
    • Articles
    • Collections
    • Podcasts
    • Maths in a minute
    • Puzzles
    • Videos
    • Topics and tags
    • Audiences

      • cat icon
        Curiosity
      • newspaper icon
        Media
      • graduation icon
        Education
      • briefcase icon
        Policy

      Secondary menu

    • My list
    • About Plus
    • Sponsors
    • Subscribe
    • Contact Us
    • Log in
    • Beauty in mathematics

      Surein Aziz
      1 June, 2009
      2 comments
      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 eiπ+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 π, 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 π 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 i2=−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 π 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: eix=cos⁡(x)+isin⁡(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 ex is ex=1+x+x22!+x33!+x44!..., where n! denotes the product n!=n×(n−1)×(n−2)×...×2×1. You can verify this Taylor series using a calculator: choose a number x and see what value the calculator gives you for ex. 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!},forasmanytermsasyoulike,thatisforanumbernashighasyoulike.Youwillfindthattheresultverynearlyequalstheresultyougotfore^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−x22!+x44!−x66!+... sin⁡(x)=x−x33!+x55!−x77!+... 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 ex by the number i. We get eix=1+ix+(ix)22!+(ix)33!+(ix)44!+(ix)55!+(ix)66!+(ix)77!+(ix)88!+.... But certain powers of i can be simplified – for example, i2=−1 by definition, and so i3=−i and i4=+1, and so on. So we can simplify the above to eix=1+ix−x22!−ix33!+x44!+ix55!−x66!−ix77!+x88!+.... We can gather the terms involving i together to give eix=(1−x22!+x44!−x66!+x88!+...)+i(x−x33!+x55!−x77!+...). 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 eix=cos⁡(x)+isin⁡(x), which is Euler's formula! \ \ All we have to do now is substitute x=π. Since sin⁡(π)=0 and cos⁡(π)=−1 we get eiπ=−1, so eiπ+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.

      • Log in or register to post comments

      Comments

      José María Carrero

      7 January 2018

      Permalink

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

      • Log in or register to post comments

      Secret Experiment

      1 January 2020

      In reply to Great! by José María Carrero

      Permalink

      Yes, excellent article. Thank you.

      • Log in or register to post comments

      Read more about...

      e
      imaginary number
      Euler
      Euler's identity
      Euler's formula
      Taylor series
      Plus new writers award 2009
      University of Cambridge logo

      Plus Magazine is part of the family of activities in the Millennium Mathematics Project.
      Copyright © 1997 - 2025. University of Cambridge. All rights reserved.

      Terms