[Math] Complex multiplication as rotation

complex numbersrotations

Is there a reason that complex numbers multiplied so readily represent rotations in a plane? Any intuition behind this would help.

Best Answer

You can represent the complex number $z=x+iy$ by $z=re^{i\theta}$, where $r=\sqrt{x^2+y^2}$ and $\theta$ is the counter-clockwise angle from the positive $x$ axis. So if we multiply two complex numbers together, e.g. $z=re^{i\theta}$ and $w=se^{i\phi}$ we get $$zw = re^{i\theta}se^{i\phi}=(rs)e^{i(\theta+\phi)},$$ so as you can see the resulting complex number has angle $\theta+\phi$ and length $rs$.

Related Question