Complex Number

By Notes Vandar

1.1 Definition of complex number and Geometrical representation.

1.1 Definition of Complex Number:

A complex number is a number that can be expressed in the form z=a+biz = a + bi, where:

  • aa (real part) and bb (imaginary part) are real numbers.
  • ii is the imaginary unit, defined as i2=−1i^2 = -1.

The number a+bia + bi is composed of:

  • The real part, denoted as Re(z)=a\text{Re}(z) = a.
  • The imaginary part, denoted as Im(z)=b\text{Im}(z) = b.

Complex numbers extend the concept of one-dimensional real numbers to the two-dimensional complex plane.

Examples of Complex Numbers:

  • z=3+4iz = 3 + 4i (where the real part is 3 and the imaginary part is 4).
  • z=7−2iz = 7 – 2i.
  • z=−5+0iz = -5 + 0i (purely real number).
  • z=0+6iz = 0 + 6i (purely imaginary number).

Geometrical Representation of Complex Numbers:

A complex number can be represented geometrically on a two-dimensional plane known as the complex plane or Argand plane. In this representation:

  • The horizontal axis is the real axis (denoted as the x-axis).
  • The vertical axis is the imaginary axis (denoted as the y-axis).

For a complex number z=a+biz = a + bi:

  • The value aa (real part) is plotted on the real axis.
  • The value bb (imaginary part) is plotted on the imaginary axis.

Thus, the complex number z=a+biz = a + bi corresponds to the point (a,b)(a, b) in the complex plane.

Modulus and Argument:

  • Modulus (or magnitude) of a complex number z=a+biz = a + bi is the distance of the point (a,b)(a, b) from the origin in the complex plane. It is denoted as ∣z∣|z| and calculated as: ∣z∣=a2+b2|z| = \sqrt{a^2 + b^2}
  • Argument (or angle) is the angle θ\theta formed by the line connecting the point (a,b)(a, b) to the origin with the positive real axis. It is denoted as arg⁡(z)\arg(z) and can be calculated using: θ=tan⁡−1(ba)\theta = \tan^{-1}\left(\frac{b}{a}\right) (Taking into account the quadrant where the point lies).

Polar Form of Complex Numbers:

A complex number z=a+biz = a + bi can also be expressed in polar form as:

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

Where:

  • r=∣z∣r = |z| is the modulus (or magnitude).
  • θ=arg⁡(z)\theta = \arg(z) is the argument (or angle).

This can also be written in the more compact Euler’s form:

z=reiθz = r e^{i \theta}

Where eiθ=cos⁡θ+isin⁡θe^{i \theta} = \cos \theta + i \sin \theta.

Geometrical Representation Example:

For the complex number z=3+4iz = 3 + 4i:

  • Real part a=3a = 3 and imaginary part b=4b = 4.
  • It is represented as the point (3,4)(3, 4) in the complex plane.
  • The modulus is: ∣z∣=32+42=9+16=5|z| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = 5
  • The argument is: θ=tan⁡−1(43)≈53.13∘\theta = \tan^{-1}\left(\frac{4}{3}\right) \approx 53.13^\circ

This geometric interpretation allows us to visualize complex numbers as vectors in the complex plane, with the modulus representing the length of the vector and the argument representing the angle of rotation from the real axis.

 

1.2 Conjugate and absolute value of complex number

1.2 Conjugate and Absolute Value of a Complex Number

1. Conjugate of a Complex Number:

The conjugate of a complex number z=a+biz = a + bi (where aa is the real part and bb is the imaginary part) is denoted as z‾\overline{z}, and it is obtained by changing the sign of the imaginary part.

So, the conjugate of z=a+biz = a + bi is:

z‾=a−bi\overline{z} = a – bi

Where:

  • The real part aa remains the same.
  • The imaginary part bibi becomes −bi-bi.

Examples:

  • If z=3+4iz = 3 + 4i, then the conjugate z‾=3−4i\overline{z} = 3 – 4i.
  • If z=5−2iz = 5 – 2i, then the conjugate z‾=5+2i\overline{z} = 5 + 2i.
  • If z=−7+iz = -7 + i, then the conjugate z‾=−7−i\overline{z} = -7 – i.

Key Properties of the Conjugate:

  • z+z‾=2az + \overline{z} = 2a (the real part of the complex number is doubled).
  • z⋅z‾=a2+b2z \cdot \overline{z} = a^2 + b^2, which is the square of the modulus (absolute value) of the complex number.

2. Absolute Value (or Modulus) of a Complex Number:

The absolute value or modulus of a complex number z=a+biz = a + bi is a measure of the distance from the origin to the point (a,b)(a, b) in the complex plane. It is denoted by ∣z∣|z| and is defined as:

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

Where:

  • aa is the real part.
  • bb is the imaginary part.

The modulus is always a non-negative real number.

Examples:

  • For z=3+4iz = 3 + 4i, the modulus is: ∣z∣=32+42=9+16=25=5|z| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5
  • For z=−1+iz = -1 + i, the modulus is: ∣z∣=(−1)2+12=1+1=2|z| = \sqrt{(-1)^2 + 1^2} = \sqrt{1 + 1} = \sqrt{2}
  • For z=5−12iz = 5 – 12i, the modulus is: ∣z∣=52+(−12)2=25+144=169=13|z| = \sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13

