<< Chapter < Page Chapter >> Page >
This module is part of the collection, A First Course in Electrical and Computer Engineering . The LaTeX source files for this collection were created using an optical character recognition technology, and because of this process there may be more errors than usual. Please contact us if you discover any errors.

The most fundamental new idea in the study of complex numbers is the “imaginary number” j . This imaginary number is defined to be the square root of - 1 :

j = - 1
j 2 = - 1 .

The imaginary number j is used to build complex numbers x and y in the following way:

z = x + j y .

We say that the complex number z has “real part” x and “imaginary part” y :

z = Re [ z ] + j Im [ z ]
Re [ z ] = x ; Im [ z ] = y .

In MATLAB, the variable x is denoted by, and the variable y is denoted by. In communication theory, x is called the “in-phase” component of z , and y is called the “quadrature” component. We call z = x + j y the Cartesian representation of z , with real component x and imaginary component y . We say that the Cartesian pair ( x , y ) codes the complex number z . imag(z)

We may plot the complex number z on the plane as in [link] . We call the horizontal axis the “real axis” and the vertical axis the “imaginaryaxis.” The plane is called the “complex plane.” The radius and angle of the line to the point z = x + j y are

r = x 2 + y 2
θ = tan - 1 ( y x ) .

See [link] . In MATLAB, r is denoted by, and θ is denoted by. angle(z)

This Cartesian graph contains a line segment extending from the origin to a point labeled z=x-jy=re^{jθ}. The line segment has a positive slope and is labeled r. The angle between this line and the x axis is marked by a curved line and it labeled θ. There is a point in the middle of the positive side of the x axis and it is labeled x=rcosθ. There is a similar point on the positive side of the y axis and it is labeled rsinθ=y. The y axis is labeled imaginary axis (j) and the x axis is labeled real axis. This Cartesian graph contains a line segment extending from the origin to a point labeled z=x-jy=re^{jθ}. The line segment has a positive slope and is labeled r. The angle between this line and the x axis is marked by a curved line and it labeled θ. There is a point in the middle of the positive side of the x axis and it is labeled x=rcosθ. There is a similar point on the positive side of the y axis and it is labeled rsinθ=y. The y axis is labeled imaginary axis (j) and the x axis is labeled real axis.
Cartesian and Polar Representations of the Complex Number z

The original Cartesian representation is obtained from the radius r and angle θ as follows:

x = r cos θ
y = r s i n θ .

The complex number z may therefore be written as

z = x + j y = r cos θ + j r sin θ = r ( cos θ + j s i n θ ) .

The complex number cos θ + j sin θ is, itself, a number that may be represented on the complex plane and coded with the Cartesian pair ( cos θ , sin θ ) . This is illustrated in [link] . The radius and angle to the point z = cos θ + j sin θ are 1 and θ . Can you see why?

 This Cartesian graph contains a line segment extending from the origin to a point labeled cosθ+jsinθ=e^{jθ}. The line segment has a positive slope and is labeled 1. The angle between this line and the x axis is marked by a curved line and it labeled θ. There is a point in the middle of the positive side of the x axis and it is labeled cosθ. There is a similar point on the positive side of the y axis and it is labeled sinθ. The y axis is labeled imaginary axis and the x axis is labeled real axis.  This Cartesian graph contains a line segment extending from the origin to a point labeled cosθ+jsinθ=e^{jθ}. The line segment has a positive slope and is labeled 1. The angle between this line and the x axis is marked by a curved line and it labeled θ. There is a point in the middle of the positive side of the x axis and it is labeled cosθ. There is a similar point on the positive side of the y axis and it is labeled sinθ. The y axis is labeled imaginary axis and the x axis is labeled real axis.
The Complex Number cos θ + j sin θ

The complex number cos θ + j sin θ is of such fundamental importance to our study of complex numbers that we give it the special symbol e j θ :

e j θ = cos θ + j sin θ .

As illustrated in [link] , the complex number e j θ has radius 1 and angle θ . With the symbol e j θ , we may write the complex number z as

z = r e j θ .

We call z = r e j θ a polar representation for the complex number z . We say that the polar pair r θ codes the complex number z . In this polar representation, we define | z | = r to be the magnitude of z and arg ( z ) = θ to be the angle, or phase , of z :

| z | = r
a r g ( z ) = θ .

With these definitions of magnitude and phase, we can write the complex number z as

z = | z | e j arg ( z ) .

Let's summarize our ways of writing the complex number z and record the corresponding geometric codes:

z = x + j y = r e j θ = | z | e j arg ( z ) . ( x , y ) r θ

In "Roots of Quadratic Equations" we show that the definition e j θ = cos θ + j sin θ is more than symbolic. We show, in fact, that e j θ is just the familiar function e x evaluated at the imaginary argument x = j θ . We call e j θ a “complex exponential,” meaning that it is an exponential with an imaginary argument.

This Cartesian graph contains a circle that is equally present in all four quadrants. The width of the circle is from -1 to 1 and the height is from -1 to 1 as well. This Cartesian graph contains a circle that is equally present in all four quadrants. The width of the circle is from -1 to 1 and the height is from -1 to 1 as well.
The Complex Numbers e j θ for 0 θ 2 π (Demo 1.1)

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, A first course in electrical and computer engineering. OpenStax CNX. Sep 14, 2009 Download for free at http://cnx.org/content/col10685/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'A first course in electrical and computer engineering' conversation and receive update notifications?

Ask