Lesson 4 of 9 · Complex-number foundation
Multiplication can turn an arrow.
Your win: explain why multiplying by \(e^{i\theta}\) adds an angle while preserving magnitude.
Package a unit-circle point
Euler's formula writes the unit-circle point \((\cos\theta,\sin\theta)\) as one complex number:
Its magnitude is one because \(\cos^2\theta+\sin^2\theta=1\). It carries direction, but no stretching.
Multiply and collect coordinates
Let \(z=x+iy\). Multiplying by the unit phase gives:
Read the real and imaginary parts as the new coordinates:
Numbers substituted: rotate \(2+i\) by \(\pi/2\)
The point \((2,1)\) becomes \((-1,2)\), exactly the quarter-turn rule \((x,y)\mapsto(-y,x)\). Its magnitude stays \(\sqrt5\).
Numbers substituted: rotate \(2\) by \(\pi/6\)
The point \((2,0)\) becomes \((\sqrt3,1)\). Both have magnitude \(2\).
Why angles add
Two successive phase multiplications are two successive turns. A turn by \(\alpha\), followed by a turn by \(\beta\), is a turn by \(\alpha+\beta\). This composition rule will later collapse \(R_{-m}R_n\) into \(R_{n-m}\).
Retrieval check
What does \(e^{i\alpha}e^{i\beta}\) do to phase?
Practice before moving on
- Rotate \(1+i\) by \(\pi/2\) using complex multiplication.
- Rotate \(3-2i\) by \(\pi\).
- Expand \((x+iy)(\cos\theta+i\sin\theta)\) without looking above.
- Show numerically that \(|-1+2i|=|2+i|\).
- Simplify \(e^{i\pi/3}e^{i\pi/6}\) and state the net angle.
Check solutions
- \((1+i)i=-1+i\).
- \((3-2i)(-1)=-3+2i\).
- \((x\cos\theta-y\sin\theta)+i(x\sin\theta+y\cos\theta)\).
- Both magnitudes are \(\sqrt5\).
- \(e^{i\pi/2}=i\); the net angle is \(\pi/2\).
Primary source: OpenStax Chapter 8 Key Concepts, especially polar form and the rule that multiplying complex numbers adds their angles.
Ask the teaching agent to check your expansion with a different pair of coordinates before moving on.