100% FREE Updated: Apr 2026 Trigonometry and Complex Numbers Complex Numbers

Polar form

Comprehensive study notes on Polar form for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Polar form

This chapter introduces the polar form of complex numbers, a fundamental representation that significantly simplifies operations like exponentiation and root extraction. Mastery of De Moivre's Theorem and its applications to powers and roots of complex numbers, including roots of unity, is crucial for solving advanced problems in complex analysis often encountered in examinations.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Polar representation | | 2 | De Moivre theorem | | 3 | Powers of complex numbers | | 4 | Roots of complex numbers | | 5 | Roots of unity |

---

We begin with Polar representation.

Part 1: Polar representation

Polar Representation

Overview

The polar representation of a complex number converts algebraic form z=x+iy\qquad z=x+iy into a geometric form using its modulus and argument. This is one of the most powerful ways to multiply, divide, take powers, and extract roots of complex numbers. In CMI-style questions, the real skill is not just writing down the formula, but using it cleanly in computation and proof. ---

Learning Objectives

By the End of This Topic

After studying this topic, you will be able to:

  • write a nonzero complex number in polar form,

  • find the modulus and argument correctly,

  • multiply and divide complex numbers using polar representation,

  • apply De Moivre's theorem,

  • find roots of complex numbers using polar form.

---

Core Definitions

📖 Modulus and Argument

For a complex number

z=x+iy\qquad z=x+iy

its modulus is

z=x2+y2\qquad |z|=\sqrt{x^2+y^2}

If z0z\ne 0, an argument of zz is any angle θ\theta such that

x=zcosθ,y=zsinθ\qquad x=|z|\cos\theta,\qquad y=|z|\sin\theta

📐 Polar Form

If z0z\ne 0, then

z=r(cosθ+isinθ)\qquad z=r(\cos\theta+i\sin\theta)

where

    • r=z>0r=|z|>0,

    • θ\theta is any argument of zz.

---

Why Polar Form Works

Since x=rcosθ,y=rsinθ\qquad x=r\cos\theta,\qquad y=r\sin\theta we can rewrite z=x+iy=rcosθ+irsinθ=r(cosθ+isinθ)\qquad z=x+iy=r\cos\theta+ir\sin\theta=r(\cos\theta+i\sin\theta) So polar form is just the geometric form of the same complex number. ---

Non-Uniqueness of the Argument

Arguments Differ by Multiples of 2π2\pi

If θ\theta is an argument of zz, then every argument of zz is of the form

θ+2kπ,kZ\qquad \theta+2k\pi,\qquad k\in\mathbb{Z}

So the polar form is not unique unless we restrict the argument. ---

Principal Argument

📐 Principal Argument

For z0z\ne 0, the principal argument, denoted \Argz\Arg z, is the unique angle in

(π,π]\qquad (-\pi,\pi]

representing the direction of zz.

Examples:
  • \Arg(1+i)=π4\Arg(1+i)=\dfrac{\pi}{4}
  • \Arg(1+i)=3π4\Arg(-1+i)=\dfrac{3\pi}{4}
  • \Arg(1i)=3π4\Arg(-1-i)=-\dfrac{3\pi}{4}
---

Multiplication and Division

📐 Product Rule in Polar Form

If

z1=r1(cosα+isinα),z2=r2(cosβ+isinβ)\qquad z_1=r_1(\cos\alpha+i\sin\alpha),\qquad z_2=r_2(\cos\beta+i\sin\beta)

then

z1z2=r1r2(cos(α+β)+isin(α+β))\qquad z_1z_2=r_1r_2\big(\cos(\alpha+\beta)+i\sin(\alpha+\beta)\big)

📐 Quotient Rule in Polar Form

If z20z_2\ne 0, then

z1z2=r1r2(cos(αβ)+isin(αβ))\qquad \dfrac{z_1}{z_2}=\dfrac{r_1}{r_2}\big(\cos(\alpha-\beta)+i\sin(\alpha-\beta)\big)

These are the main reasons polar form is useful. ---

De Moivre's Theorem

📐 De Moivre

If

z=r(cosθ+isinθ)\qquad z=r(\cos\theta+i\sin\theta)

then for every integer nn,

zn=rn(cosnθ+isinnθ)\qquad z^n=r^n(\cos n\theta+i\sin n\theta)

This turns powers of complex numbers into straightforward angle multiplication. ---

Roots of a Complex Number

📐 nnth Roots

If

z=r(cosθ+isinθ),r>0\qquad z=r(\cos\theta+i\sin\theta),\qquad r>0

then the nnth roots of zz are

rn(cosθ+2kπn+isinθ+2kπn),k=0,1,,n1\qquad \sqrt[n]{r}\left(\cos\dfrac{\theta+2k\pi}{n}+i\sin\dfrac{\theta+2k\pi}{n}\right),\qquad k=0,1,\dots,n-1

These are nn distinct roots, equally spaced on a circle. ---

Minimal Worked Examples

Example 1 Write z=1+i3z=-1+i\sqrt{3} in polar form. First, z=(1)2+(3)2=2\qquad |z|=\sqrt{(-1)^2+(\sqrt{3})^2}=2 The point lies in the second quadrant, and tanθ=31\qquad \tan\theta=\dfrac{\sqrt{3}}{-1} So the principal argument is \Argz=2π3\qquad \Arg z=\dfrac{2\pi}{3} Hence z=2(cos2π3+isin2π3)\qquad z=2\left(\cos\dfrac{2\pi}{3}+i\sin\dfrac{2\pi}{3}\right) --- Example 2 Compute (1+i)8(1+i)^8 using polar form. First, 1+i=2(cosπ4+isinπ4)\qquad 1+i=\sqrt{2}\left(\cos\dfrac{\pi}{4}+i\sin\dfrac{\pi}{4}\right) So (1+i)8=(2)8(cos2π+isin2π)=16\qquad (1+i)^8=(\sqrt{2})^8\left(\cos 2\pi+i\sin 2\pi\right)=16 Thus (1+i)8=16\qquad (1+i)^8=16 ---

Common Patterns

📐 What Exam Questions Usually Test

  • write a given number in polar form,

  • find the principal argument,

  • compute powers using De Moivre,

  • find roots of a complex number,

  • convert back from polar to algebraic form.

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ choosing the wrong quadrant for the argument,
✅ use the signs of real and imaginary parts
    • ❌ forgetting that arguments differ by 2kπ2k\pi,
✅ always distinguish between argz\arg z and \Argz\Arg z
    • ❌ using polar form for z=0z=0 as if argument were defined,
✅ the argument of 00 is undefined
    • ❌ forgetting all nn roots,
✅ an nnth root problem gives nn distinct roots
---

CMI Strategy

💡 How to Solve Polar Questions

  • compute the modulus first,

  • find the correct quadrant before writing the argument,

  • switch to polar form as soon as products, quotients, powers, or roots appear,

  • return to algebraic form only at the end if needed.

---

Practice Questions