Relation between Conjugate and Modulus:

The product of a complex number and its conjugate gives the square of the modulus:

z⋅z‾=(a+bi)(a−bi)=a2−(bi)2=a2+b2=∣z∣2z \cdot \overline{z} = (a + bi)(a – bi) = a^2 – (bi)^2 = a^2 + b^2 = |z|^2

Thus:

∣z∣=z⋅z‾|z| = \sqrt{z \cdot \overline{z}}

Geometric Interpretation:

  • The conjugate of a complex number is its reflection across the real axis in the complex plane.
  • The modulus represents the distance from the origin (0,0)(0, 0) to the point (a,b)(a, b), which corresponds to the complex number zz.

1.3 Square roots of complex number

1.3 Square Roots of a Complex Number

To find the square root of a complex number z=a+biz = a + bi, where aa is the real part and bb is the imaginary part, you can use the following method, which involves expressing the complex number in polar form and applying some algebra.

Step-by-Step Method for Finding Square Roots:

  1. Express the complex number in polar form: A complex number z=a+biz = a + bi can be written in polar form as:

    z=r(cos⁡θ+isin⁡θ)z = r \left( \cos \theta + i \sin \theta \right)Where:

    • r=∣z∣=a2+b2r = |z| = \sqrt{a^2 + b^2} is the modulus (or absolute value) of the complex number.
    • θ=arg⁡(z)=tan⁡−1(ba)\theta = \arg(z) = \tan^{-1} \left( \frac{b}{a} \right) is the argument (or angle) of the complex number.
  2. Take the square root of the modulus: The square root of the modulus rr is:

    r\sqrt{r}

  3. Divide the argument by 2: Since you’re looking for the square root, divide the argument θ\theta by 2:

    θ2\frac{\theta}{2}

  4. Use the square root formula for complex numbers: The square roots of z=r(cos⁡θ+isin⁡θ)z = r \left( \cos \theta + i \sin \theta \right) are given by:

    ±r(cos⁡θ2+isin⁡θ2)\pm \sqrt{r} \left( \cos \frac{\theta}{2} + i \sin \frac{\theta}{2} \right)There are two square roots of a complex number, corresponding to the ±\pm signs.

Example 1: Finding the square root of a complex number z=3+4iz = 3 + 4i

  1. Find the modulus rr:

    r=32+42=9+16=25=5r = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

  2. Find the argument θ\theta:

    θ=tan⁡−1(43)≈53.13∘\theta = \tan^{-1} \left( \frac{4}{3} \right) \approx 53.13^\circ(This can also be expressed in radians as θ≈0.927\theta \approx 0.927 radians).

  3. Take the square root of the modulus:

    r=5≈2.236\sqrt{r} = \sqrt{5} \approx 2.236

  4. Divide the argument by 2:

    θ2≈53.13∘2≈26.57∘\frac{\theta}{2} \approx \frac{53.13^\circ}{2} \approx 26.57^\circ

  5. Apply the square root formula: The two square roots are:

    ±5(cos⁡26.57∘+isin⁡26.57∘)\pm \sqrt{5} \left( \cos 26.57^\circ + i \sin 26.57^\circ \right)Converting back to rectangular form, this gives:

    ±(2+i)\pm \left( 2 + i \right)So the square roots of 3+4i3 + 4i are approximately:

    z1=2+iandz2=−2−iz_1 = 2 + i \quad \text{and} \quad z_2 = -2 – i

Example 2: Finding the square root of a purely imaginary number z=0+6iz = 0 + 6i

  1. Find the modulus rr:

    r=02+62=36=6r = \sqrt{0^2 + 6^2} = \sqrt{36} = 6

  2. Find the argument θ\theta: For z=0+6iz = 0 + 6i, the argument is 90∘90^\circ (or π2\frac{\pi}{2} radians).
  3. Take the square root of the modulus:

    r=6≈2.449\sqrt{r} = \sqrt{6} \approx 2.449

  4. Divide the argument by 2:

    θ2=90∘2=45∘\frac{\theta}{2} = \frac{90^\circ}{2} = 45^\circ

  5. Apply the square root formula: The square roots are:

    ±6(cos⁡45∘+isin⁡45∘)\pm \sqrt{6} \left( \cos 45^\circ + i \sin 45^\circ \right)Converting back to rectangular form, this gives:

    ±(1.732+1.732i)\pm \left( 1.732 + 1.732i \right)So the square roots of 0+6i0 + 6i are approximately:

    z1=1.732+1.732iandz2=−1.732−1.732iz_1 = 1.732 + 1.732i \quad \text{and} \quad z_2 = -1.732 – 1.732i

1.4 Polar and Exponential forms of complex numbers

Polar Form of Complex Numbers

A complex number z=a+biz = a + bi (where aa is the real part and bb is the imaginary part) can be represented in polar form as:

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

