|
|
|
|
|
by smosher
5468 days ago
|
|
e^(i * pi * x) for integer x is on the real line. With 'tau' you only get the positive half (consider the integer values of x; which are 2, 4, 6 for 'tau'): http://www.wolframalpha.com/input/?i=plot+e^%28pi+*+i+*+x%29 I've dozens of subtle little reasons, but I think that one shows it off best and is easiest to understand. I was going to add that zero crossings for sine waves (I am into sound synthesis) are at integer multiples of pi, but that's just a funny way of stating the above. |
|
> zero crossings for sine waves are at integer multiples of pi
This is actually a strong argument for tau.
The sin wave measures the height of a circle at the angle given in radians. "Integer multiples of pi" don't immediately show you that there are two very different zeros: one going up, and one going down. Using tau shows you that explicitly: on half turns around the circle sin(tau/2), you're at 0 going down; on whole turns sin(tau) you're going up. You (literally) "come full circle" with integer multiples of tau—those 0s are equivalent.
The argument is the same with e^(i * pi * x). See Section 2.3 on tauday.com and the chart under "Eulerian Identities." Each integer increment corresponds to a rotation in the complex plane. The reason it's on the real line at 2, 4, 6 is because it takes two rotations to get back to the real line.
At 1 rotation (i), you're fully imaginary; at 2, fully real, but negative; 3, fully imaginary again, but negative; 4, you're back where you started, real and positive.
This is what it would look like with tau, and it's exactly what you expect: http://www.wolframalpha.com/input/?i=plot+e^%280.5*pi+*+i+*+...
Elegance is not just whether something is "pretty," as in, hey look, integers! It's also whether it has strong meaning.