- Conceptually, we may think of complex numbers as points in a two dimensional plane (called the complex plane and illustrated above), whereby a complex number z is an ordered pair of real numbers (x,y), i.e. z = (x,y). This the so called rectangular form of a complex number. There is some utility to this way of thinking, but this is not the entire story. For example, if we were two add to complex numbers z_1 and z_2 , we define the sum z_1 + z_2 as if we were adding two vectors, i.e. addition is component-wise. But how do we define multiplication between two complex numbers? In physics, you may have heard of the dot (scalar) product between two vectors, or the so called "cross product" between two vectors, but it turns out we want to define multiplication differently, so that we maintain consistency with our familiar mathematical operations we are already used to.
- To define multiplication, it is convenient to represent complex numbers in polar form , i.e. instead of representing a number of z by the
ordered pair (x,y), we can represent z by the ordered pair (r,A), where r is called the magnitude of z, and A is called the angle (or argument) of z.
The magnitude r of z is the distance from z to the origin in the complex plane. It is a generalization of the concept of the "absolute value" of a number that you are probably already familiar with, thus r is sometimes written as r = |z|. (For example, -2 is a complex number, and its distance to the origin is 2, so we write |-2| = 2). The angle of z, sometimes written A = arg(z), is the angle (in radians or degrees) that z makes with the
positive real axis. For example, for the number z illustrated above A is approximately 45degree. Clearly, r and A completely specify the number z.
The product between two numbers z_1 = (r_1 , A_1 ) and z_2 = (r_2 , A_2 ) is defined as
z_1 X z_2 = (r_1 X r_2 , A_1 + A_2 ).
That is to multiply two numbers, we multiply their magnitudes and add their angles. It is instructive to consider some examples.
|