1

I am trying to understand (intuitively) this formula here: $$e^{ic} = cos (c) + i.sin (c)$$

I understand the infinite sum (traditional) approach 1, but I am looking for something more geometric, maybe because of the involvement of the trig functions. I found another approach 2 which uses the fact that (assuming $f(x)=e^{ix}$): $$f'(x)=i.e^{ix}=i(g(x)+i.h(x))=i.g(x)-h(x) $$

Since the pair of functions $g$ and $h$ for which $h' = g$ and $g' = -h$ happen to be sine and cosine, we get the proof.

I know that exponentiation involving imaginary numbers are more easily dealt with using the power series, but is there a more visual approach to this?

Wolgwang
  • 1,563
Bipasha
  • 231
  • 1
  • 10

1 Answers1

1

Complex numbers admit the matrix representation $x+yi=\left(\begin{array}{cc} x & -y\\ y & x \end{array}\right)$. They can then be seen as a generalization of $2\times2$ rotation matrices that also including scaling. Writing rotation matrices as something exponentiated then just means anticlockwise rotations by $\theta,\,\phi$ compose to an anticlockwise rotation by $\theta+\phi$. Why the base is $e^{i}$ is the hard part, which I think needs Taylor series, albeit seen again in terms of matrices.

J.G.
  • 115,835