Where:

  • r=∣z∣=a2+b2r = |z| = \sqrt{a^2 + b^2} is the magnitude (modulus) of the complex number.
  • θ\theta is the argument (angle) of the complex number, measured in radians. It can be calculated using θ=tan⁡−1(ba)\theta = \tan^{-1} \left( \frac{b}{a} \right).

Exponential Form of Complex Numbers

The exponential form of a complex number is derived from Euler’s formula:

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

Thus, the polar form z=r(cos⁡θ+isin⁡θ)z = r(\cos \theta + i \sin \theta) can be written in exponential form as:

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

Where:

  • rr is the magnitude (modulus) of the complex number.
  • θ\theta is the argument (angle) of the complex number.

 

1.5 nth roots of complex numbers using DeMoivre’s Theorem

-th Roots of Complex Numbers Using De Moivre’s Theorem

De Moivre’s Theorem provides a convenient way to find the powers and roots of complex numbers when they are in polar or exponential form.

De Moivre’s Theorem

For any complex number z=r(cos⁡θ+isin⁡θ)z = r (\cos \theta + i \sin \theta), De Moivre’s Theorem states:

zn=rn(cos⁡(nθ)+isin⁡(nθ))z^n = r^n \left( \cos(n\theta) + i \sin(n\theta) \right)

This theorem is useful for calculating powers of complex numbers. To find the nn-th roots of a complex number, we use an adaptation of this theorem.

nn-th Roots of a Complex Number

Given a complex number z=r(cos⁡θ+isin⁡θ)z = r (\cos \theta + i \sin \theta), the nn-th roots of zz are given by:

z1n=r1n(cos⁡θ+2kπn+isin⁡θ+2kπn)for k=0,1,2,…,n−1z^{\frac{1}{n}} = r^{\frac{1}{n}} \left( \cos \frac{\theta + 2k\pi}{n} + i \sin \frac{\theta + 2k\pi}{n} \right) \quad \text{for} \, k = 0, 1, 2, \dots, n-1

Where:

  • rr is the modulus (magnitude) of the complex number.
  • θ\theta is the argument (angle) of the complex number.
  • nn is the degree of the root.
  • kk represents different solutions, which vary by multiples of 2πn\frac{2\pi}{n}. There are nn distinct roots corresponding to k=0,1,2,…,n−1k = 0, 1, 2, \dots, n-1.

Steps to Find the nn-th Roots

  1. Convert the complex number z=a+biz = a + bi into polar form:

    z=r(cos⁡θ+isin⁡θ)z = r (\cos \theta + i \sin \theta)where r=∣z∣=a2+b2r = |z| = \sqrt{a^2 + b^2} and θ=tan⁡−1(ba)\theta = \tan^{-1} \left( \frac{b}{a} \right).

  2. Apply the nn-th root formula:

    z1n=r1n(cos⁡θ+2kπn+isin⁡θ+2kπn)z^{\frac{1}{n}} = r^{\frac{1}{n}} \left( \cos \frac{\theta + 2k\pi}{n} + i \sin \frac{\theta + 2k\pi}{n} \right)

  3. Compute the distinct roots by varying kk from 0 to n−1n-1. Each value of kk gives a different root.

Example

Find the cube roots of z=8z = 8 (which can be written as z=8+0iz = 8 + 0i).

  1. The modulus r=∣8+0i∣=8r = |8 + 0i| = 8 and the argument θ=tan⁡−1(0/8)=0\theta = \tan^{-1}(0/8) = 0.
  2. The cube roots are:

    z13=813(cos⁡0+2kπ3+isin⁡0+2kπ3)z^{\frac{1}{3}} = 8^{\frac{1}{3}} \left( \cos \frac{0 + 2k\pi}{3} + i \sin \frac{0 + 2k\pi}{3} \right)Simplifying:

    z13=2(cos⁡2kπ3+isin⁡2kπ3)z^{\frac{1}{3}} = 2 \left( \cos \frac{2k\pi}{3} + i \sin \frac{2k\pi}{3} \right)

  3. For k=0k = 0:

    z0=2(cos⁡0+isin⁡0)=2(1+0i)=2z_0 = 2 (\cos 0 + i \sin 0) = 2 (1 + 0i) = 2For k=1k = 1:

    z1=2(cos⁡2π3+isin⁡2π3)=2(−12+i32)=−1+i3z_1 = 2 \left( \cos \frac{2\pi}{3} + i \sin \frac{2\pi}{3} \right) = 2 \left( -\frac{1}{2} + i \frac{\sqrt{3}}{2} \right) = -1 + i \sqrt{3}For k=2k = 2:

    z2=2(cos⁡4π3+isin⁡4π3)=2(−12−i32)=−1−i3z_2 = 2 \left( \cos \frac{4\pi}{3} + i \sin \frac{4\pi}{3} \right) = 2 \left( -\frac{1}{2} – i \frac{\sqrt{3}}{2} \right) = -1 – i \sqrt{3}

Thus, the three cube roots of 8 are 22, −1+i3-1 + i \sqrt{3}, and −1−i3-1 – i \sqrt{3}.

 

Next Chapter
Important Questions
Comments
Discussion
0 Comments
  Loading . . .