COMPLEX NUMBERS (8.3)

Complex Numbers and Their Representations

  • Definition of Complex Numbers

    • A complex number is expressed in the form:
      z=x+iβz = x + i\beta
      where:

    • xx is the real part,

    • β\beta is the imaginary part,

    • ii is the imaginary unit (defined as i=extsqrt(1)i = ext{sqrt}(-1)).

  • Geometric Interpretation of Complex Numbers

    • The complex number zz can be represented as a point in the Cartesian coordinate system where the x-axis is the real part and the y-axis is the imaginary part.

    • It can also be described in polar coordinates using radius and angle:

    • Modulus (Magnitude)

      • The distance of the point from the origin, calculated using the equation:
        r=extsqrt(x2+y2)r = ext{sqrt}(x^2 + y^2)

      • This modulus is denoted as:
        z=r|z| = r

    • Argument (Angle)

      • The angle made with the positive x-axis, denoted as:
        heta=extatan2(y,x)heta = ext{atan2}(y, x)

  • Rectangular and Polar Forms

    • Rectangular Form:

    • Standard representation: z=x+iβz = x + i\beta

    • Polar Form:

    • Can be expressed as:
      z=rextcis(heta)z = r ext{cis}( heta)
      where:
      extcis(heta)=extcos(heta)+iextsin(heta)ext{cis}( heta) = ext{cos}( heta) + i ext{sin}( heta).

  • Key Characteristics

    • Modulus and argument are critical in converting to polar form.

    • Example of rewriting in polar form:

    • Given z=rextcis(heta)z = r ext{cis}( heta)

    • You can represent it as:
      z=r(extcos(heta)+iextsin(heta))z = r( ext{cos}( heta) + i ext{sin}( heta))

  • Advantages of Polar Form

    • Simplifies multiplication and division of complex numbers:

    • For multiplication:
      z<em>1imesz</em>2=r<em>1r</em>2extcis(heta<em>1+heta</em>2)z<em>1 imes z</em>2 = r<em>1 r</em>2 ext{cis}( heta<em>1 + heta</em>2)

    • For division:
      racz<em>1z</em>2=racr<em>1r</em>2extcis(heta<em>1heta</em>2)rac{z<em>1}{z</em>2} = rac{r<em>1}{r</em>2} ext{cis}( heta<em>1 - heta</em>2)

  • Trigonometric Relationships

    • Recognize that the cosine function is even and sine is odd.

    • Therefore, in polar forms:

    • If an angle is negative, alter the signs properly while using cosine and sine functions.

  • Example Calculations

    • Finding Modulus:

    • If z=1+3iz = -1 + 3i:
      Calculate:
      z=extsqrt((1)2+(3)2)=extsqrt(1+9)=extsqrt(10)|z| = ext{sqrt}((-1)^2 + (3)^2) = ext{sqrt}(1 + 9) = ext{sqrt}(10)

    • Finding Argument:

    • For the same zz, determine:
      heta=extatan2(3,1)heta = ext{atan2}(3, -1)

    • Converting to Polar Form:

    • Then express:
      z=extsqrt(10)extcishetaz = ext{sqrt}(10) ext{cis} heta

Operations with Complex Numbers

  • Addition and Subtraction

    • For complex numbers much like regular algebra:

    • z<em>1+z</em>2=(x<em>1+x</em>2)+i(β<em>1+β</em>2)z<em>1 + z</em>2 = (x<em>1 + x</em>2) + i(\beta<em>1 + \beta</em>2)

  • Multiplication

    • Use as follows:
      z<em>1imesz</em>2=(x<em>1x</em>2β<em>1β</em>2)+i(x<em>1β</em>2+β<em>1x</em>2)z<em>1 imes z</em>2 = (x<em>1x</em>2 - \beta<em>1\beta</em>2) + i(x<em>1\beta</em>2 + \beta<em>1x</em>2)

  • Division

    • When dividing, utilize the complex conjugate:

    • racz<em>1z</em>2=racz<em>1imesextconjugate(z</em>2)z22rac{z<em>1}{z</em>2} = rac{z<em>1 imes ext{conjugate}(z</em>2)}{|z_2|^2}.

Complex Roots of Unity

  • Definition

    • The complex roots of unity are the solutions to the equation: zn=1z^n = 1, where n is an integer.

    • Generally, n roots of unity can be expressed as:
      extcosrac2khetan+iextsinrac2khetanext{cos} rac{2k heta}{n} + i ext{sin} rac{2k heta}{n} for k=0,1,,n1k = 0, 1, …, n-1.

  • Characteristic Values

    • The first three cube roots of unity:

    • z0=1z_0 = 1

    • z1=extcosrac2extpi3+iextsinrac2extpi3z_1 = ext{cos} rac{2 ext{pi}}{3} + i ext{sin} rac{2 ext{pi}}{3}

    • z2=extcosrac4extpi3+iextsinrac4extpi3z_2 = ext{cos} rac{4 ext{pi}}{3} + i ext{sin} rac{4 ext{pi}}{3}

  • Practical Utilization

    • Roots of unity facilitate computations for polynomial roots and simplify understanding of periodic functions in trigonometry and calculus.

Summary of Key Concepts

  • The modulus and argument of a complex number provide insight into its geometric interpretation.

  • Polar form offers a method for simplifying operations with complex numbers.

  • Understanding complex roots of unity assists in advanced mathematical contexts.

General Exam and Homework Preparation Tips

  • Practice Problems

    • Engage in both direct algebraic manipulation and polar representations for complex numbers.

    • Ensure fluency in converting between rectangular and polar forms.

  • Calculators

    • When testing, use calculators in radian mode when calculating trigonometric functions related to complex numbers.

  • Review Scope

    • Ensure focus on understanding definitions and theorems associated with complex numbers, particularly in solving polynomial equations and transformations in complex analysis.