Every z=0 can be written z=reiθ with r=∣z∣>0; θ is an argument of z, determined up to adding a multiple of 2π. The value in (−π,π] is the principal argument, written argz.
Examples
Example 3.6(First values, and one famous identity)
Reading the definition at the cardinal angles:
eiπ/2=i,eiπ=−1,e2iπ=1,eiπ/4=22(1+i).
The second one, rearranged as eiπ+1=0, is Euler’s celebrated identity linking e, i, π, 1 and 0; at this stage of the book it is a definition unwinding rather than a theorem, and its real content — why the analytic exponential function of Chapter 4, extended to imaginary arguments, deserves the same name — is settled by the power series of Chapter 17. Meanwhile the display above is worth memorizing as a conversion table: it is used silently every time an argument is read off a picture.
Example 3.9(Expanding cos3θ by de Moivre)
Write c=cosθ, s=sinθ. De Moivre and the binomial theorem give
cos3θ+isin3θ=(c+is)3=c3−3cs2+i(3c2s−s3),
and identifying real parts, then substituting s2=1−c2:
cos3θ=c3−3c(1−c2)=4cos3θ−3cosθ.
The imaginary part yields sin3θ=3sinθ−4sin3θ for free: one complex identity always carries two real ones. Read backwards, the boxed identity is the key to the classical trisection equation: constructing cos(θ/3) from cosθ means solving the cubic 4x3−3x=cosθ, which is where the algebra of Chapter 8 takes over.
Example 3.13(A binomial trigonometric sum)
For n∈N and θ∈R, evaluate S=∑k=0n(kn)coskθ. Recognize the real part of a binomial expansion:
S=ℜk=0∑n(kn)(eiθ)k=ℜ(1+eiθ)n,
then factor the half-angle (Method 3.11 (4)): 1+eiθ=2cos2θeiθ/2, so
S=ℜ(2ncosn2θeinθ/2)=2ncosn2θcos2nθ.
The imaginary part yields ∑k(kn)sinkθ=2ncosn2θsin2nθ for free. Sanity checks: θ=0 recovers ∑(kn)=2n, and θ=π gives S=0 for n≥1 (each factor cos2π vanishes), i.e. the alternating row sum of Example 2.17. The method — “see the cosine sum as the shadow of a complex power, then factor half-angles” — is exactly that of Exercise 3.6, with the binomial theorem replacing the geometric series.