PHD

PHDAnalysisComplex Analysis


Complex Numbers


Complex numbers are fascinating mathematical objects that extend the familiar concept of one-dimensional numbers to the two-dimensional complex plane. They are used in many fields of mathematics, physics, engineering, and beyond because they encompass a rich structure that allows us to solve equations that have no solutions in the realm of real numbers.

What are complex numbers?

At the root of the complex numbers is the imaginary unit, denoted by i, which is defined by the following property:

i² = -1

A complex number is expressed as:

z = a + bi

where a and b are real numbers. The real part of z is a, and the imaginary part is b.

Visual representation of complex numbers

Since complex numbers have two components, they can be viewed as points or vectors in a plane, called the complex plane. The horizontal axis represents the real part, and the vertical axis represents the imaginary part.

z = a + by Real axis Imaginary axis

In the above example, the complex number z = a + bi is represented by the red dot in the complex plane, where its position is determined by the coordinates (a, b).

Basic operations with complex numbers

Complex numbers can be added, subtracted, multiplied and divided in the same way as real numbers, with the difference being that all operations take into account the imaginary unit i and its property i² = -1.

Addition and subtraction

To add or subtract complex numbers, add the real parts and the imaginary parts separately:

(a + bi) + (c + di) = (a + c) + (b + d)i
(a + bi) - (c + di) = (a - c) + (b - d)i

Example: Let z1 = 3 + 4i and z2 = 1 + 2i.

  • Sum: z1 + z2 = (3 + 1) + (4 + 2)i = 4 + 6i
  • Subtraction: z1 - z2 = (3 - 1) + (4 - 2)i = 2 + 2i

Multiplication

Multiplication of complex numbers is performed using the distributive law:

(a + bi) * (c + di) = ac + adi + bci + bdi²
(a + bi) * (c + di) = (ac - bd) + (ad + bc)i

Notice how bdi² becomes bd(-1), which is -bd.
Example: Multiply z1 = 2 + 3i and z2 = 1 + 4i.

  • (2 + 3i) * (1 + 4i) = 2*1 + 2*4i + 3i*1 + 3*4i² = 2 + 8i + 3i - 12
  • = (2 - 12) + (8 + 3)i = -10 + 11i

Division

To divide complex numbers, multiply the numerator and denominator by the conjugate of the denominator. The conjugate of the complex number z = a + bi is overline{z} = a - bi.

frac{a + bi}{c + di} * frac{c - di}{c - di} = frac{(a + bi)(c - di)}{c² + d²}

Apply the product:

frac{(ac + bd) + (bc - ad)i}{c² + d²}

Example: z1 = 4 + 2i Divide by z2 = 1 - i.

  • The conjugate of z2 is 1 + i.
  • frac{4 + 2i}{1 - i} * frac{1 + i}{1 + i} = frac{(4 + 2i)(1 + i)}{1² + 1²} = frac{4 + 4i + 2i + 2i²}{2}
  • Since i² = -1, therefore 2i² = -2. Thus, frac{4 + 4i + 2i - 2}{2} = frac{2 + 6i}{2} = 1 + 3i.

Modulus and argument of complex numbers

The modulus (or absolute value) of a complex number z = a + bi is its distance from the origin in the complex plane, calculated as:

|z| = sqrt{a² + b²}

The argument of z, denoted by arg(z), is the angle that the line (denoting z) makes with the positive real axis, usually measured in radians.

Example: Find the modulus and argument of z = 3 + 4i.

  • Modulus: |z| = sqrt{3² + 4²} = sqrt{9 + 16} = 5
  • Reason: If tan θ = frac{4}{3}, then θ ≈ 0.93 (in radians).

Polar and exponential forms

Complex numbers can also be represented in polar form, which highlights their geometric nature:

z = r(cos θ + i sin θ)

where r is the modulus of z, and θ is the argument.

Using Euler's formula e^{iθ} = cos θ + i sin θ, the polar form of a complex number can be expressed in its exponential form:

z = re^{iθ}

This form is especially useful for multiplying and dividing complex numbers, as well as raising them to powers.

Complex conjugates and division

The complex conjugate of a number z = a + bi is overline{z} = a - bi. Conjugation represents z on the real axis in the complex plane.

The product of a complex number and its conjugate is always a non-negative real number:

z * overline{z} = (a + bi)(a - bi) = a² + b²

Example: Find the conjugate and check the property for z = 5 + 12i.

  • Conjugate: overline{z} = 5 - 12i
  • Product: z * overline{z} = (5 + 12i)(5 - 12i) = 5² + 12² = 25 + 144 = 169

Applications of complex numbers

Complex numbers are widely used in the fields of engineering, physics, and applied mathematics. They are important in solving differential equations, analyzing electrical circuits, and modeling waves and oscillations. A particularly interesting application is in quantum mechanics, where complex numbers are used to describe the state of a quantum system.

For example, in electrical engineering, alternating currents and voltages are often represented as complex numbers. This allows engineers to analyze AC circuits in a simpler way using Ohm’s law and other principles. The imaginary unit is used to take into account the phase difference between alternating quantities.

Conclusion

Complex numbers are an integral part of modern mathematics and engineering. They extend the concept of numbers by providing a way to perform operations in two dimensions with both real and imaginary parts, and provide tools for solving complex problems in a variety of fields. Understanding the basic operations with complex numbers and visualizing them in the complex plane can greatly benefit learners in mastering this concept.


PHD → 2.2.1


U
username
0%
completed in PHD


Comments