:::question type="MCQ" question="The polar form of 1+i3-1+i\sqrt{3} is" options=["2(cos2π3+isin2π3)2\left(\cos\dfrac{2\pi}{3}+i\sin\dfrac{2\pi}{3}\right)","2(cosπ3+isinπ3)2\left(\cos\dfrac{\pi}{3}+i\sin\dfrac{\pi}{3}\right)","3(cos2π3+isin2π3)\sqrt{3}\left(\cos\dfrac{2\pi}{3}+i\sin\dfrac{2\pi}{3}\right)","2(cos5π3+isin5π3)2\left(\cos\dfrac{5\pi}{3}+i\sin\dfrac{5\pi}{3}\right)"] answer="A" hint="Find modulus and quadrant first." solution="The modulus is 22, and the point lies in the second quadrant with principal argument 2π3\dfrac{2\pi}{3}. Hence the correct option is A\boxed{A}." ::: :::question type="NAT" question="Find the modulus of (1+i)6(1+i)^6." answer="8" hint="Use zn=zn|z^n|=|z|^n." solution="We have 1+i=2|1+i|=\sqrt{2}. Therefore (1+i)6=1+i6=(2)6=8\qquad |(1+i)^6|=|1+i|^6=(\sqrt{2})^6=8 Hence the answer is 8\boxed{8}." ::: :::question type="MSQ" question="Which of the following are true for nonzero complex numbers?" options=["Arguments differ by integer multiples of 2π2\pi","Polar form is useful for powers and roots","The argument of every complex number is unique without restriction","If z=r(cosθ+isinθ)z=r(\cos\theta+i\sin\theta), then z=r|z|=r"] answer="A,B,D" hint="Think about non-uniqueness of the argument." solution="1. True. Arguments differ by 2kπ2k\pi.
  • True. That is one of the main uses of polar form.
  • False. Only the principal argument is unique after restriction.
  • True. In polar form, the modulus is exactly rr.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Find all cube roots of 8i-8i." answer="The cube roots are 3i\sqrt{3}-i, 2i2i, and 3i-\sqrt{3}-i" hint="Write 8i-8i in polar form first." solution="We write 8i=8(cos(π2)+isin(π2))\qquad -8i=8\left(\cos\left(-\dfrac{\pi}{2}\right)+i\sin\left(-\dfrac{\pi}{2}\right)\right) The cube roots are 2(cosπ/2+2kπ3+isinπ/2+2kπ3),k=0,1,2\qquad 2\left(\cos\dfrac{-\pi/2+2k\pi}{3}+i\sin\dfrac{-\pi/2+2k\pi}{3}\right),\qquad k=0,1,2 Now compute: For k=0k=0: 2(cos(π6)+isin(π6))=3i\qquad 2\left(\cos\left(-\dfrac{\pi}{6}\right)+i\sin\left(-\dfrac{\pi}{6}\right)\right)=\sqrt{3}-i For k=1k=1: 2(cosπ2+isinπ2)=2i\qquad 2\left(\cos\dfrac{\pi}{2}+i\sin\dfrac{\pi}{2}\right)=2i For k=2k=2: 2(cos7π6+isin7π6)=3i\qquad 2\left(\cos\dfrac{7\pi}{6}+i\sin\dfrac{7\pi}{6}\right)=-\sqrt{3}-i Hence all cube roots are 3i, 2i, 3i\qquad \boxed{\sqrt{3}-i,\ 2i,\ -\sqrt{3}-i}." ::: ---

    Summary

    Key Takeaways for CMI

    • Every nonzero complex number can be written as r(cosθ+isinθ)r(\cos\theta+i\sin\theta) with r>0r>0.

    • The modulus is unique, but the argument is not unique.

    • Principal argument lies in (π,π](-\pi,\pi].

    • Polar form makes multiplication, division, powers, and roots much easier.

    • De Moivre's theorem is central to this topic.

    ---

    💡 Next Up

    Proceeding to De Moivre theorem.

    ---

    Part 2: De Moivre theorem

    De Moivre Theorem

    Overview

    De Moivre's theorem is the main tool for raising complex numbers in polar form to powers and for extracting roots. It converts algebraic exponentiation into angle multiplication. In CMI-style questions, it is used for powers, roots of unity, trigonometric identities, and geometric arrangements of points on a circle. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • state and use De Moivre's theorem,

    • compute powers of complex numbers in polar form,

    • find all nnth roots of a complex number,

    • handle roots of unity,

    • connect algebraic roots with equally spaced points on a circle.

    ---

    Polar Form

    📐 Standard Polar Form

    A nonzero complex number zz can be written as

    z=r(cosθ+isinθ)\qquad z = r(\cos\theta + i\sin\theta)

    where

      • r=z>0\qquad r=|z|>0,

      • θ=arg(z)\qquad \theta = \arg(z).

    Using Euler notation, this becomes z=reiθ\qquad z = re^{i\theta} ::: ---

    De Moivre Theorem

    📐 Main Theorem

    If

    z=r(cosθ+isinθ)\qquad z = r(\cos\theta + i\sin\theta)

    then for every integer nn,

    zn=rn(cos(nθ)+isin(nθ))\qquad z^n = r^n\big(\cos(n\theta) + i\sin(n\theta)\big)

    Equivalently, (reiθ)n=rneinθ\qquad (re^{i\theta})^n = r^n e^{in\theta} ::: ---

    Powers of Complex Numbers

    💡 How to Compute znz^n

    • convert zz to polar form,

    • raise the modulus to the power nn,

    • multiply the argument by nn,

    • convert back to Cartesian form if needed.

    ---

    Roots of Complex Numbers

    📐 All nnth Roots

    To solve
    wn=z\qquad w^n = z

    where
    z=r(cosθ+isinθ)\qquad z = r(\cos\theta + i\sin\theta),
    the nnth roots are

    wk=r1/n(cosθ+2kπn+isinθ+2kπn)\qquad w_k = r^{1/n}\left(\cos\frac{\theta+2k\pi}{n} + i\sin\frac{\theta+2k\pi}{n}\right)

    for
    k=0,1,2,,n1\qquad k=0,1,2,\dots,n-1

    So there are exactly nn distinct nnth roots. ---

    Roots of Unity

    📐 nnth Roots of Unity

    The solutions of
    zn=1\qquad z^n = 1

    are

    zk=cos2kπn+isin2kπn\qquad z_k = \cos\frac{2k\pi}{n} + i\sin\frac{2k\pi}{n}

    for
    k=0,1,,n1\qquad k=0,1,\dots,n-1

    These are equally spaced points on the unit circle. ---

    Minimal Worked Examples

    Example 1 Compute (1+i)4\qquad (1+i)^4 First, 1+i=2(cosπ4+isinπ4)\qquad 1+i = \sqrt{2}\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right) So by De Moivre, (1+i)4=(2)4(cosπ+isinπ)\qquad (1+i)^4 = (\sqrt{2})^4\left(\cos\pi+i\sin\pi\right) =4(1+0i)=4\qquad = 4(-1+0i) = -4 Hence (1+i)4=4\qquad \boxed{(1+i)^4=-4} --- Example 2 Find all cube roots of 11. Write 1=cos(2kπ)+isin(2kπ)\qquad 1=\cos(2k\pi)+i\sin(2k\pi) So the cube roots are 1,cos2π3+isin2π3,cos4π3+isin4π3\qquad 1,\quad \cos\frac{2\pi}{3}+i\sin\frac{2\pi}{3},\quad \cos\frac{4\pi}{3}+i\sin\frac{4\pi}{3} That is, 1,12+32i,1232i\qquad 1,\quad -\frac{1}{2}+\frac{\sqrt{3}}{2}i,\quad -\frac{1}{2}-\frac{\sqrt{3}}{2}i ---

    Geometry of the Roots

    Equal Spacing

    The nnth roots of a nonzero complex number lie on a circle centred at the origin with radius r1/nr^{1/n} and are equally spaced in argument by

    2πn\qquad \frac{2\pi}{n}

    This geometric picture is essential for roots of unity and many CMI-style problems. ---

    Trigonometric Consequences

    📐 Useful Consequences

    By comparing real and imaginary parts in De Moivre's theorem, we obtain formulas for

      • cos(nθ)\cos(n\theta)

      • sin(nθ)\sin(n\theta)


    in terms of cosθ\cos\theta and sinθ\sin\theta.

    For example, (cosθ+isinθ)2=cos2θ+isin2θ\qquad (\cos\theta+i\sin\theta)^2 = \cos2\theta + i\sin2\theta gives the double-angle identities. ---

    Common Patterns

    📐 Patterns to Recognize

    • compute znz^n for a given complex number,

    • find all roots of zn=az^n=a,

    • work with roots of unity,

    • simplify trigonometric expressions using complex form,

    • interpret roots geometrically on circles.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ forgetting that arguments differ by multiples of 2π2\pi,
    ✅ include θ+2kπ\theta+2k\pi when finding roots
      • ❌ giving only one root when there should be nn roots,
    ✅ list all nn distinct values
      • ❌ using Cartesian form when polar form is much simpler,
    ✅ switch to polar form early
      • ❌ forgetting to reduce arguments or convert back carefully
    ---

    CMI Strategy

    💡 How to Solve Fast

    • Convert to polar form immediately.

    • Use De Moivre for powers.

    • Use the full root formula for roots.

    • For roots of unity, think geometrically on the unit circle.

    • If needed, compare real and imaginary parts for trigonometric identities.

    ---

    Practice Questions

    :::question type="MCQ" question="The value of (1+i)4(1+i)^4 is" options=["44","4-4","4i4i","4i-4i"] answer="B" hint="Convert 1+i1+i to polar form." solution="We have 1+i=2(cosπ4+isinπ4)\qquad 1+i=\sqrt{2}\left(\cos\frac{\pi}{4}+i\sin\frac{\pi}{4}\right) Hence (1+i)4=(2)4(cosπ+isinπ)=4(1)=4\qquad (1+i)^4 = (\sqrt{2})^4\left(\cos\pi+i\sin\pi\right)=4(-1)= -4 Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="How many distinct fourth roots does a nonzero complex number have?" answer="4" hint="Use the general nnth-root formula." solution="A nonzero complex number has exactly nn distinct nnth roots. Therefore it has exactly 4\boxed{4} distinct fourth roots." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["De Moivre's theorem gives (reiθ)n=rneinθ(re^{i\theta})^n = r^n e^{in\theta}","The nnth roots of unity lie on the unit circle","A nonzero complex number has exactly nn distinct nnth roots","The roots of unity are equally spaced in argument"] answer="A,B,C,D" hint="Use the theorem and the standard geometry of roots." solution="1. True. This is De Moivre's theorem in exponential form.
  • True. Roots of unity have modulus 11.
  • True. The general root formula gives exactly nn distinct roots.
  • True. Their arguments differ by 2πn\dfrac{2\pi}{n}.
  • Hence the correct answer is A,B,C,D\boxed{A,B,C,D}." ::: :::question type="SUB" question="Find all solutions of z3=1z^3=1." answer="1, 12+32i, 1232i1,\ -\dfrac{1}{2}+\dfrac{\sqrt{3}}{2}i,\ -\dfrac{1}{2}-\dfrac{\sqrt{3}}{2}i" hint="Use the cube roots of unity." solution="We write 1=cos(2kπ)+isin(2kπ)\qquad 1=\cos(2k\pi)+i\sin(2k\pi) So the cube roots are zk=cos2kπ3+isin2kπ3\qquad z_k = \cos\frac{2k\pi}{3} + i\sin\frac{2k\pi}{3} for k=0,1,2\qquad k=0,1,2 Thus the three roots are z0=1\qquad z_0 = 1 z1=cos2π3+isin2π3=12+32i\qquad z_1 = \cos\frac{2\pi}{3}+i\sin\frac{2\pi}{3} = -\frac{1}{2}+\frac{\sqrt{3}}{2}i z2=cos4π3+isin4π3=1232i\qquad z_2 = \cos\frac{4\pi}{3}+i\sin\frac{4\pi}{3} = -\frac{1}{2}-\frac{\sqrt{3}}{2}i Hence all solutions are 1, 12+32i, 1232i\qquad \boxed{1,\ -\frac{1}{2}+\frac{\sqrt{3}}{2}i,\ -\frac{1}{2}-\frac{\sqrt{3}}{2}i}" ::: ---

    Summary

    Key Takeaways for CMI

    • De Moivre's theorem turns powers into angle multiplication.

    • Polar form is the natural language for powers and roots.

    • A nonzero complex number has exactly nn distinct nnth roots.

    • Roots of unity lie equally spaced on the unit circle.

    • Geometry and algebra work together strongly in this topic.

    • Always include all branches when finding roots.

    ---

    💡 Next Up

    Proceeding to Powers of complex numbers.

    ---

    Part 3: Powers of complex numbers

    Powers of Complex Numbers

    Overview

    Powers of complex numbers become simple and structured once the number is written in polar form. In CMI-style questions, this topic is often not about long algebraic expansion. Instead, it is about understanding how the modulus and argument behave under repeated powers, and then deciding when the set {zkk is a positive integer}\qquad \{z^k \mid k \text{ is a positive integer}\} is finite or infinite. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Write a nonzero complex number in polar form.

    • Use De Moivre's theorem to compute powers of complex numbers.

    • Determine how modulus and argument change under powers.

    • Decide when the set of positive integer powers of a complex number is finite.

    • Relate finite power sets to roots of unity and rational arguments.

    ---

    Polar Form

    📖 Polar Form of a Nonzero Complex Number

    Any nonzero complex number zz can be written as

    z=r(cosθ+isinθ)\qquad z = r(\cos \theta + i \sin \theta)

    where:

      • r=z>0r = |z| > 0 is the modulus,

      • θ\theta is an argument of zz.

    The same number also has the exponential form z=reiθ\qquad z = re^{i\theta} but for calculations in this topic, the trigonometric form is often the safest. ---

    De Moivre's Theorem

    📐 Power Formula

    If

    z=r(cosθ+isinθ)\qquad z = r(\cos \theta + i \sin \theta)

    then for every positive integer nn,

    zn=rn(cosnθ+isinnθ)\qquad z^n = r^n(\cos n\theta + i \sin n\theta)

    This is the main tool of the topic. ---

    What Powers Do to Modulus and Argument

    📐 Immediate Consequences

    If

    z=r(cosθ+isinθ)\qquad z = r(\cos \theta + i \sin \theta)

    then

      • zn=rn\qquad |z^n| = r^n

      • arg(zn)nθ(mod2π)\qquad \arg(z^n) \equiv n\theta \pmod{2\pi}

    So repeated powers do two things:
  • the modulus is repeatedly multiplied by rr,
  • the argument is repeatedly added by θ\theta.
  • This completely explains when the powers repeat and when they do not. ---

    The Set of Powers

    For a complex number zz, define P(z)={zkk is a positive integer}\qquad P(z) = \left|\{z^k \mid k \text{ is a positive integer}\}\right| that is, the number of distinct positive integer powers of zz. This number may be finite or infinite. ---

    First Classification

    Three Main Cases

    • If z=0z=0, then

    z,z2,z3,\qquad z, z^2, z^3, \dots are all 00,
    so

    P(0)=1\qquad P(0)=1

    • If z0z\ne 0 and z1|z|\ne 1, then the moduli

    z,z2,z3,\qquad |z|, |z|^2, |z|^3, \dots
    are distinct, so

    P(z) is infinite\qquad P(z)\text{ is infinite}

    • If z0z\ne 0 and z=1|z|=1, then finiteness depends entirely on whether the argument is a rational multiple of 2π2\pi.

    This is the basic classification structure. ---

    Root of Unity Criterion

    📖 Root of Unity

    A nonzero complex number zz is called a root of unity if

    zn=1\qquad z^n = 1

    for some positive integer nn.

    Finite Powers Criterion

    For z0z\ne 0,

    P(z) is finite    z is a root of unity\qquad P(z)\text{ is finite} \iff z\text{ is a root of unity}

    Equivalently,

    P(z) is finite    z=1 and θ2πQ\qquad P(z)\text{ is finite} \iff |z|=1 \text{ and } \dfrac{\theta}{2\pi}\in \mathbb{Q}

    So the finite case occurs exactly when the argument eventually comes back to a multiple of 2π2\pi. ---

    Why Rational Multiple of 2π2\pi Matters

    Suppose z=cosθ+isinθ\qquad z = \cos \theta + i\sin \theta with z=1|z|=1. If θ=2πpq\qquad \theta = \dfrac{2\pi p}{q} where p,qp,q are integers and gcd(p,q)=1\gcd(p,q)=1, then zq=cos(2πp)+isin(2πp)=1\qquad z^q = \cos(2\pi p) + i\sin(2\pi p) = 1 So the powers repeat with period qq, and hence P(z)P(z) is finite. If instead θ2πQ\qquad \dfrac{\theta}{2\pi}\notin \mathbb{Q} then no positive multiple of θ\theta can equal an integer multiple of 2π2\pi, so the powers never repeat, and P(z)P(z) is infinite. ---

    Exact Value of P(z)P(z) in the Root-of-Unity Case

    📐 Order Formula

    If

    z=cos(2πpq)+isin(2πpq)\qquad z = \cos\left(\dfrac{2\pi p}{q}\right) + i\sin\left(\dfrac{2\pi p}{q}\right)

    with gcd(p,q)=1\gcd(p,q)=1, then

    P(z)=q\qquad P(z)=q

    This is because qq is the smallest positive integer such that zq=1\qquad z^q = 1 and the powers z,z2,,zq\qquad z, z^2, \dots, z^q then cycle periodically. ---

    Standard Examples

    📐 Useful Examples
      • P(0)=1\qquad P(0)=1
      • P(1)=1\qquad P(1)=1
      • P(1)=2\qquad P(-1)=2
      • P(i)=4\qquad P(i)=4
      • P ⁣(cos2π5+isin2π5)=5\qquad P\!\left(\cos \dfrac{2\pi}{5}+i\sin \dfrac{2\pi}{5}\right)=5
      • P(ei) is infinite\qquad P(e^i)\text{ is infinite}
    The last example is important because ei=cos1+isin1\qquad e^i = \cos 1 + i\sin 1 and the angle 11 is not a rational multiple of 2π2\pi, since that would imply π\pi is rational. ---

    Primitive Roots of Unity

    📖 Primitive Root of Unity

    A complex number zz is called a primitive nnth root of unity if

    zn=1\qquad z^n=1

    and no smaller positive power of zz equals 11.

    For such a number, P(z)=n\qquad P(z)=n ::: Examples:
    • ii is a primitive 44th root of unity
    • cos2π3+isin2π3\cos \dfrac{2\pi}{3} + i\sin \dfrac{2\pi}{3} is a primitive 33rd root of unity
    ::: ---

    Minimal Worked Examples

    Example 1 Find P(i)P(i). Since i=cosπ2+isinπ2\qquad i = \cos \dfrac{\pi}{2} + i\sin \dfrac{\pi}{2} we get i1=i,i2=1,i3=i,i4=1\qquad i^1=i,\quad i^2=-1,\quad i^3=-i,\quad i^4=1 and then the powers repeat. So P(i)=4\qquad P(i)=4 --- Example 2 Find P ⁣(1+i32)P\!\left(\dfrac{1+i\sqrt{3}}{2}\right). We have 1+i32=cosπ3+isinπ3\qquad \dfrac{1+i\sqrt{3}}{2} = \cos \dfrac{\pi}{3} + i\sin \dfrac{\pi}{3} So its argument is π3=2π6\qquad \dfrac{\pi}{3} = \dfrac{2\pi}{6} and the corresponding order is 66. Hence P ⁣(1+i32)=6\qquad P\!\left(\dfrac{1+i\sqrt{3}}{2}\right)=6 --- Example 3 Show that P(ei)P(e^i) is infinite. If P(ei)P(e^i) were finite, then eie^i would be a root of unity, so there would exist a positive integer nn such that (ei)n=1\qquad (e^i)^n = 1 That would mean ein=1\qquad e^{in} = 1 so nn would be an integer multiple of 2π2\pi, which would imply π\pi is rational. This is impossible. Therefore P(ei) is infinite\qquad P(e^i)\text{ is infinite} ---

    Algebraic Shortcuts

    Sometimes a complex number is not already in visible polar form. Then use algebra first. Example Find the least positive nn such that (1+i1i)n=1\qquad \left(\dfrac{1+i}{1-i}\right)^n = 1 Simplify first: 1+i1i=(1+i)21+1=1+2i+i22=i\qquad \dfrac{1+i}{1-i} = \dfrac{(1+i)^2}{1+1} = \dfrac{1+2i+i^2}{2} = i So the problem becomes: in=1\qquad i^n=1 The least positive such nn is 4\qquad 4 ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Assuming z1|z|\ne 1 always implies P(z)P(z) is infinite without remembering z=0z=0
    ✅ The exceptional case is z=0z=0, where P(0)=1P(0)=1
      • ❌ Thinking every point on the unit circle gives finite powers
    ✅ Only roots of unity do
      • ❌ Forgetting to reduce the argument to a rational multiple of 2π2\pi
    ✅ The denominator after simplification determines the order
      • ❌ Treating eie^i as if it were a root of unity
    ✅ Its argument is 11, not a rational multiple of 2π2\pi
    ---

    CMI Strategy

    💡 How to Attack These Questions

    • First check whether z=0z=0.

    • If z0z\ne 0, compute or identify z|z|.

    • If z1|z|\ne 1, conclude immediately that P(z)P(z) is infinite.

    • If z=1|z|=1, write the argument as a multiple of 2π2\pi.

    • If that multiple is rational, reduce it and read off the order.

    • If it is irrational, conclude that the powers are all distinct and P(z)P(z) is infinite.

    ---

    Practice Questions

    :::question type="MCQ" question="The value of P(i)P(i) is" options=["11","22","44","Infinite"] answer="C" hint="Compute the first few powers of ii." solution="We have i, 1, i, 1, i,\qquad i,\ -1,\ -i,\ 1,\ i,\dots So the powers repeat after 44 distinct values. Hence P(i)=4\qquad P(i)=4 Therefore the correct option is C\boxed{C}." ::: :::question type="NAT" question="Find P ⁣(cosπ3+isinπ3)P\!\left(\cos \dfrac{\pi}{3} + i\sin \dfrac{\pi}{3}\right)." answer="6" hint="Write π3\dfrac{\pi}{3} as a reduced multiple of 2π2\pi." solution="We have π3=2π6\qquad \dfrac{\pi}{3} = \dfrac{2\pi}{6} So z=cos2π6+isin2π6\qquad z = \cos \dfrac{2\pi}{6} + i\sin \dfrac{2\pi}{6} The denominator in reduced form is 66, so the order is 66. Therefore P(z)=6\qquad P(z)=6 Hence the answer is 6\boxed{6}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["P(0)=1P(0)=1","If z0z\ne 0 and z1|z|\ne 1, then P(z)P(z) is infinite","If zz is a root of unity, then P(z)P(z) is finite","If z=1|z|=1, then P(z)P(z) is always finite"] answer="A,B,C" hint="Separate the zero case, the non-unit-modulus case, and the root-of-unity case." solution="1. True.
  • True, because the moduli zk|z|^k are all distinct when z1|z|\ne 1 and z0z\ne 0.
  • True, because powers repeat once some power becomes 11.
  • False, because points on the unit circle with irrational argument multiple of 2π2\pi have infinitely many distinct powers.
  • Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Explain why, for a nonzero complex number zz, the set of powers {zkk is a positive integer}\{z^k \mid k \text{ is a positive integer}\} is finite if and only if zz is a root of unity." answer="Because finiteness forces two powers to be equal, giving a positive power equal to 11, and conversely a root of unity makes the powers periodic." hint="Use repetition of powers in one direction and periodicity in the other." solution="Suppose first that the set of powers of zz is finite. Then among the infinitely many numbers z, z2, z3,\qquad z,\ z^2,\ z^3,\dots two of them must be equal, say zm=zn\qquad z^m = z^n with m>n1m>n\ge 1. Since z0z\ne 0, we can divide by znz^n and get zmn=1\qquad z^{m-n}=1 So zz is a root of unity. Conversely, if zz is a root of unity, then for some positive integer tt, zt=1\qquad z^t=1 Hence zk+t=zk\qquad z^{k+t}=z^k for every positive integer kk, so the powers repeat periodically. Therefore only finitely many distinct powers occur. Thus, for z0z\ne 0, the set of positive integer powers is finite if and only if zz is a root of unity." ::: ---

    Summary

    Key Takeaways for CMI

    • Write nonzero complex numbers in polar form and use De Moivre's theorem.

    • Under powers, the modulus becomes rnr^n and the argument becomes nθn\theta.

    • If z=0z=0, then P(0)=1P(0)=1.

    • If z0z\ne 0 and z1|z|\ne 1, then P(z)P(z) is infinite.

    • If z0z\ne 0 and z=1|z|=1, then P(z)P(z) is finite exactly when zz is a root of unity.

    • If z=cos2πpq+isin2πpqz=\cos \dfrac{2\pi p}{q}+i\sin \dfrac{2\pi p}{q} with gcd(p,q)=1\gcd(p,q)=1, then P(z)=qP(z)=q.

    ---

    💡 Next Up

    Proceeding to Roots of complex numbers.

    ---

    Part 4: Roots of complex numbers

    Roots of Complex Numbers

    Overview

    The roots of a complex number are most naturally understood in polar form. Once a complex number is written as z=r(cosθ+isinθ)=reiθ\qquad z = r(\cos \theta + i\sin \theta)=re^{i\theta} its nnth roots can be described exactly, geometrically and algebraically. In CMI-style problems, this topic is not only about applying De Moivre’s theorem; it is also about understanding:
    • how many roots a complex number has
    • where those roots lie geometrically
    • how conjugation interacts with roots
    • how to solve equations where the right-hand side is real, such as
    zn=z+z\qquad z^n = z+\overline z Your PYQs show both kinds of testing:
    • a conceptual MSQ on roots and modulus
    • a heavy SUB problem built around
    zn=z+z\qquad z^n=z+\overline z So these notes are built to cover both the basic root formula and the more advanced argument-based analysis needed for such equations. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Write a nonzero complex number in polar form.

    • Find all nnth roots of a nonzero complex number.

    • Describe the roots geometrically as equally spaced points on a circle.

    • Work with roots of unity and their sums and products.

    • Use conjugation and argument conditions in equations involving zz and z\overline z.

    • Analyze equations of the type

    zn=z+z\qquad z^n = z+\overline z.

    ---

    Polar Form

    📖 Polar Form

    Any nonzero complex number zz can be written as

    z=r(cosθ+isinθ)=reiθ\qquad z = r(\cos \theta + i\sin \theta)=re^{i\theta}

    where

      • r=z>0\qquad r=|z|>0 is the modulus

      • θ\qquad \theta is an argument of zz


    The argument is not unique: if θ\theta is an argument, then so is
    θ+2kπ\qquad \theta + 2k\pi
    for every integer kk.

    ---

    De Moivre's Theorem

    📐 De Moivre

    For any real θ\theta and integer nn,

    (cosθ+isinθ)n=cos(nθ)+isin(nθ)\qquad (\cos\theta+i\sin\theta)^n = \cos(n\theta)+i\sin(n\theta)

    Equivalently,

    (reiθ)n=rneinθ\qquad (re^{i\theta})^n = r^n e^{in\theta}

    This is the main tool for finding roots. ---

    nnth Roots of a Nonzero Complex Number

    📐 General Root Formula

    Let

    z=reiθ\qquad z = re^{i\theta}

    with r>0r>0. Then the nnth roots of zz are

    <br>wk=r1/nei(θ+2kπ)/n,<br>k=0,1,2,,n1<br>\qquad <br>w_k = r^{1/n} e^{\,i(\theta+2k\pi)/n}, <br>\qquad k=0,1,2,\dots,n-1 <br>

    So a nonzero complex number has exactly nn distinct nnth roots. ---

    Why There Are Exactly nn

    Distinctness

    The roots

    <br>wk=r1/nei(θ+2kπ)/n<br>\qquad <br>w_k = r^{1/n} e^{\,i(\theta+2k\pi)/n} <br>

    have:

      • the same modulus

    r1/n\qquad r^{1/n}
      • arguments differing by

    2πn\qquad \dfrac{2\pi}{n}

    Thus they are equally spaced on a circle, and the nn values for
    k=0,1,,n1\qquad k=0,1,\dots,n-1
    are all distinct.

    ---

    Geometric Picture

    📐 Regular nn-gon

    The nnth roots of a nonzero complex number lie on the circle

    w=z1/n\qquad |w| = |z|^{1/n}

    and form the vertices of a regular nn-gon centered at the origin.

    This is one of the most important geometric interpretations in the topic. ---

    Roots of Unity

    📖 nnth Roots of Unity

    The solutions of

    wn=1\qquad w^n=1

    are called the nnth roots of unity.

    They are

    <br>ωk=e2kπi/n,<br>k=0,1,,n1<br>\qquad <br>\omega_k = e^{2k\pi i/n}, <br>\qquad k=0,1,\dots,n-1 <br>

    These lie on the unit circle and form a regular nn-gon. ---

    Important Facts About Roots of Unity

    📐 Standard Identities

    If ω=e2πi/n\omega=e^{2\pi i/n}, then the roots of unity are

    1,ω,ω2,,ωn1\qquad 1,\omega,\omega^2,\dots,\omega^{n-1}

    and for n>1n>1:

    • 1+ω+ω2++ωn1=0\qquad 1+\omega+\omega^2+\cdots+\omega^{n-1}=0


    • Every nnth root of unity has modulus 11


    • The arguments differ by

    2πn\qquad \dfrac{2\pi}{n}

    ---

    Sum and Product of the Roots

    📐 Sum of All nnth Roots

    If z0z\ne0 and n>1n>1, then the sum of all nnth roots of zz is

    0\qquad 0

    Why? If one root is w0w_0, then all roots are w0, w0ω, w0ω2,,w0ωn1\qquad w_0,\ w_0\omega,\ w_0\omega^2,\dots,w_0\omega^{n-1} where ω\omega is a primitive nnth root of unity. Their sum is $\qquad w_0(1+\omega+\omega^2+\cdots+\omega^{n-1})=0 $ :::
    📐 Product of All nnth Roots

    The product of all roots of

    wn=z<br><br>is<br><br>\qquad w^n=z <br> <br>is <br> <br>\qquad (-1)^{n+1}z
    $

    This follows from the polynomial wnz=0\qquad w^n-z=0 and Vieta’s formula. ::: ---

    Conjugation and Roots

    Conjugation Rule

    If

    wn=z,<br><br>then<br><br>\qquad w^n=z, <br> <br>then <br> <br>\qquad \overline w^{\,n}=\overline z
    $

    because conjugation respects multiplication and powers.

    So roots of conjugate numbers are conjugates of roots. ---

    Minimal Worked Examples

    Example 1 Find all cube roots of 8-8. Write 8=8ei(π+2mπ)\qquad -8 = 8e^{i(\pi+2m\pi)} So the cube roots are $\qquad 2e^{i(\pi+2k\pi)/3}, \qquad k=0,1,2 $ Hence the roots are $\qquad 2e^{i\pi/3},\quad 2e^{i\pi},\quad 2e^{i5\pi/3} $ or in trigonometric form, $\qquad 1+\sqrt3\,i,\quad -2,\quad 1-\sqrt3\,i $ --- Example 2 Find all fourth roots of 16-16. Write 16=16ei(π+2mπ)\qquad -16 = 16e^{i(\pi+2m\pi)} Hence the fourth roots are $\qquad 2e^{i(\pi+2k\pi)/4}, \qquad k=0,1,2,3 $ that is, $\qquad 2e^{i\pi/4},\quad 2e^{i3\pi/4},\quad 2e^{i5\pi/4},\quad 2e^{i7\pi/4} $ ---

    Solving Equations of the Form zn=z+zz^n = z+\overline z

    First Structural Observation

    Since

    z+z=2Re(z),<br><br>therighthandsideisalwaysreal.<br><br>Therefore,anysolutionof<br><br>\qquad z+\overline z = 2\operatorname{Re}(z), <br> <br>the right-hand side is always real. <br> <br>Therefore, any solution of <br> <br>\qquad z^n = z+\overline z

    must satisfy that znz^n is real.

    Let z=reiθ\qquad z = re^{i\theta} with r0r\ge0. Then z+z=2rcosθ\qquad z+\overline z = 2r\cos\theta and zn=rneinθ\qquad z^n = r^n e^{in\theta} So the equation becomes rneinθ=2rcosθ\qquad r^n e^{in\theta} = 2r\cos\theta ::: ---

    Zero Solution

    📐 Always One Immediate Solution

    If z=0z=0, then

    zn=0=z+z\qquad z^n = 0 = z+\overline z

    So

    z=0\qquad z=0

    is always a solution.

    ---

    Nonzero Solutions

    For z0z\ne0, divide by rr: rn1einθ=2cosθ\qquad r^{n-1} e^{in\theta} = 2\cos\theta Since the right side is real, we must have sin(nθ)=0\qquad \sin(n\theta)=0 So $\qquad n\theta = k\pi \quad\text{for some integer }k $ Hence $\qquad \theta = \dfrac{k\pi}{n} $ Substituting back, rn1(1)k=2cos(kπn)\qquad r^{n-1}(-1)^k = 2\cos\left(\dfrac{k\pi}{n}\right) Therefore nonzero solutions occur exactly when $\qquad 2(-1)^k\cos\left(\dfrac{k\pi}{n}\right) > 0 $ and then $\qquad r = \left( 2(-1)^k\cos\left(\dfrac{k\pi}{n}\right) \right)^{1/(n-1)} $ ::: So each valid integer kk gives one nonzero solution $\qquad z = \left( 2(-1)^k\cos\left(\dfrac{k\pi}{n}\right) \right)^{1/(n-1)} e^{ik\pi/n} $ ::: ---

    Advanced Count for zn=z+zz^n=z+\overline z

    📐 Number of Complex Solutions

    For integer n>1n>1, the equation

    $\qquad z^n = z+\overline z

    has:

      • n\qquad n solutions if nn is even

      • n\qquad n solutions if n3(mod4)n\equiv 3\pmod 4

      • n+2\qquad n+2 solutions if n1(mod4)n\equiv 1\pmod 4

    This count includes the solution z=0\qquad z=0. :::

    Quick Check

    • for n=3\qquad n=3, total solutions =3=3
    • for n=4\qquad n=4, total solutions =4=4
    • for n=5\qquad n=5, total solutions =7=7
    This matches direct computation. ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Using only the principal argument when finding all roots
    ✅ Add 2kπn\dfrac{2k\pi}{n} for all k=0,1,,n1k=0,1,\dots,n-1.
      • ❌ Forgetting that a nonzero complex number has exactly nn distinct nnth roots
    ✅ The roots are equally spaced on a circle.
      • ❌ Missing the zero solution in equations like
    zn=z+z\qquad z^n=z+\overline z ✅ Check z=0z=0 first.
      • ❌ Treating z+zz+\overline z as complex in general
    ✅ It is always real.
      • ❌ Forgetting that equal modulus does not mean equal argument
    ✅ Roots differ in argument by 2πn\dfrac{2\pi}{n}.
    ---

    CMI Strategy

    💡 How to Solve Faster

    • Convert everything to polar form immediately.

    • Separate modulus information from argument information.

    • For wn=zw^n=z, write one root and then rotate by 2πn\dfrac{2\pi}{n}.

    • For equations with z\overline z, first exploit that

    z+z=2(z)\qquad z+\overline z = 2\Re(z)
    is real.
    • In counting problems, focus on the allowed arguments first, then determine the modulus.

    ---

    Practice Questions

    :::question type="MCQ" question="A nonzero complex number has exactly how many distinct nnth roots?" options=["11","nn","n2n^2","2n2n"] answer="B" hint="Use the general root formula." solution="If z0z\ne0, then its nnth roots are r1/nei(θ+2kπ)/n\qquad r^{1/n}e^{i(\theta+2k\pi)/n} for k=0,1,,n1k=0,1,\dots,n-1. These are exactly nn distinct roots. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="How many 1212th roots of unity have positive real part?" answer="5" hint="Place the 1212 roots equally on the unit circle." solution="The 1212th roots of unity have arguments 2kπ12, k=0,1,,11\qquad \dfrac{2k\pi}{12},\ k=0,1,\dots,11. Positive real part means the cosine is positive. This happens for angles in the right half-plane, excluding the imaginary axis. The valid indices are k=0,1,2,10,11\qquad k=0,1,2,10,11. So the number of such roots is 5\boxed{5}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["Every nonzero complex number has exactly nn distinct nnth roots","All nnth roots of a fixed nonzero complex number have the same modulus","Every nnth root of a positive real number must itself be real","If wn=zw^n=z, then wn=z\overline{w}^{\,n}=\overline z"] answer="A,B,D" hint="Check root formula and conjugation." solution="1. True.
  • True, all roots have modulus z1/n|z|^{1/n}.
  • False. For example, a positive real number has many non-real roots when n>2n>2.
  • True, because conjugation respects products and powers.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Find all cube roots of 8-8." answer="1+3i, 2, 13i1+\sqrt3\,i,\ -2,\ 1-\sqrt3\,i" hint="Write 8-8 in polar form and use the root formula." solution="Write 8=8ei(π+2mπ)\qquad -8 = 8e^{i(\pi+2m\pi)}. The cube roots are 2ei(π+2kπ)/3\qquad 2e^{i(\pi+2k\pi)/3} for k=0,1,2k=0,1,2. Thus the roots are 2eiπ/3=1+3i\qquad 2e^{i\pi/3}=1+\sqrt3\,i 2eiπ=2\qquad 2e^{i\pi}=-2 2ei5π/3=13i\qquad 2e^{i5\pi/3}=1-\sqrt3\,i Hence all cube roots are 1+3i, 2, 13i\qquad \boxed{1+\sqrt3\,i,\ -2,\ 1-\sqrt3\,i}." ::: ---

    Summary

    Key Takeaways for CMI

    • If z=reiθ0z=re^{i\theta}\ne0, then its nnth roots are

    r1/nei(θ+2kπ)/n\qquad r^{1/n}e^{i(\theta+2k\pi)/n}, for k=0,,n1k=0,\dots,n-1.
    • These roots lie on a circle and form a regular nn-gon.

    • The nnth roots of unity are equally spaced on the unit circle.

    • For n>1n>1, the sum of all nnth roots of a nonzero complex number is 00.

    • Equations involving z\overline z often become manageable after using

    z+z=2(z)\qquad z+\overline z = 2\Re(z).
    • For

    zn=z+z\qquad z^n=z+\overline z,
    the argument condition is
    θ=kπn\qquad \theta = \dfrac{k\pi}{n},
    and counting the valid kk determines the total number of roots.

    ---

    💡 Next Up

    Proceeding to Roots of unity.

    ---

    Part 5: Roots of unity

    Roots of Unity

    Overview

    Roots of unity are the complex solutions of the equation zn=1z^n=1. They combine algebra, geometry, trigonometry, and complex numbers in one framework. In CMI-style problems, they appear in geometric series, regular polygons on the complex plane, trigonometric sums, and symmetric expressions such as sums and products of vertices. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Write all nnth roots of unity in polar form.

    • Use the geometric-series identity k=0n1ωk=0\sum_{k=0}^{n-1}\omega^k=0.

    • Work with primitive roots of unity and power cycles.

    • Evaluate sums of trigonometric expressions using complex exponentials.

    • Model regular nn-gons in the complex plane and compute symmetric sums.

    ---

    Definition

    📖 nnth Roots of Unity

    The nnth roots of unity are the complex numbers satisfying

    zn=1\qquad z^n = 1

    They are exactly

    zk=e2πik/n\qquad z_k = e^{2\pi i k/n}

    for
    k=0,1,2,,n1\qquad k=0,1,2,\dots,n-1.

    If we write ω=e2πi/n\qquad \omega = e^{2\pi i/n}, then all nnth roots of unity are 1,ω,ω2,,ωn1\qquad 1,\omega,\omega^2,\dots,\omega^{n-1} with ωn=1\qquad \omega^n=1. ::: ---

    Geometric Interpretation

    Regular Polygon Picture

    The nnth roots of unity lie on the unit circle and are equally spaced in argument.

    So they form the vertices of a regular nn-gon centered at the origin.

    The arguments are 0, 2πn, 4πn, , 2π(n1)n\qquad 0,\ \dfrac{2\pi}{n},\ \dfrac{4\pi}{n},\ \dots,\ \dfrac{2\pi(n-1)}{n} ---

    Fundamental Algebraic Facts

    📐 Basic Identities

    If ω=e2πi/n\omega=e^{2\pi i/n}, then:

      • ωn=1\omega^n=1

      • ωk=ωm\omega^k=\omega^m if and only if km(modn)k\equiv m \pmod n

      • ωk=ωk=ωnk\overline{\omega^k}=\omega^{-k}=\omega^{n-k}

      • ωk=1|\omega^k|=1

    ---

    Sum of All Roots

    📐 Most Important Sum

    If ω\omega is a primitive nnth root of unity, then

    1+ω+ω2++ωn1=0\qquad 1+\omega+\omega^2+\cdots+\omega^{n-1}=0

    Reason 1: Geometric series $\qquad 1+\omega+\omega^2+\cdots+\omega^{n-1} =\dfrac{\omega^n-1}{\omega-1} =\dfrac{1-1}{\omega-1}=0$ provided ω1\omega\ne1. Reason 2: Geometry These vertices are symmetrically placed around the origin, so their vector sum is zero. ---

    Sum of Powers

    📐 General Power Sum

    Let ω=e2πi/n\omega=e^{2\pi i/n}. Then

    k=0n1ωmk<br>=<br>{<br>0,nm<br>n,nm<br>\qquad \sum_{k=0}^{n-1}\omega^{mk} <br>= <br>\begin{cases}<br>0, & n\nmid m \\ <br>n, & n\mid m <br>\end{cases}

    This is one of the highest-yield facts in the topic. ---

    Product of All nnth Roots of Unity

    📐 Product Formula

    The product of all nnth roots of unity is

    k=0n1ωk<br>=<br>ω0+1++(n1)<br>=<br>ωn(n1)/2<br>=<br>eπi(n1)<br>=<br>(1)n1\qquad \prod_{k=0}^{n-1}\omega^k <br>= <br>\omega^{0+1+\cdots+(n-1)} <br>= <br>\omega^{n(n-1)/2} <br>= <br>e^{\pi i (n-1)} <br>= <br>(-1)^{n-1}

    Equivalently, zn=1z=(1)n+1\qquad \prod_{z^n=1} z = (-1)^{n+1} which is the same parity value. ::: ---

    Primitive Roots of Unity

    📖 Primitive nnth Root

    An nnth root of unity ω\omega is called primitive if its powers generate all the nn distinct roots.

    Equivalently, ω\omega is primitive if its order is exactly nn.

    If ω=e2πi/n\omega=e^{2\pi i/n}, then ωk\omega^k is primitive if and only if gcd(k,n)=1\qquad \gcd(k,n)=1. :::
    📐 How Many Primitive Roots?

    The number of primitive nnth roots of unity is

    φ(n)\qquad \varphi(n)

    where φ\varphi is Euler's totient function.

    ---

    Factorization

    📐 Factorization of xn1x^n-1

    The roots of the polynomial xn1x^n-1 are exactly the nnth roots of unity, so

    xn1=k=0n1(xωk)\qquad x^n-1 = \prod_{k=0}^{n-1}(x-\omega^k)

    Also, $\qquad 1+x+x^2+\cdots+x^{n-1} = \dfrac{x^n-1}{x-1}$ so the non-real or nontrivial roots often come from this factor. ::: ---

    Trigonometric Sums from Roots of Unity

    💡 How to Turn Cosines into Roots of Unity

    Use

    eiθ=cosθ+isinθ\qquad e^{i\theta} = \cos\theta + i\sin\theta

    Then many cosine sums arise as the real part of a roots-of-unity sum.

    For example, if k=0n1eikθ=0\qquad \sum_{k=0}^{n-1} e^{ik\theta}=0, then taking real parts gives k=0n1cos(kθ)=0\qquad \sum_{k=0}^{n-1}\cos(k\theta)=0 whenever the complex sum is zero. ---

    Regular Polygon in the Complex Plane

    Vertices of a Regular nn-gon

    If a regular nn-gon has center cc, radius rr, and first direction factor α\alpha with α=1|\alpha|=1, then its vertices can be written as

    zk=c+rαωk,k=0,1,,n1\qquad z_k = c + r\alpha \omega^k,\qquad k=0,1,\dots,n-1

    where ω=e2πi/n\omega=e^{2\pi i/n}.

    This model is extremely useful.

    Immediate consequences

    Since k=0n1ωk=0\qquad \sum_{k=0}^{n-1}\omega^k=0, we get k=0n1zk=nc\qquad \sum_{k=0}^{n-1} z_k = nc. So the sum of the vertices equals nn times the center. ---

    Sum of Squares of Vertices

    📐 A Very Useful Expansion

    For
    zk=c+rαωk\qquad z_k = c + r\alpha\omega^k,

    we have

    zk2=c2+2crαωk+r2α2ω2k\qquad z_k^2 = c^2 + 2cr\alpha\omega^k + r^2\alpha^2\omega^{2k}

    and hence

    k=0n1zk2<br>=<br>nc2<br>+<br>2crαk=0n1ωk<br>+<br>r2α2k=0n1ω2k\qquad \sum_{k=0}^{n-1} z_k^2 <br>= <br>nc^2 <br>+ <br>2cr\alpha\sum_{k=0}^{n-1}\omega^k <br>+ <br>r^2\alpha^2\sum_{k=0}^{n-1}\omega^{2k}.

    Therefore:
    • if n1n\nmid 1 and n2n\nmid 2, then both extra sums vanish, so
    zk2=nc2\qquad \sum z_k^2 = nc^2. For a regular pentagon, this gives k=15zk2=5c2\qquad \sum_{k=1}^{5} z_k^2 = 5c^2. This directly matches the PYQ style. ---

    Product of Vertices of a Regular nn-gon

    📐 Product Formula for Shifted Roots

    If
    zk=c+rαωk\qquad z_k = c + r\alpha\omega^k,

    then

    k=0n1zk<br>=<br>cn(rα)n\qquad \prod_{k=0}^{n-1} z_k <br>= <br>c^n - (-r\alpha)^n.

    This follows from the factorization k=0n1(xaωk)=xnan\qquad \prod_{k=0}^{n-1}(x-a\omega^k)=x^n-a^n by setting x=c, a=rα\qquad x=c,\ a=-r\alpha. ::: This is exactly the structure behind product questions for regular polygons. ---

    Minimal Worked Examples

    Example 1 Let ω=e2πi/5\omega=e^{2\pi i/5}. Find 1+ω+ω2+ω3+ω4\qquad 1+\omega+\omega^2+\omega^3+\omega^4. Using the standard identity, 1+ω+ω2+ω3+ω4=0\qquad 1+\omega+\omega^2+\omega^3+\omega^4=0. --- Example 2 Find the product of all fourth roots of unity. The roots are 1, i, 1, i\qquad 1,\ i,\ -1,\ -i Their product is 1i(1)(i)=1\qquad 1\cdot i\cdot (-1)\cdot (-i)=-1 which agrees with (1)41=1\qquad (-1)^{4-1}=-1. ---

    Common Patterns in Questions

    📐 Typical Exam Patterns

    • Prove k=0n1ωk=0\sum_{k=0}^{n-1}\omega^k=0

    • Evaluate trigonometric sums by taking real or imaginary parts

    • Find primitive roots of unity

    • Solve equations such as zn=1z^n=1 or 1+z++zn1=01+z+\cdots+z^{n-1}=0

    • Compute sums and products of vertices of regular polygons

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Forgetting that ω=1\omega=1 is also an nnth root of unity
    ✅ The full list has nn roots: 1,ω,ω2,,ωn11,\omega,\omega^2,\dots,\omega^{n-1}
      • ❌ Using k=0n1ωmk=0\sum_{k=0}^{n-1}\omega^{mk}=0 without checking whether nmn\mid m
    ✅ If nmn\mid m, the sum is nn, not 00
      • ❌ Confusing “root of unity” with “primitive root of unity”
    ✅ Primitive means order exactly nn
      • ❌ Taking only real parts or only imaginary parts too early
    ✅ First build the correct complex sum, then extract parts
    ---

    CMI Strategy

    💡 How to Attack Roots of Unity Problems

    • Write everything in exponential or polar form.

    • If you see a sum, suspect geometric series immediately.

    • If you see a regular polygon, model vertices as c+rαωkc+r\alpha\omega^k.

    • If you see cosines with equal angle jumps, turn them into real parts of roots-of-unity sums.

    • If you see product over all roots, use factorization.

    ---

    Practice Questions

    :::question type="MCQ" question="If ω\omega is a primitive 77th root of unity, then 1+ω+ω2++ω61+\omega+\omega^2+\cdots+\omega^6 equals" options=["11","1-1","00","77"] answer="C" hint="Use the geometric-series identity for roots of unity." solution="Since ω1\omega\ne1 and ω7=1\omega^7=1, 1+ω+ω2++ω6=ω71ω1=0\qquad 1+\omega+\omega^2+\cdots+\omega^6=\dfrac{\omega^7-1}{\omega-1}=0. Therefore the correct option is C\boxed{C}." ::: :::question type="NAT" question="If ω=e2πi/5\omega=e^{2\pi i/5}, find ω5+ω10+ω15\omega^5+\omega^{10}+\omega^{15}." answer="3" hint="Reduce each exponent modulo 55." solution="Since ω5=1\omega^5=1, we get ω10=(ω5)2=1,ω15=(ω5)3=1\qquad \omega^{10}=(\omega^5)^2=1,\qquad \omega^{15}=(\omega^5)^3=1. Hence ω5+ω10+ω15=1+1+1=3\qquad \omega^5+\omega^{10}+\omega^{15}=1+1+1=3. So the answer is 3\boxed{3}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["All nnth roots of unity lie on the unit circle","If ω\omega is a primitive nnth root of unity, then ωk\omega^k is primitive exactly when gcd(k,n)=1\gcd(k,n)=1","For every positive integer mm, k=0n1ωmk=0\sum_{k=0}^{n-1}\omega^{mk}=0","The sum of all nnth roots of unity is 00 for n>1n>1"] answer="A,B,D" hint="Be careful when nn divides mm in the power-sum identity." solution="1. True. Each nnth root has modulus 11.
  • True. This is the standard primitive-root criterion.
  • False. If nmn\mid m, then every term is 11, so the sum is nn.
  • True for n>1n>1, by the geometric-series identity.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Prove that if ω\omega is a primitive nnth root of unity, then 1+ω+ω2++ωn1=01+\omega+\omega^2+\cdots+\omega^{n-1}=0." answer="Use the geometric-series formula." hint="Multiply the sum by ω1\omega-1." solution="Let S=1+ω+ω2++ωn1\qquad S=1+\omega+\omega^2+\cdots+\omega^{n-1}. Then $\qquad (\omega-1)S = (\omega+\omega^2+\cdots+\omega^n)-(1+\omega+\cdots+\omega^{n-1}) = \omega^n-1$. Since ω\omega is an nnth root of unity, ωn=1\qquad \omega^n=1. So (ω1)S=0\qquad (\omega-1)S=0. Because ω\omega is primitive, in particular ω1\omega\ne1, so ω10\omega-1\ne0. Hence S=0\qquad S=0. Therefore 1+ω+ω2++ωn1=0\qquad 1+\omega+\omega^2+\cdots+\omega^{n-1}=0." ::: ---

    Summary

    Key Takeaways for CMI

    • The nnth roots of unity are e2πik/ne^{2\pi i k/n} for k=0,,n1k=0,\dots,n-1.

    • Their sum is 00 for n>1n>1.

    • Power sums vanish unless the exponent is a multiple of nn.

    • Primitive roots are determined by coprimality.

    • Regular polygon problems reduce to the model zk=c+rαωkz_k=c+r\alpha\omega^k.

    • Trigonometric sums often become easy after converting to complex exponentials.

    ---

    Chapter Summary

    Polar form — Key Points

    Polar representation z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) and its exponential form z=reiθz = re^{i\theta} are essential for simplifying multiplication, division, and exponentiation of complex numbers.
    De Moivre's Theorem, (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta), is fundamental for calculating integer powers of complex numbers and deriving trigonometric identities.
    Every non-zero complex number zz has exactly nn distinct nn-th roots, which are equally spaced on a circle in the complex plane.
    The nn-th roots of unity, solutions to zn=1z^n=1, form a regular nn-gon inscribed in the unit circle, and their sum is zero for n>1n>1.
    * The geometric interpretation of complex numbers (modulus as distance, argument as angle) provides a powerful visual understanding of complex operations, such as rotation and scaling.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="What is the value of (1+i3)6(1+i\sqrt{3})^6?" options=["64-64","6464","64i64i","64i-64i"] answer="6464" hint="Convert the complex number to polar form before applying De Moivre's Theorem." solution="First, convert 1+i31+i\sqrt{3} to polar form. The modulus is r=1+i3=12+(3)2=1+3=2r = |1+i\sqrt{3}| = \sqrt{1^2 + (\sqrt{3})^2} = \sqrt{1+3} = 2. The argument is θ=atan2(3,1)=π/3\theta = \operatorname{atan2}(\sqrt{3}, 1) = \pi/3. So, 1+i3=2(cos(π/3)+isin(π/3))1+i\sqrt{3} = 2(\cos(\pi/3) + i\sin(\pi/3)).
    Applying De Moivre's Theorem:

    (1+i3)6=(2(cos(π/3)+isin(π/3)))6(1+i\sqrt{3})^6 = (2(\cos(\pi/3) + i\sin(\pi/3)))^6

    =26(cos(6π/3)+isin(6π/3))= 2^6(\cos(6 \cdot \pi/3) + i\sin(6 \cdot \pi/3))

    =64(cos(2π)+isin(2π))= 64(\cos(2\pi) + i\sin(2\pi))

    =64(1+0i)=64= 64(1 + 0i) = 64
    "
    :::

    :::question type="NAT" question="If z3=8iz^3 = -8i, and z0z_0 is the root with the smallest positive argument, what is the real part of z0z_0?" answer="0" hint="First, express 8i-8i in polar form. Then, use the formula for nn-th roots of complex numbers to find z0z_0." solution="First, express 8i-8i in polar form. The modulus is r=8i=8r = |-8i| = 8. The argument is θ=π/2\theta = -\pi/2 or 3π/23\pi/2. For finding roots, it's often convenient to use θ=3π/2\theta = 3\pi/2 to ensure positive arguments for k=0,1,,n1k=0, 1, \dots, n-1 initially, or to adjust later.
    So, 8i=8(cos(3π/2)+isin(3π/2))-8i = 8(\cos(3\pi/2) + i\sin(3\pi/2)).
    The nn-th roots are given by zk=r1/n(cos(θ+2kπn)+isin(θ+2kπn))z_k = r^{1/n}\left(\cos\left(\frac{\theta+2k\pi}{n}\right) + i\sin\left(\frac{\theta+2k\pi}{n}\right)\right).
    Here, n=3n=3, r=8r=8, θ=3π/2\theta=3\pi/2.
    zk=81/3(cos(3π/2+2kπ3)+isin(3π/2+2kπ3))z_k = 8^{1/3}\left(\cos\left(\frac{3\pi/2+2k\pi}{3}\right) + i\sin\left(\frac{3\pi/2+2k\pi}{3}\right)\right)
    zk=2(cos(3π/2+2kπ3)+isin(3π/2+2kπ3))z_k = 2\left(\cos\left(\frac{3\pi/2+2k\pi}{3}\right) + i\sin\left(\frac{3\pi/2+2k\pi}{3}\right)\right)
    For k=0k=0: z0=2(cos(3π/23)+isin(3π/23))=2(cos(π/2)+isin(π/2))=2(0+i)=2iz_0 = 2\left(\cos\left(\frac{3\pi/2}{3}\right) + i\sin\left(\frac{3\pi/2}{3}\right)\right) = 2(\cos(\pi/2) + i\sin(\pi/2)) = 2(0+i) = 2i. The argument is π/2\pi/2. This is the smallest positive argument.
    For k=1k=1: z1=2(cos(3π/2+2π3)+isin(3π/2+2π3))=2(cos(7π/23)+isin(7π/23))=2(cos(7π/6)+isin(7π/6))z_1 = 2\left(\cos\left(\frac{3\pi/2+2\pi}{3}\right) + i\sin\left(\frac{3\pi/2+2\pi}{3}\right)\right) = 2\left(\cos\left(\frac{7\pi/2}{3}\right) + i\sin\left(\frac{7\pi/2}{3}\right)\right) = 2(\cos(7\pi/6) + i\sin(7\pi/6)).
    For k=2k=2: z2=2(cos(3π/2+4π3)+isin(3π/2+4π3))=2(cos(11π/23)+isin(11π/23))=2(cos(11π/6)+isin(11π/6))z_2 = 2\left(\cos\left(\frac{3\pi/2+4\pi}{3}\right) + i\sin\left(\frac{3\pi/2+4\pi}{3}\right)\right) = 2\left(\cos\left(\frac{11\pi/2}{3}\right) + i\sin\left(\frac{11\pi/2}{3}\right)\right) = 2(\cos(11\pi/6) + i\sin(11\pi/6)).
    The root with the smallest positive argument is z0=2iz_0 = 2i. The real part of z0z_0 is 00."
    :::

    :::question type="MCQ" question="Let ω\omega be a primitive 55-th root of unity. Which of the following is equal to 1+ω+ω2+ω3+ω41 + \omega + \omega^2 + \omega^3 + \omega^4?" options=["55","11","00","1-1"] answer="00" hint="Recall the property of the sum of nn-th roots of unity." solution="The sum of the nn-th roots of unity is 00 for n>1n>1. In this case, n=5n=5, which is greater than 11. Therefore, 1+ω+ω2+ω3+ω4=01 + \omega + \omega^2 + \omega^3 + \omega^4 = 0."
    :::

    :::question type="NAT" question="What is the principal argument (in radians, to two decimal places) of the complex number z=1iz = -1-i?" answer="-2.36" hint="Identify the quadrant of the complex number in the Argand plane and calculate the argument relative to the negative real axis." solution="The complex number z=1iz = -1-i is in the third quadrant of the Argand plane.
    The modulus is r=(1)2+(1)2=1+1=2r = \sqrt{(-1)^2 + (-1)^2} = \sqrt{1+1} = \sqrt{2}.
    The reference angle α=arctan(11)=arctan(1)=π/4\alpha = \arctan\left(\left|\frac{-1}{-1}\right|\right) = \arctan(1) = \pi/4.
    Since zz is in the third quadrant, the principal argument θ\theta (which must satisfy π<θπ-\pi < \theta \le \pi) is given by θ=π+α\theta = -\pi + \alpha or θ=π(πα)\theta = \pi - (\pi-\alpha) (if using positive reference).
    Using θ=π+π/4=3π/4\theta = -\pi + \pi/4 = -3\pi/4.
    In decimal form, 3π/43×3.14159265/42.35619-3\pi/4 \approx -3 \times 3.14159265 / 4 \approx -2.35619.
    Rounding to two decimal places, the principal argument is 2.36-2.36 radians."
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    Building on the foundational understanding of polar representation, you are now well-prepared to explore advanced topics in complex analysis, including complex functions, transformations, and their geometric interpretations. The techniques for powers and roots of complex numbers, particularly De Moivre's theorem, will also prove invaluable in further studies of trigonometric identities and series expansions in calculus. The concepts introduced here, especially roots of unity, also form a critical bridge to abstract algebra and polynomial theory.

    🎯 Key Points to Remember

    • Master the core concepts in Polar form before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Trigonometry and Complex Numbers

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features