Constructing complex numbers

 For any pair of real numbers, a,bR, we can define a complex number a+bi where i is the imaginary unit (i=1). However, the imaginary unit is not a real number. What do we exactly mean by the expression like a+bi? We answer this question by constructing a system of complex numbers from the set of pairs of real numbers.


Recall R2, the set of ordered pairs of real numbers:

R2={(a,b)a,bR}.

Each element of R2 is something like (a,b) where a,bR.

Let us define addition in R2 by

(a,b)+(c,d)=(a+c,b+d)

where (a,b),(c,d)R2. Note that + on the left-hand side is the addition in R2 being defined, and + on the right-hand side is the addition of real numbers (R), which is already defined. Thus defined addition is commutative and associative (verify this):

(a,b)+(c,d)=(c,d)+(a,b).

Next, the addition in R2 is associative:

(a,b)+((c,d)+(e,f))=((a,b)+(c,d))+(e,f).

Exercise. Prove this. □

Because of the associativity, we can simply write

(a,b)+(c,d)+(e,f)

to indicate the sum of three or more pairs of real numbers.

We can see that (0,0) is the additive identity in the sense that

(a,b)+(0,0)=(a,b) (a,b)R2.

For each (a,b)R2, its additive inverse is (a,b) in the sense that

(a,b)+(a,b)=(0,0).

Next, we define a ``multiplication'' in R2 by

(a,b)(c,d)=(acbd,ad+bc).

This multiplication is commutative:

(c,d)(a,b)=(acbd,ad+bc)=(a,b)(c,d).

It is also associative:

((a,b)(c,d))(e,f)=(acbd,ad+bc)(e,f)=((acbd)e(ad+bc)f,(acbd)f+(ad+bc)e)=(acebdeadfbcf,acfbdf+ade+bce)=(a(cedf)b(cf+de),a(cf+de)+b(cedf))=(a,b)(cedf,de+cf)=(a,b)((c,d)(e,f)).

(1,0) is the multiplicative identity in the sense that

(a,b)(1,0)=(a,b) (a,b)R2.

Furthermore, we have the multiplicative inverse of (a,b)(0,0) that is

(aa2+b2,ba2+b2) because

(a,b)(aa2+b2,ba2+b2)=(a2+b2a2+b2,ab+baa2+b2)=(1,0).


Consider the map θ:RR2 defined by θ(r)=(r,0). This map is an injection and embeds R into R2. We use boldface x as shorthand for (x,0). e.g., 7=(7,0). Let R={(x,0)xR}. The elements of R behave exactly like those of R (i.e., real numbers). 2+3 =(2,0)+(3,0)=(5,0)=5, 67=(6,0)(7,0) =(6700,60+70)=(42,0)=42.

Let i=(0,1) (Note iR). Then i2=ii=(0,1)(0,1)=(0011,01+10)=(1,0)=1.

Note that every element of R2 can be expressed in terms of bold symbols and i
(a,b)=(a,0)+(0,b)=(a,0)+(0,1)(b,0)=a+ib
where a,bR  (we often omit ``'' in multiplication).

Definition (Complex numbers)

The set C of complex numbers is the set R2 equipped with the addition (+) and multiplication () as above.

Thus, complex numbers are something like x+iy where x,yR. We can express the addition and multiplication of complex numbers using only the expressions like this rather than explicitly resorting to expressions like (x,y) in R2. For example,
(32i)+(3/2+i)=(3+3/2)+(2+1)i=9/2i,(32i)(3/2+i)=33/2+3i2i3/22ii=9/2+(33)i2i2=9/2+0i2(1)=13/2.
Thus, we can treat x+iy as a polynomial of i, and whenever we have i2 we replace it with 1.

We don't need R anymore. The new R not only behaves exactly like R, but also is a subset of C. (Note that R is not a subset of R2 (RR2); hence R is not a subset of C either.) So, we can just discard R and work with R. But then, we don't need to use boldface numbers like 3 anymore. From now on, we use the ordinary fonts like 3 or a+ib to mean 3 or a+ib, respectively, and write R to mean R. With this new convention, we now have RC. We can write a complex number as a+ib to mean (a,b) with specific algebraic rules.

Definition (Real and imaginary parts)

If a,bR, then the real and imaginary parts of z=a+ib are a and b, respectively. We write (z)=a and (z)=b.
  We say that the complex number z is real if (z)=0, and that zis purely imaginary if (z)=0.


Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic