<< 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 complex numbers form a mathematical “field” on which the usual operations of addition and multiplication are defined. Each of these operationshas a simple geometric interpretation.

Addition and multiplication.

The complex numbers z 1 and z 2 are

added according to the rule

z 1 + z 2 = ( x 1 + j y 1 ) + ( x 2 + j y 2 ) = ( x 1 + x 2 ) + j ( y 1 + y 2 ) .

We say that the real parts add and the imaginary parts add. As illustrated in [link] , the complex number z 1 + z 2 is computed from a “parallelogram rule,” wherein z 1 + z 2 lies on the node of a parallelogram formed from z 1 and z 2 .

The product of z 1 and z 2 is

z 1 z 2 = ( x 1 + j y 1 ) ( x 2 + j y 2 ) = ( x 1 x 2 - y 1 y 2 ) + j ( y 1 x 2 + x 1 y 2 ) .
This cartesian graph has a three line segments extending from the origin. The middle line follow a positive slope to a point labeled z_1+z_2. The upper line follows a more positive slope to a point labeled a_2 and then from that point to point z_1+z_2 there is a dashed line. The bottom line segment has the the least positive but still positive slope and ends at a point labeled z_1. from that point a dashed line proceeds up to point z_1+z_2. Together the lines form a diamond bisected by the middle line that extends from the origin to the point z_1+z_2. This cartesian graph has a three line segments extending from the origin. The middle line follow a positive slope to a point labeled z_1+z_2. The upper line follows a more positive slope to a point labeled a_2 and then from that point to point z_1+z_2 there is a dashed line. The bottom line segment has the the least positive but still positive slope and ends at a point labeled z_1. from that point a dashed line proceeds up to point z_1+z_2. Together the lines form a diamond bisected by the middle line that extends from the origin to the point z_1+z_2.
Adding Complex Numbers

If the polar representations for z 1 and z 2 are used, then the product may be written as cos ( θ 1 + θ 2 ) = cos θ 1 cos θ 2 - sin θ 1 sin θ 2 and sin ( θ 1 + θ 2 ) = sin θ 1 cos θ 2 + cos θ 1 sin θ 2 to derive this result. We have used the trigonometric identities

z 1 z 2 = r 1 e j θ 1 r 2 e j θ 2 = ( r 1 cos θ 1 + j r 1 sin θ 1 ) ( r 2 cos θ 2 + j r 2 sin θ 2 ) = ( r 1 c o s θ 1 r 2 c o s θ 2 - r 1 s i n θ 1 r 2 s i n θ 2 ) + j ( r 1 s i n θ 1 r 2 c o s θ 2 + r 1 c o s θ 1 r 2 s i n θ 2 ) = r 1 r 2 cos ( θ 1 + θ 2 ) + j r 1 r 2 sin ( θ 1 + θ 2 ) = r 1 r 2 e j ( θ 1 + θ 2 ) .

We say that the magnitudes multiply and the angles add. As illustrated in [link] , the product z 1 z 2 lies at the angle ( θ 1 + θ 2 ) .

This cartesian graph contains three line segments extending from the origrin at different positive slopes. The upper line extends at the most positive slop to a point labeled z_1z_2. About three fourths of the way up this line there is the label r_1r_2. The middle line extends from the origin to a point labeled z_2. The bottom line extends from the origin to a point labeled z_1. From the x-axis to the middle of the upper line there is a curved line intesecting all of the previously mentioned line segments. The area of the curved line between the bottom and middle line segment is labeled θ_1+θ_2. This cartesian graph contains three line segments extending from the origrin at different positive slopes. The upper line extends at the most positive slop to a point labeled z_1z_2. About three fourths of the way up this line there is the label r_1r_2. The middle line extends from the origin to a point labeled z_2. The bottom line extends from the origin to a point labeled z_1. From the x-axis to the middle of the upper line there is a curved line intesecting all of the previously mentioned line segments. The area of the curved line between the bottom and middle line segment is labeled θ_1+θ_2.
Multiplying Complex Numbers

Rotation. There is a special case of complex multiplication that will become very important in our study of phasors in the chapter on Phasors . When z 1 is the complex number z 1 = r 1 e j θ 1 and z 2 is the complex number z 2 = e j θ 2 , then the product of z 1 and z 2 is

z 1 z 2 = z 1 e j θ 2 = r 1 e j ( θ 1 + θ 2 ) .

As illustrated in [link] , z 1 z 2 is just a rotation of z 1 through the angle θ 2 .

The Cartesian graph contains two line segments extending from the origin. The upper line follows a positive slope to point z_1e^{jθ_2}. The bottom line follows a positive slope to a point labeled z_1. There is a curved line in between these lines the labels the angle created by these line segments as θ_2. The Cartesian graph contains two line segments extending from the origin. The upper line follows a positive slope to point z_1e^{jθ_2}. The bottom line follows a positive slope to a point labeled z_1. There is a curved line in between these lines the labels the angle created by these line segments as θ_2.
Rotation of Complex Numbers

