0

I see the following identity in my book however they don't prove it so I am wondering how to prove that $e^{i \theta_1+i\theta_2}=e^{i\theta_1}e^{i\theta_2}$?

The definition is:

$$e^{i\theta} = \cos(\theta)+i\sin(\theta)$$

Robben
  • 223

1 Answers1

3

Hint $$e^{i\theta_1}e^{i\theta_2}=\bigl(\cos(\theta_1)+i\sin(\theta_1) \bigr) \bigl(\cos(\theta_2)+i\sin(\theta_2)\bigr)$$

Just open the brackets.

N. S.
  • 132,525
  • @Robben You can also define the exponential function by its power series and then prove exp(z)exp(z')=exp(z+z') for any complex numbers z and z'. Let me know if you would like the details. – P. Lawrence Jan 27 '20 at 03:46