![]() |
VOOZH | about |
In mathematics, complex analysis is known as the theory of functions. Complex variables form the foundation of a critical branch of mathematics known as complex analysis, which extends the principles of calculus to functions of a complex variable. Complex variables are variables that can take on complex numbers as values.
A complex number is a number that can be expressed in the form z = x + iy, where x and y are real numbers, and i is the imaginary unit, which satisfies i2 = −1. A complex variable z is typically expressed in the form:
z = x + iy
Where,
Some of the common representations of complex variables are:
In complex numbers, the Cartesian form (also called rectangular form) represents a complex number using its real and imaginary components. In this form, a complex variable z is expressed as:
z = x + iy
Where,
A complex number can also be represented using its magnitude and angle, instead of its real and imaginary parts. This representation is called the polar form. The relationship is given by:
z = r(cosθ + isinθ)
Where:
Using Euler's formula, this can also be written as:
z = reiθ
A compact and elegant representation using Euler's formula is the exponential form:
z = reiθ
Where r and θ are as defined above.
Similar to any other variable, complex variables undergo the same operations, i.e.,
Let's discuss these operations for complex variables with examples.
To add or subtract two complex numbers, we simply add or subtract their real and imaginary parts separately. If we have two complex numbers z1 = a + ib and z2 = c + id, their sum is given by:
z1 ± z2 = (a ± c) + i(b ± d)
Let's consider some examples for better understanding.
Example: If z1 = 3 + 4i and z2 = 1 + 2i, then calculate
Solution:
- z1 + z2 = (3 + 1) + i(4 + 2) = 4 + 6i
- z1 - z2 = (3 - 1) + i(4 - 2) = 2 + 2i
To multiply two complex numbers, we use the distributive property and the fact that i2 = −1. For z1 = a + ib and z2 = c + id:
z1 ⋅ z2 = (a + ib)(c + id) = ac + iad + ibc + bd i2
Since i2 = −1, this simplifies to:
z1 ⋅ z2 = ac - bd + iad + ibc
⇒ z1 ⋅ z2 = (ac − bd) + (ad + bc)i
To divide one complex number by another, we multiply the numerator and the denominator by the conjugate of the denominator. For z1 = a + ib and z2 = c + id:
The denominator simplifies to c2 + d2, and the numerator is computed as follows:
(a + bi)(c − id) = ac − iad + ibc − bdi2 = ac + bd + i(bc − ad)(a + bi)
So,
Let's consider an example for both
Example: If z1 = 3 + i4 and z2 = 1 + i2, then find z1 ⋅ z2.
Solution:
z1 ⋅ z2 = (3 ⋅ 1 − 4 ⋅ 2) + i(3 ⋅ 2 + 4 ⋅ 1) = (3 − 8) + (6 + 4)i = −5 + 10i
Example: If z1 = 3 + 4i and z2 = 1 + 2i, then find z1/z2.
Solution:
The conjugate of a complex number z = a + ib is denoted by and is defined as:
Example: If z = 3 + i4, then find its conjugate.
Solution:
Given: z = 3 + i4
Thus,
There are various types of functions that involve complex variables. Some of the functions with complex variables are discussed below:
A function f(z) is said to be analytic (or holomorphic) at a point z0 if it is differentiable at z0 and in a neighborhood around z0. If a function is analytic at every point in its domain, it is called an entire function.
Some of the common elementary functions are:
| Exponential Function | Exponential function for a complex variable z. | ez = ex+yi = ex(cosy + i siny) |
| Trigonometric Functions | Sine and cosine functions for a complex variable z. | sin z = (eiz − e−iz)/2 cos z = (eiz + e−iz)/2 |
| Logarithmic Function | Logarithm of a complex number z = reiθ (in polar form). | log z = log r + iθ |
| Power Functions | Power of a complex number z raised to an integer n. | zn = (reiθ)n = rnein |