Powers. If the complex number z 1 multiplies itself N times, then the result is

( z 1 ) N = r 1 N e j N θ 1 .

This result may be proved with a simple induction argument. Assume z 1 k = r 1 k e j k θ 1 . (The assumption is true for k = 1 . ) Then use the recursion z 1 k + 1 = z 1 k z 1 = r 1 k + 1 e j ( k + 1 ) θ 1 . Iterate this recursion (or induction) until k + 1 = N . Can you see that, as n ranges from n = 1 , ... , N , the angle of z§ranges from θ 1 to 2 θ 1 , ... , to N θ 1 and the radius ranges from r 1 to r 1 2 , ... , to r 1 N ? This result is explored more fully in Problem 1.19.

Complex Conjugate. Corresponding to every complex number z = x + j y = r e j θ is the complex conjugate

z * = x - j y = r e - j θ .

The complex number z and its complex conjugate are illustrated in [link] . The recipe for finding complex conjugates is to “change j t o - j . This changes the sign of the imaginary part of the complex number.

The Cartesian graph contains two line segments extending from the origin. The y axis is labeled the imaginary axis and the x-axis is labeled the real axis. The upper line follows a positive slope from the origin to a point labeled z. About half way up on this line is the label r. The bottom line follows a negative slope from the origin to a point labeled z^*. About half way up on this line is the label r. About halfway up on this line is a curve labeling the angle from the line to the x-axis -θ. Another curve extends from the x-axis to the upper line labeling the angle θ. The Cartesian graph contains two line segments extending from the origin. The y axis is labeled the imaginary axis and the x-axis is labeled the real axis. The upper line follows a positive slope from the origin to a point labeled z. About half way up on this line is the label r. The bottom line follows a negative slope from the origin to a point labeled z^*. About half way up on this line is the label r. About halfway up on this line is a curve labeling the angle from the line to the x-axis -θ. Another curve extends from the x-axis to the upper line labeling the angle θ.
A Complex Variable and Its Complex Conjugate

Magnitude Squared. The product of z and its complex conjugate is called the magnitude squared of z and is denoted by | z | 2 :

| z | 2 = z * z = ( x - j y ) ( x + j y ) = x 2 + y 2 = r e - j θ r e j θ = r 2 .

Note that | z | = r is the radius, or magnitude, that we defined in "Geometry of Complex Numbers" .

Commutativity, Associativity, and Distributivity. The complex numbers commute, associate, and distribute under addition and multiplication as follows:

z 1 + z 2 = z 2 + z 1 z 1 z 2 = z 2 z 1
( z 1 + z 2 ) + z 3 = z 1 + ( z 2 + z 3 ) z 1 ( z 2 z 3 ) = ( z 1 z 2 ) z 3 z 1 ( z 2 + z 3 ) = z 1 z 2 + z 1 z 3 .

Identities and Inverses. In the field of complex numbers, the complex number 0 + j 0 (denoted by 0) plays the role of an additive identity, and the complex number 1 + j 0 (denoted by 1) plays the role of a multiplicative identity:

z + 0 = z = 0 + z z 1 = z = 1 z .

In this field, the complex number - z = - x + j ( - y ) is the additive inverse of z , and the complex number z - 1 = x x 2 + y 2 + j ( - y x 2 + y 2 ) is the multiplicative inverse:

z + ( - z ) = 0 z z - 1 = 1 .

Demo 1.2 (MATLAB). Create and run the following script file (name it Complex Numbers) If you are using PC-MATLAB, you will need to name your file cmplxnos.m.

This Cartesian graph contains six line segments extending from the origin. Four line segments exist in quadrant I. The uppermost line in this quadrant extends from the origin to a point labeled prod. The line below this on is shorter and extends to a point labeled z2. The line below this one is the longest line and extends to a point labeled sum. The bottom line is the shortest and extends to a point labeled z1. In quadrant II there is only one line segment. The line segment follows a negative slope from the origin to perp(z2). There are no lines in quadrand III. Quandrants four also contain a single line segment. It follows a negative slope and extends from the origin to a point labeled conj(z1). This Cartesian graph contains six line segments extending from the origin. Four line segments exist in quadrant I. The uppermost line in this quadrant extends from the origin to a point labeled prod. The line below this on is shorter and extends to a point labeled z2. The line below this one is the longest line and extends to a point labeled sum. The bottom line is the shortest and extends to a point labeled z1. In quadrant II there is only one line segment. The line segment follows a negative slope from the origin to perp(z2). There are no lines in quadrand III. Quandrants four also contain a single line segment. It follows a negative slope and extends from the origin to a point labeled conj(z1).
Complex Numbers (Demo 1.2)

With the help of Appendix 1, you should be able to annotate each line of this program. View your graphics display to verify the rules for add, multiply,conjugate, and perp. See [link] .

A graph of two concentric swirl designs. A graph of two concentric swirl designs.
Powers of z

Questions & Answers

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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