Ah--okay. So we can define \sin and \cos as ratios of a right triangle, or equivalently cartesian coordinates of a point on a unit circle. This has a nice geometric interpretation. However, at some point, we also prefer to define these trigonometric functions in a more general way to accommodate complex numbers:
\sin(x) = \frac{1}{2}(e^{ix}-e^{-ix})
\cos(x) = \frac{1}{2}(e^{ix}+e^{-ix})
One of the advantages of this formalism (aside from giving a natural definition for the hyperbolic trig functions) is that we can recover Euler's formula trivially:
\cos(x) + i \sin(x) = e^{ix}
However, now I'm curious how we can relate this to the previous geometric interpretation. Instinctively, perhaps, we could recite what is commonly taught and "interpret" the imaginary exponential e^{i\theta} as a point on the Cartesian plane with length one from the origin and angle \theta from the positive x-axis.
However, this is just an awkward definition--why do we interpret this complex exponential this way? I have an algebraic understanding of the exponential of real numbers.
e^3= e\cdot e\cdot e
And by the laws for multiplication of exponentials, we can figure out how to appropriately define the exponential of a negative number, of zero, and even of rational and irrational numbers. However, this is all based on an understanding of the real numbers as things that are closely related to counting numbers, and in a sense we're counting how many times the base of the exponential is being multiplied to itself.
How then, can we understand the exponential of an imaginary number as a polar coordinate, therefore allowing us to connect our generalized definition of the trigonometric functions to our geometric intuition about them?
Perhaps put in another way, why is it that robphy's comment is true? (that the sine is the imaginary component of a complex exponential while the cosine is the real component). We can set this true by definition, but then how do we connect this to a geometric interpretation? (then you say that we can graph the complex exponential as polar coordinates--to which i ask why is a complex exponential supposed to be interpreted as polar coordinates?)
-Flip