Notes on Complex Numbers - Key Concepts

Definition and representation of a complex number

  • A complex number is of the form z=a+ibz = a + ib where a,bRa, b \, \in \, \mathbb{R} and i2=1i^2 = -1; ii is the imaginary unit (iota).

  • Common notations: z=a+ibz = a + ib; also represented as the coordinate pair z=(a,b)z = (a, b).

  • The real part and imaginary part:

    • (z)=a\Re(z) = a (the part not attached to ii)

    • (z)=b\Im(z) = b (the part attached to ii)

  • Intuition: the number attached to ii is the imaginary part; the other component is the real part.

Equality of complex numbe

  • Let z<em>1=a+ibz<em>1 = a + ib and z</em>2=c+idz</em>2 = c + id.

  • They are equal iff their corresponding parts are equal:

    • z<em>1=z</em>2    a=c and b=dz<em>1 = z</em>2 \iff a = c \text{ and } b = d

  • In words: two complex numbers are equal when both their real parts are equal and their imaginary parts are equal.

Conjugate of a complex number

  • The conjugate of z=a+ibz = a + ib is z=aib\overline{z} = a - ib; equivalently, z=(a,b)\overline{z} = (a, -b).

  • If a complex number is written as z = (a,b), its conjugate is z̄ = (a, -b).

  • Key special relations:

    • If zz is purely real (i.e., its imaginary part is zero, b=0b = 0), then z=z=az = \overline{z} = a.

    • If zz is purely imaginary (i.e., its real part is zero, a=0a = 0), then z=ibz = ib and z=ib\overline{z} = -ib; hence z=zz = -\overline{z}.

  • Summary for real/imaginary cases:

    • Purely real: z=a(b=0)z=zz = a\, (b=0)\quad \Rightarrow\quad z = \overline{z}

    • Purely imaginary: z=ib(a=0)z=zz = ib\, (a=0)\quad \Rightarrow\quad z = -\overline{z}

Modulus of a complex number

  • Modulus (or modulus) of z=a+ibz = a + ib is the distance from the origin to the point $(a,b)$ in the complex plane:

    • z=a2+b2|z| = \sqrt{a^2 + b^2}

  • Geometric interpretation: treat zz as a point P=(a,b)P = (a,b); the origin is O=(0,0)O = (0,0); the length OPOP is the modulus.

  • Right triangle interpretation: if OS=aOS = a and PS=bPS = b, then by Pythagoras, OP2=OS2+PS2=a2+b2=z2.OP^2 = OS^2 + PS^2 = a^2 + b^2 = |z|^2.

Relationship among z, z̄, and |z|

  • Multiply a number by its conjugate:

    • zz=(a+ib)(aib)=a2+b2=z2z\overline{z} = (a + ib)(a - ib) = a^2 + b^2 = |z|^2

  • Therefore the fundamental relation is:

    • zz=z2z\overline{z} = |z|^2

  • Consequently, z=zz|z| = \sqrt{z\overline{z}} and z2=zz=a2+b2.|z|^2 = z\overline{z} = a^2 + b^2.

  • This provides a bridge between algebraic form and geometric modulus.

Conjugation properties with sums (brief)

  • Conjugation distributes over sums (and differences):

    • z<em>1±z</em>2=z<em>1±z</em>2\overline{z<em>1 \pm z</em>2} = \overline{z<em>1} \pm \overline{z</em>2}

  • This extends to finite sums: for any z<em>1,z</em>2,,znz<em>1, z</em>2, \dots, z_n,

    • z<em>1±z</em>2±±z<em>n=z</em>1±z<em>2±±z</em>n\overline{z<em>1 \pm z</em>2 \pm \dots \pm z<em>n} = \overline{z</em>1} \pm \overline{z<em>2} \pm \dots \pm \overline{z</em>n}

  • The conjugate of a product likewise satisfies: z<em>1z</em>2=z<em>1z</em>2\overline{z<em>1 z</em>2} = \overline{z<em>1}\,\overline{z</em>2} (not explicitly stated in transcript but a standard property; kept for completeness in notes)

Quick recap of key formulas

  • Complex number: z=a+ib, a,bRz = a + ib, \ a, b \in \mathbb{R}

  • Conjugate: z=aib\overline{z} = a - ib

  • Real and imaginary parts: (z)=a,(z)=b\Re(z) = a, \quad \Im(z) = b

  • Equality: z<em>1=z</em>2    (z<em>1)=(z</em>2) and (z<em>1)=(z</em>2)z<em>1 = z</em>2 \iff \Re(z<em>1) = \Re(z</em>2) \text{ and } \Im(z<em>1) = \Im(z</em>2)

  • Modulus: z=a2+b2|z| = \sqrt{a^2 + b^2}

  • Modulus squared: z2=a2+b2|z|^2 = a^2 + b^2

  • Product with conjugate: zz=z2=a2+b2z\overline{z} = |z|^2 = a^2 + b^2

  • Real-imaginary special cases:

    • Purely real: z=zz = \overline{z} (Im(z) = 0)

    • Purely imaginary: z=ib,z=ib,z=zz = ib, \quad \overline{z} = -ib, \quad z = -\overline{z}

Suggested IIT JEE Main problem teaser (from transcript)

  • The instructor ends with a problem statement fragment: "The sum of all possible values of theta" (related to complex numbers in IIT JEE Main). The full statement is not provided in the transcript, but it indicates applying the above complex-number concepts to a trigonometric- or geometry-based parameter problem.

Connections and how these concepts fit together

  • Complex numbers extend real numbers by including an imaginary axis; representation as z = a + ib parallels the Cartesian plane (a, b).

  • The real and imaginary parts provide a straightforward way to compare complex numbers term-by-term (like coordinates in a plane).

  • Conjugation reflects a complex number across the real axis (i.e., flips the sign of the imaginary part).

  • The modulus provides a radial measure (distance from origin) and connects with the conjugate via z\overline{z} = |z|^2.

  • Geometric interpretation (point (a,b), right triangle) helps with intuition for the modulus and the Pythagorean theorem.