Live data from Hacker News

Intuitive Understanding of Euler’s Formula

betterexplained.com

11–20 of 62 posts

Re: Intuitive Understanding of Euler’s Formula

#11

(i^i)^i is pretty easy to do with Euler's formula: it's just i^(i*i)=i^(-1)=1/i=-i.

I think you have to be careful here when using rules that hold for real number for complex numbers. In fact, Wolfram|Alpha says, that -i is just one of multiple results: http://www.wolframalpha.com/input/?i=(i%5Ei)%5Ei

Re: Intuitive Understanding of Euler’s Formula

#12
I once had an interesting thought about the function e^x. I think this is a key idea in the theory of Lie groups.

If the x in e^x = (1+x/N)^N is understood as some transformation, then e^x is essentially repeating an infinitesimal transformation lots of times. So it's like a for-loop where the body of the loop is some infinitesimal transformation.

I tried to define the integration operator in terms of e^x. The 1 + x/N needed to be one "infinitesimal" iteration of integration, that adds an extra infinitesimal rectangle to the area. But it didn't seem to work out.

Ultimately that helps to explain Euler's formula. For large N, 1+ix/N is an "infinitesimal" rotation by angle x/N. Repeating it N times produces a rotation of angle x. That's essentially what TFA says. And it's a special case of the Lie theoretic view of e^x.

Re: Intuitive Understanding of Euler’s Formula

#13
post #3

When was this posted? I think i read exactly that explanation like 7-8 years ago and it really made it click for me. It was a wonderful insight!

It was posted a few times here before, first time was 2010. Todays posting is the first that gained traction and comments.

See https://hn.algolia.com/?query=Intuitive%20Understanding%20of...

Re: Intuitive Understanding of Euler’s Formula

#15
my favourite intuition about Euler, which is not really an explanation, somewhat tautological, and may or may not be wildly incorrect, but I like it nonetheless:

e^x is a function whose value is its rate of change. (De^x=e^x). Now imagine the unit circle by taking a point an unit away from O, and set "rate of change" perpendicular to that vector. You will end up with Df(x) = i f(x), which really only works when f(x) = e^ix, supposing i means perpendicularity.

Re: Intuitive Understanding of Euler’s Formula

#16

I once had an interesting thought about the function e^x. I think this is a key idea in the theory of Lie groups. If the x in e^x = (1+x/N)^N is understood as some transformation, then e^x is essentially repeating an infinitesimal transformation lots of times. So it's like a for-loop where the body of the loop is some infinitesimal transformation. I tried to define the integration operator in terms of e^x. The 1 + x/…

There is certainly a connection between Euler's formula and the matrix exponential, but I think you have confused some details about how e^x is defined. The connection is to consider C as a 2-dimensional real vector space with basis 1,i. Multiplication by i is a linear transformation of this vector space. In more detail:

The exponential of a matrix X is an infinite sum just like that of the normal exponential function except with operations being matrix multiplication, addition, and scalar multiplication (I is the identity matrix):

  e^X = I + X + X^2/2 +X^3/6 +...
Now take X to be the matrix

  X  =  [0 -1; 1 0].
This is the matrix of the linear transformation of corresponding to multiplication by i if you consider C as a real vector space with basis 1,i (thus x+iy is identified with the vector [x; y]).

Now you can compute that the matrix exponential

  e^(tX)
is the rotation matrix

  [cos(t) -sin(t); sin(t) cos(t)].
The connection is now this: we can describe multiplication of a complex number z = x+iy by e^(ti) equivalently as the vector resulting from the linear transformation

  [cos(t) -sin(t); sin(t) cos(t)]*[x;y] = [x*cos(t) - y* sin(t); x*sin(t) + y*cos(t)]
In particular, if you take z = 1 you recover Euler's formula.

To say briefly how this is a special case of the exponential map in Lie theory: the 1-d vector space spanned by X is the Lie algebra of the unit circle (which is a group) and the exponential map sends an element tX to e^(tX).

Re: Intuitive Understanding of Euler’s Formula

#17

The article is quite right that multiplying by i gives a rotation. But it doesn't quite explain the reason for this: it's because that's the whole point of defining imaginary numbers in the first place! Remember you start off wanting to find a solution for the equation: i^2 = -1 This is actually easier to think about if you multiply it by a general real number r: r i^2 = -r In other words you want i such that if you…

> it's because that's the whole point of defining imaginary numbers in the first place!

People used imaginary numbers for a long time before Cartesian coordinates even existed.

Re: Intuitive Understanding of Euler’s Formula

#19

(i^i)^i is pretty easy to do with Euler's formula: it's just i^(i*i)=i^(-1)=1/i=-i.

I think you have to be careful here when using rules that hold for real number for complex numbers. In fact, Wolfram|Alpha says, that -i is just one of multiple results: http://www.wolframalpha.com/input/?i=(i%5Ei)%5Ei

Indeed you can easily produce completely incorrect results if you aren't careful, like 1 = sqrt(-1)/sqrt(-1) = (-i)/(i) = -1.

Re: Intuitive Understanding of Euler’s Formula

#20

The article is quite right that multiplying by i gives a rotation. But it doesn't quite explain the reason for this: it's because that's the whole point of defining imaginary numbers in the first place! Remember you start off wanting to find a solution for the equation: i^2 = -1 This is actually easier to think about if you multiply it by a general real number r: r i^2 = -r In other words you want i such that if you…

> it's because that's the whole point of defining imaginary numbers in the first place! People used imaginary numbers for a long time before Cartesian coordinates even existed.

Indeed. There were 18th century mathematicians like Gauss who realized the importance of the geometric nature of complex numbers, but it didn't become central to the subject until the 19th century. The appearance of imaginary numbers as formal square roots of negative numbers goes back to the mid 16th century. As for Cartesian coordinates, i^2 = -1 has an intrinsic, coordinate-free interpretation in terms that would be instantly recognizable to the ancient Greeks, but it's certainly true that this way of thinking wasn't at the basis of the discovery and initial development of complex numbers, and thinking of geometric operators as generalized numbers would have seemed pretty alien for most of the 19th century as well.
Post reply on HN