I know the top one is generally considered to be Euler's Equation.
e^(i * pi) + 1 = 0
It's considered incredibly elegant because it manages to combine multiple fundamental mathematical concepts into a single equation.
1 is the multiplicative identity, 0 is the additive identity, pi is the circle constant, e is euler's number, i is the square root of -1, the basic building block of complex numbers.
The 0 and the + are important: e^(i*pi) + 1 = 0 contains the 5 most important constants and the three most important operations. Getting them back with "+ 0" is quite inelegant.
Is there an easy explanation of why these are true? I already struggle grasping e^i, and I completely don't understand what e to an irrational power even means, let alone why it would be -1. Why the circle circumference ratio has anything to do with this is completely beyond me.
1. e^x, sin(x) and cos(x) can each be expanded out into an infinite sequence of fractions (Maclaurin series), each fraction of the form x^n / factorial(n). This relies on differential calculus, Taylor series, theory of limits, convergence etc.
2. The e series fractions contain all the integers in the numerator (x^0, x^1, x^2, etc), while the sin series has only odd integers and the cosine series has only even integers. Also, e series terms are all additive while the trig functions series alternate adding and subtracting each successive fraction.
3. Introducing complex numbers (i = square root of negative one), we can generate the series for e^ix, which can be shown to be equal to sin(x) + i * cos(x). Note that introducing i into the e series means we generate a negative term for the even fractions in the e series (squaring i gives us -1), which is why i is so necessary here.
4. Solving e^ix for x = pi, using sin(x) + icos(x), we get -1.
As far as why an exponential function like e^x should have anything fundamental linking it to trigonometric functions like sin(x) and cos(x), it is rather strange.
So that's the part I explain in my note. So if you combine the two explanations together I think we have the whole picture. Yours fills in the gap in my explanation.
So I haven't done complex analysis yet which I think you need to get the whole thing but I can get you some of the way there with basic trig.
If you take a unit circle and construct a radius to some point (x,y), if you drop a perpendicular line down to the x-axis, it's easy to see that the length of that perpendicular line is y and the distance you've gone across the x axis is x. So you have a right angled triangle where the hypotenuse is 1 (it's a unit circle) and the other two sides are x and y. Now consider the angle at the origin and call that theta.[1] You can do basic trig to show that the coordinates of your (x,y) point are (cos theta, sin theta), because sin is opposite (y) over hypoteneuse (1) and cos is adjacent (x) over hypotenuse. Ok cool. So x = cos theta and y = sin theta. If you measure in radians, then the angle of a full revolution is 2 * pi radians and the angle of a half revolution (180 degrees in other words) is pi. Now consider the point when you have gone around the unit circle 180o, Its coordinates are x=-1 and y=0. Remember this point - we'll come back to it in a minute.
Now imagine instead of your unit circle being just any old circle it's in the complex plane. This means that the x axis is the real part of some complex number and the y axis is the imaginary part. We now know that the coordinates of points on this circle are (cos theta, sin theta), but if you have a complex number z= a+bi, these correspond to a and b. So z = cos theta + i sin theta. Here's the bit where my current mathematical ability runs out of gas and you're just going to have to trust Euler, who showed that cos theta + i sin theta = e^(i theta).
Now remember our point from before where theta = 180 degrees? What was the angle in radians? It was pi. So e^(i pi) = -1 (because the real part of the number is the x coordinate, -1 and the imaginary part, the y coordinate is zero).
This seems to be the original source https://physicsworld.com/a/the-greatest-equations-ever/ but it doesn't actually rank the equations. The other source commenting on that does, but only the sample is available on Google Scholar. From that, first is Euler's identity, second is Maxwell's four electromagnetic field equations, and third isn't in the sample. The NYT article also commenting on it https://archive.ph/H7ujx suggests the theory of relativity, F=ma, or amusingly 1+1=2.
e^(i * pi) + 1 = 0
It's considered incredibly elegant because it manages to combine multiple fundamental mathematical concepts into a single equation.
1 is the multiplicative identity, 0 is the additive identity, pi is the circle constant, e is euler's number, i is the square root of -1, the basic building block of complex numbers.