Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Multiplying complex numbers in polar form?

Writer Matthew Martinez
$\begingroup$

Could someone explain why you multiply the lengths and add the angles when multiplying polar coordinates?

I tried multiplying the polar forms ($r_1\left(\cos\theta_1 + i\sin\theta_1\right)\cdot r_2\left(\cos\theta_2 + i\sin\theta_2\right)$), and expanding/factoring the result, and end up multiplying the lengths but can't seem to come to an equation where you add the angles.

$\endgroup$ 2

2 Answers

$\begingroup$

By multiplying things out as usual, you get

$$[r_1(\cos\theta_1 + i\sin\theta_1)][r_2(\cos\theta_2 + i\sin\theta_2)] = r_1r_2(\cos\theta_1\cos\theta_2 - \sin\theta_1\sin\theta_2 + i[\sin\theta_1\cos\theta_2 + \sin\theta_2\cos\theta_1]).$$

Now you want to use the trig identities $\cos\theta_1\cos\theta_2 - \sin\theta_1\sin\theta_2 = \cos(\theta_1 + \theta_2)$ and $\sin\theta_1\cos\theta_2 + \sin\theta_2\cos\theta_1 = \sin(\theta_1 + \theta_2)$ to conclude that this is in fact $$r_1r_2[\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)].$$

$\endgroup$ 3 $\begingroup$

It might be useful to write the numbers as

$$z_1= \nu e^{i\theta}$$

$$z_2= \mu e^{i\psi}$$

Then one has

$$z_1\cdot z_2 =\nu \mu \cdot e^{(\psi+\theta)i}$$

This representation stems from Euler's formula

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

which I suspect you haven't been told about yet.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy