In-Depth Notes on Complex Numbers and Arguments

Complex Numbers and Their Arguments

  • Complex Number Definition: A complex number is represented as z=x+yiz = x + yi where xx is the real part and yy is the imaginary part.

  • Argument of a Complex Number: The argument of a complex number, denoted as Arg(z){Arg}(z), refers to the angle formed between the positive direction of the x-axis and the line representing the complex number in the complex plane.

    • Example: The argument for z=x+yiz = x + yi is determined as the angle thetatheta where an(heta)=yxan( heta) = \frac{y}{x}.

  • Standard Value of Argument: There is an essential consideration regarding multiple values of the argument: for a complex number, one cannot consistently select a singular value due to the periodic nature of tangent functions.

    • To address this, we typically measure angles counter-clockwise from the positive x-axis, restricting the argument to the interval (π,π](-\pi, \pi].

Polar Coordinates of Complex Numbers

  • Conversion to Polar Form: Every complex number can also be represented in polar form as:
    z=reiθz = re^{i\theta}
    where rr is the magnitude (or modulus) defined as r=x2+y2r = \sqrt{x^2 + y^2} and θ\theta is the argument of the complex number.

  • Important Properties:

    1. The product of two complex numbers in polar form: (reiθ)(seiϕ)=(rs)ei(θ+ϕ)(re^{i\theta})(se^{i\phi}) = (rs)e^{i(\theta + \phi)}

    2. Raising to a power: (reiθ)n=rneinθ(re^{i\theta})^n = r^n e^{in\theta}

De Moivre's Theorem

  • Theorem Statement: For any integer n, De Moivre's theorem states that:
    (cos(θ)+isin(θ))n=cos(nθ)+isin(nθ)(cos(\theta) + i\sin(\theta))^n = cos(n\theta) + i\sin(n\theta)
    This allows for easier calculation of powers of complex numbers expressed in polar form.

  • Example Application:

    • Given a complex number z=reiθz = re^{i\theta}, then:

    • Calculating the nth power gives:
      zn=rneinθz^n = r^n e^{in\theta}

Roots of Complex Numbers

  • Finding nth Roots: If zz is a non-zero complex number represented as z=reiθz = re^{i\theta}, the nth roots are found by:
    wk=r1/nei(θ+2πkn)w_k = r^{1/n} e^{i(\frac{\theta + 2\pi k}{n})}, where k=0,1,2,,n1k = 0, 1, 2, …, n-1.

    • This results in n distinct roots that are evenly spaced around a circle in the complex plane.

  • Example of 5th Roots: For n = 5, the 5th roots of a complex number will form a regular pentagon in the complex plane, each separated by an angle of 2π5\frac{2\pi}{5} radians.