Understanding Complex Numbers
What Are Complex Numbers?
A complex number has the form a + bi, where a and b are real numbers and i is the imaginary unit satisfying i² = −1. Complex numbers extend the real number system and are essential in engineering, physics, and applied mathematics.
Operations on Complex Numbers
Addition combines real and imaginary parts separately: (a+bi) + (c+di) = (a+c) + (b+d)i. Subtraction works similarly. Multiplication uses the distributive property and the fact that i² = −1. Division multiplies numerator and denominator by the conjugate of the denominator to eliminate the imaginary part from the denominator.
Magnitude and Argument
The magnitude (or modulus) |z| = √(a² + b²) represents the distance from the origin in the complex plane. The argument arg(z) = arctan(b/a) is the angle from the positive real axis. Together they form the polar representation z = |z|(cos θ + i sin θ).
Applications of Complex Numbers
Complex numbers are fundamental in electrical engineering (AC circuit analysis using impedance), signal processing (Fourier transforms), quantum mechanics, fluid dynamics, and control theory. Euler's formula e^(iθ) = cos θ + i sin θ connects exponential and trigonometric functions through complex numbers.
The Complex Plane
Complex numbers can be visualized as points on a 2D plane with the real part on the horizontal axis and the imaginary part on the vertical axis. This geometric interpretation makes operations like multiplication correspond to rotation and scaling.