Chapter 1: Complex Numbers

Size: px
Start display at page:

Download "Chapter 1: Complex Numbers"

Transcription

1 Chapter 1: Complex Numbers Why do we need complex numbers? First of all, a simple algebraic equation like X 2 = 1 may not have a real solution. Introducing complex numbers validates the so called fundamental theorem of algebra: every polynomial with a positive degree has a root. Next, a basic problem in linear algebra is to find eigenvalues and eigenvectors of a given matrix. Consider the following simple matrix [ ] Its characteristic equation is λ = 0 and hence we need complex numbers for its eigenvalues. However, the usefulness of complex numbers is much beyond such simple applications. Nowadays, complex numbers and complex functions have been developed into a rich theory called complex analysis and become a power tool for answering many extremely difficult questions in mathematics and theoretical physics, and also finds its usefulness in many areas. For example, a famous result called the prime number theorem, which was conjectured by Gauss in 1849, and defied efforts of many great mathematicians, was finally proven by Hadamard and de la Vallée Poussin in 1896 by using the complex theory developed at that time. Jacques Hadamard said: The shortest path between two truths in the real domain passes through the complex domain. We assume that the reader knows all basics about complex numbers. In this section we give a quick review of them, emphasizing those which will be important for our future chapters. Also, we describe certain point of view which are suggestive for further development outside the realm of complex numbers. There are two basic ways to represent a complex number z algebraically: Cartesian form: z = x+iy (or x+yi) polar form: z = re iθ r(cosθ +isinθ) with r 0. Geometrically, z is represented as a vector with (x,y) as its coordinates in a Cartesian plane, called complex plane. (This vector picture of a complex number is called an Argand diagram. But we often only draw a point to simplify this picture.) The magnitude of this 1

2 vector is called the absolute value or the modulus of z and is denoted by z. It is equal to r given in its polar form: z = r = x 2 +y 2. The angle between this vector and the x axis is give by θ. The value of r is uniquely determined by z, but the value of θ is not. For example, we have e πi = cosπ +isinπ = 1 as well as e πi = cos( π)+isin( π) = 1. Thus, both π and π are possible values of θ for z = 1. When a complex number is represented in Cartesian form, say z = x + iy, the real number x is called the real part of z and the real number y is called the imaginary part of z. We write x = Re z, y = Im z. Two complex numbers are equal if and only if both of their real parts and their imaginary parts are equal. Thus For z = x+iy and z = x +iy, we have z = z x = x and y = y. Using the Cartesian form, addition and multiplication of complex numbers are straightforward, as long as we keep in mind that i 2 = 1: (a+bi)+(c+di) = (a+c)+(b+d)i (a+bi)(c+di) = (ac bd)+(ad+bc)i. (1.1) The usual algebraic identities still hold for complex numbers, such as (z + w)(z w) = z 2 w 2 and (z +w) 2 = z 2 +2zw+w 2. 2

3 Example 1.1. Find the square roots of 5 12i. Solution. We have to solve the equation z 2 = i. Write z = x + iy. Then z 2 = x 2 y 2 +2xyi. Thus we have x 2 y 2 = 5 and 2xy = 12. On the other hand, x 2 +y 2 = z 2 = z 2 = 5 12i = = 169 = 13. Together with x 2 y 2 = 5 we obtain 2x 2 = 5+13 = 18 and hence x = ±3. On the other hand, 2xy = 12 gives y = 6/x = ±2. Thus z = ±(3+2i) are the square roots of 5+12i. The relation between the Cartesian form and the polar form is given by x = rcosθ, y = rsinθ. If we write P for the point in the plane with Cartesian coordinates (x,y), then r is the length of the line segment OP and θ is the angle between the line OP and the x axis. The angle θ in the polar form z = re iθ is called the argument of z. It is not uniquely determined by z. It depends on our choice: when r z = 0, any real number would do; when r 0, any θ satisfying cosθ = x/r and sinθ = y/r would do. You may see θ = arg z in some old fashioned textbooks. Strictly speaking, this is incorrect. (Sometimes, for convenience or merely following tradition, we use an incorrect expression with correct understanding. A typical example is writing 1 for i so that we can reserve the letter i for other purposes. But we try to avoid incorrect usage as much as possible.) Notice that, in the polar form z = re iθ, we use the identity e iθ = cosθ +isinθ. (1.2) Here we consider cosθ +isinθ as the definition of the expression e iθ. Anyway, there is a name for this identity: Euler s formula. One of the most amazing things in complex numbers is the following so called addition formula: e i(α+ β) = e iα e iβ. (1.3) Using Euler s formula, we can rewrite it as cos(α+β)+isin(α+β) = (cosα+isinα)(cosβ +isinβ). Multiplying out the right hand side and comparing the real and imaginary parts of both sides, we have arrived at cos(α+β) = cosαcosβ sinαsinβ, sin(α+β) = cosαsinβ +sinαcosβ, 3

4 which are well-known (but by no means obvious) identities in trigonometry. At present, identity (1.3) is quite mystifying. We will give a thorough explanation in the future. By induction, we can deduce form (1.3) that, for all integers n, e int = (e it ) n, or cosnt+isinnt = (cost+isint) n (1.4) which is usually called de Moivre s theorem. Though pretty well known among school teachers, this theorem does not look too impressive. In the future we will give some applications to re-assure its importance. Considerthespecialcasen = 3of(1.4). Bymeansofthewellknonwidentity (a+b) 3 = a 3 +3a 2 b+3ab 2 +b 3, we have cos3t+isin3t = (cost+isint) 3 = cos 3 t+3cos 2 t(isint)+3cost(isint) 2 +(isint) 3 = cos 3 t 3costsin 2 t+i(3cos 2 tsint sin 3 t). By comparing the real parts and the imaginary parts from both sides, we get cos3t = cos 3 t 3costsin 2 t = cos 3 t 3cost(1 cos 2 t) = 4cos 2 t 3cos 2 t; sin3t = 3cos 2 t sin 3 t = (3cos 2 t sin 2 t)sint = (4cos 2 t 1)sint. which are rewritten as cos3t = T 3 (cost) and sin3t = U 2 (cost)sint, where T 3 (x) = 4x 3 3x 2, a polynomial of degree 3, and U 2 (x) = 4x 2 1, a polynomial of degree 2. This suggests that, for any positive integer n, we can write cosnt = T n (cost) for some polynomial T n (x) ofdegreenand sinnt = U n 1 (cost) sint forsomepolynomial U n 1 (x) of degree n 1. We prove this by induction. We have already checked the case for n = 3. Thereadershouldcheck thecasesforn=1and n = 2. Nowmake theinductionhypothesis that e int = T n (x)+iu n 1 (x) sint with x = cost, where T n and U n 1 are polynomials of degrees n and n 1 respectively. So e i(n+ 1)t = e int e it = (T n (x)+iu n 1 (x) sint)(cost+isint) = T n (x)cost U n 1 (x)sin 2 t+i(t n (x)sint+u n 1 (x)sintcost) = T n (x)x+u n 1 (x)(1 x 2 )+i(t n (x)+u n 1 (x)x)sint. Thus we have e i(n+ 1)t = P n+ 1 (x)+iq n (x)sint, where T n+ 1 (x) = T n (x)x+(1 x 2 )U n 1 (x) U n (x) = T n (x)+xu n 1 (x). 4

5 The last two identities tells us how to generate polynomials T n (x) and U n (x) recursively. Polynomials T n (x) are called Chebyshev s polynomials and U n (x) are known as Chebyshev s polynomials of the second kind. They have extensive applications in umerical analysis and some extremal problems arising from electrical engineering. Every complex number z has a twin sister z, called the complex conjugate of z. The twins z and z do not quite have exactly the same look. They are more like mirror images to each other. We put the pair z and z together in the Cartesian form and the polar form as follows: z = x+iy z = x iy. (1.5) z = re iθ = r(cosθ +isinθ) z = re iθ = r(cos( θ)+isin( θ)). It is clear from the above identities that the complex conjugate of z is z. Also, z is a real number if and only if z = z. Example 1.2. We are asked to prove that if z = 1 and z 1, then w = i z 1 z +1 is a real number. To do this, it is enough to check that w = w. Notice that z = 1 gives zz = z 2 = 1. Since that complex congugates of i and z are i and ovz respectively, we have w = ( i) 1 z 1+z Hence w is a real number. z z = iz zz z +zz = i z 1 z +1 = i 1 z 1+z = w. One of the most useful identities about complex numbers is the following z 2 = zz The proof of this is simple: writing z = x+iy, we have zz = (x+iy)(x iy) = x 2 i 2 y 2 = x 2 +y 2 = z 2. The following example illustarte its usefulness. Example 1.3. Let a be a complex number with a < 1. We are asked to verify that if z is unit modulus, that is, z = 1, then so is w = z a 1 az. 5

6 We need to check that w = 1. It is enough to check that w 2 = 1, or equivalently, ww = 1. Now ww = z a 1 az z a 1 az = zz az az aa 1+az az +aazz. Notice that z = 1 gives zz = z 2 = 1. Thus, replacing zz = 1 in the last fraction, we see that its numerator and denominator are the same. Hence ww = 1. (The rest of the material in the present chapter is optional.) Here we mention some formal mathematical definitions of complex numbers. In some textbooks, complex numbers are defined as planar vectors of the form (x,y) at the beginning. After identifying (1,0) with 1 and (0,1) with i, the expression (x,y) is converted into a more preferable form: (x,y) = (x,0)+(0,y) = x(1,0)+y(0,1) = x+yi. This definition provides a rigorous way to build complex numbers, but somehow it is too artificial. A better way is defined the complex field C as the splitting field of X 2 +1 over the real field. This is a highly motivated definition since, after all, historically, complex numbers were introduced in order to give a solution to X = 0. But this approach needs too much background in field theory, which is an advanced course. Here we introduce an interesting approach called the doubling construction, using some tools from linear algebra. Recall that the matrix [ cosθ sinθ A θ sinθ cosθ ]. ( ) represents the rotation of the Cartesian plane (about the origin) through angle θ. It is a priori clear that if we rotate a vector by angle α, followed by a rotation through angle β, the result is the same as a single rotation with angle α+β. Putting this in mathematical symbols, wehavea α A β = A α+ β. Multiplyingoutthelefthandsidematricesoftheidentity and comparing both sides, we recapture the well known identities in trigonometry again: cos(α+β) = cosαcosβ sinαsinβ, sin(α+β) = cosαsinβ+sinαcosβ. Expression ( ) suggests the following approach: consider 2 2 matrices of the form [ a b Z = b a where a, b ar some real numbers. We can rewrite it in the form Z = a1+bi, where 1 = ], [ ] and i = [ ]

7 When a 2 +b 2 = 1, P = (a,b) becomes a point on the circle x 2 +y 2 = 1 and hence we can write a = cosθ and b = sinθ (here θ is the angle between OP and the x axis) and hence Z becomes A θ in ( ). In general, when Z O, we have r = a 2 +b 2 0 and the point (a/r,b/r) is a point on he circle x 2 + y 2 = 1. Consequently we can write a = cosθ and b = sinθ for some θ and hence [ ] [ ] [ ] a b a/r b/r cosθ sinθ Z = = r = r = r(cosθ 1+sinθ i). b a b/r a/r sinθ cosθ It is easy to check that i 2 = 1. Also, we we denote by Z the transpose of Z, then Z Z = (a 2 +b 2 )1 and Z +Z = 2a1. Also, the determinant and the trace of Z are given by detz = a 2 +b 2 and tr Z = 2a. Exercise 1.1. Do all of the checking mentioned above. Thus, if we identify the matrix Z = a1+bi, then: 1. addition of matrices corresponds to addition of complex numbers; 2. multiplication of matrices corresponds to multiplication of complex numbers; 3. the transpose Z of Z corresponds to the complex conjugate z of z; 4. the determinant detz is equal to z 2 and the identity Z Z = (a 2 + b 2 )1 corresponds to zz = z 2 ; 5. the trace tr Z is equal to 2Re z; the identity Z +Z = 2a1 corresponds to z +z = 2Re z, or Re z = (z +z)/2; and 6. the rotation A θ corresponds to the Eulerian expression e iθ. Drills 1. Find the complex conjugate of each of the following numbers: 2+3i, 4, 1 i, 4i 1, 3i, (2+5i) 99 1, 3 i 2 2. Express each of the following complex numbers in the polar form re iθ : 2i, 2, 1 i, i 3 1, 2cos π 7 2isin π 7, 2sin π 7 +2icos π 7 3. Find the value of each of the following products (a) (2+3i)(1 i) (b) (1+i) 4 (c) ( 3+i 2)( 2+i 3) (d) ( i) 2. 7

8 4. Find the value of each of the following quotients (a) 2+3i 1 i (b) 1 i 1+i (c) 3 i 2 2+i 3 (d) cos(π/8) isin(π/8) cos(π/8)+isin(π/8). 5. Find the square roots of each of the following complex numbers (a) 3+4i (b) 16+30i (c) 4 3i (d) 4+3i; (notice the relation to part (c)). 6. Let ABC be a triangle in the complex plane, where vertices A and B are located at i and 2 respectively. Find the complex numbers which give possible locations of C. 7. If youwalk fromtheoriginofthe complexplane, arriveat a point Arepresented by the complex number z, and then turn left (i.e. turning 90 o to the left) and walk the same distance to a point B, what makes you think that the complex number representing B is (1+i)z? Exercises 1.2. Find the roots of z 2 (3+i)z +4+3i = Prove the identity z w 2 + z+w 2 = 2 z 2 +2 w 2. Give a geometric interpretation of this identity. (Hint: Use z 2 = zz several times.) 1.4. Prove the identity Re zw = z +w 2 z w Prove that, if z = 1, w = 1 and z w, then z w 1 zw is a real number. 1.6*. (This is a hard problem) Prove the following so called Hlawka s inequality z 1 +z 2 + z 2 +z 3 + z 3 +z 1 z 1 + z 2 + z 3 + z 1 +z 2 +z 3. (Hint: Square both sides.) 8

CHAPTER 8. COMPLEX NUMBERS

CHAPTER 8. COMPLEX NUMBERS CHAPTER 8. COMPLEX NUMBERS Why do we need complex numbers? First of all, a simple algebraic equation like x = 1 may not have a real solution. Introducing complex numbers validates the so called fundamental

More information

AH Complex Numbers.notebook October 12, 2016

AH Complex Numbers.notebook October 12, 2016 Complex Numbers Complex Numbers Complex Numbers were first introduced in the 16th century by an Italian mathematician called Cardano. He referred to them as ficticious numbers. Given an equation that does

More information

Complex numbers, the exponential function, and factorization over C

Complex numbers, the exponential function, and factorization over C Complex numbers, the exponential function, and factorization over C 1 Complex Numbers Recall that for every non-zero real number x, its square x 2 = x x is always positive. Consequently, R does not contain

More information

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by;

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by; 1. COMPLEX NUMBERS Notations: N the set of the natural numbers, Z the set of the integers, R the set of real numbers, Q := the set of the rational numbers. Given a quadratic equation ax 2 + bx + c = 0,

More information

3 + 4i 2 + 3i. 3 4i Fig 1b

3 + 4i 2 + 3i. 3 4i Fig 1b The introduction of complex numbers in the 16th century was a natural step in a sequence of extensions of the positive integers, starting with the introduction of negative numbers (to solve equations of

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 2. Complex Numbers 2.1. Introduction to Complex Numbers. The first thing that it is important

More information

MATH 135: COMPLEX NUMBERS

MATH 135: COMPLEX NUMBERS MATH 135: COMPLEX NUMBERS (WINTER, 010) The complex numbers C are important in just about every branch of mathematics. These notes 1 present some basic facts about them. 1. The Complex Plane A complex

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS Chapter 5 COMPLEX NUMBERS AND QUADRATIC EQUATIONS 5. Overview We know that the square of a real number is always non-negative e.g. (4) 6 and ( 4) 6. Therefore, square root of 6 is ± 4. What about the square

More information

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b 1 A- LEVEL MATHEMATICS P 3 Complex Numbers (NOTES) 1. Given a quadratic equation : x 2 + 1 = 0 or ( x 2 = -1 ) has no solution in the set of real numbers, as there does not exist any real number whose

More information

The modulus, or absolute value, of a complex number z a bi is its distance from the origin. From Figure 3 we see that if z a bi, then.

The modulus, or absolute value, of a complex number z a bi is its distance from the origin. From Figure 3 we see that if z a bi, then. COMPLEX NUMBERS _+i _-i FIGURE Complex numbers as points in the Arg plane i _i +i -i A complex number can be represented by an expression of the form a bi, where a b are real numbers i is a symbol with

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 1 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 7, 2017 Course Name and number: MTH 362: Advanced Engineering

More information

In Z: x + 3 = 2 3x = 2 x = 1 No solution In Q: 3x = 2 x 2 = 2. x = 2 No solution. In R: x 2 = 2 x = 0 x = ± 2 No solution Z Q.

In Z: x + 3 = 2 3x = 2 x = 1 No solution In Q: 3x = 2 x 2 = 2. x = 2 No solution. In R: x 2 = 2 x = 0 x = ± 2 No solution Z Q. THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF MATHEMATICS AND STATISTICS MATH 1141 HIGHER MATHEMATICS 1A ALGEBRA. Section 1: - Complex Numbers. 1. The Number Systems. Let us begin by trying to solve various

More information

MATH1050 Basic results on complex numbers beyond school mathematics

MATH1050 Basic results on complex numbers beyond school mathematics MATH15 Basic results on complex numbers beyond school mathematics 1. In school mathematics we have tacitly accepted that it makes sense to talk about complex numbers. Each such number is a mathematical

More information

Complex Numbers Introduction. Number Systems. Natural Numbers ℵ Integer Z Rational Q Real Complex C

Complex Numbers Introduction. Number Systems. Natural Numbers ℵ Integer Z Rational Q Real Complex C Number Systems Natural Numbers ℵ Integer Z Rational Q R Real Complex C Number Systems Natural Numbers ℵ Integer Z Rational Q R Real Complex C The Natural Number System All whole numbers greater then zero

More information

With this expanded version of what we mean by a solution to an equation we can solve equations that previously had no solution.

With this expanded version of what we mean by a solution to an equation we can solve equations that previously had no solution. M 74 An introduction to Complex Numbers. 1 Solving equations Throughout the calculus sequence we have limited our discussion to real valued solutions to equations. We know the equation x 1 = 0 has distinct

More information

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2. 1. Complex numbers A complex number z is defined as an ordered pair z = (x, y), where x and y are a pair of real numbers. In usual notation, we write z = x + iy, where i is a symbol. The operations of

More information

Complex Numbers. April 10, 2015

Complex Numbers. April 10, 2015 Complex Numbers April 10, 2015 In preparation for the topic of systems of differential equations, we need to first discuss a particularly unusual topic in mathematics: complex numbers. The starting point

More information

Lecture 1 Complex Numbers. 1 The field of complex numbers. 1.1 Arithmetic operations. 1.2 Field structure of C. MATH-GA Complex Variables

Lecture 1 Complex Numbers. 1 The field of complex numbers. 1.1 Arithmetic operations. 1.2 Field structure of C. MATH-GA Complex Variables Lecture Complex Numbers MATH-GA 245.00 Complex Variables The field of complex numbers. Arithmetic operations The field C of complex numbers is obtained by adjoining the imaginary unit i to the field R

More information

P3.C8.COMPLEX NUMBERS

P3.C8.COMPLEX NUMBERS Recall: Within the real number system, we can solve equation of the form and b 2 4ac 0. ax 2 + bx + c =0, where a, b, c R What is R? They are real numbers on the number line e.g: 2, 4, π, 3.167, 2 3 Therefore,

More information

Complex Numbers and Exponentials

Complex Numbers and Exponentials Complex Numbers and Exponentials Definition and Basic Operations A complexnumber is nothing morethan a point in the xy plane. The first component, x, ofthe complex number (x,y) is called its real part

More information

Complex Analysis Homework 1: Solutions

Complex Analysis Homework 1: Solutions Complex Analysis Fall 007 Homework 1: Solutions 1.1.. a) + i)4 + i) 8 ) + 1 + )i 5 + 14i b) 8 + 6i) 64 6) + 48 + 48)i 8 + 96i c) 1 + ) 1 + i 1 + 1 i) 1 + i)1 i) 1 + i ) 5 ) i 5 4 9 ) + 4 4 15 i ) 15 4

More information

Chapter 3: Complex Numbers

Chapter 3: Complex Numbers Chapter 3: Complex Numbers Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 3: Complex Numbers Semester 1 2018 1 / 48 Philosophical discussion about numbers Q In what sense is 1 a number? DISCUSS

More information

COMPLEX NUMBERS

COMPLEX NUMBERS COMPLEX NUMBERS 1. Any number of the form x+iy where x, y R and i -1 is called a Complex Number.. In the complex number x+iy, x is called the real part and y is called the imaginary part of the complex

More information

Complex Numbers. Introduction

Complex Numbers. Introduction 10 Assessment statements 1.5 Complex numbers: the number i 5 1 ; the term s real part, imaginary part, conjugate, modulus and argument. Cartesian form z 5 a 1 ib. Sums, products and quotients of complex

More information

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers

Introduction. The first chapter of FP1 introduces you to imaginary and complex numbers Introduction The first chapter of FP1 introduces you to imaginary and complex numbers You will have seen at GCSE level that some quadratic equations cannot be solved Imaginary and complex numbers will

More information

COMPLEX NUMBERS AND SERIES

COMPLEX NUMBERS AND SERIES COMPLEX NUMBERS AND SERIES MIKE BOYLE Contents 1. Complex Numbers 1 2. The Complex Plane 2 3. Addition and Multiplication of Complex Numbers 2 4. Why Complex Numbers Were Invented 3 5. The Fundamental

More information

18.03 LECTURE NOTES, SPRING 2014

18.03 LECTURE NOTES, SPRING 2014 18.03 LECTURE NOTES, SPRING 2014 BJORN POONEN 7. Complex numbers Complex numbers are expressions of the form x + yi, where x and y are real numbers, and i is a new symbol. Multiplication of complex numbers

More information

1 Complex Numbers. 1.1 Sums and Products

1 Complex Numbers. 1.1 Sums and Products 1 Complex Numbers 1.1 Sums Products Definition: The complex plane, denoted C is the set of all ordered pairs (x, y) with x, y R, where Re z = x is called the real part Imz = y is called the imaginary part.

More information

Chapter 1. Complex Numbers. Dr. Pulak Sahoo

Chapter 1. Complex Numbers. Dr. Pulak Sahoo Chapter 1 Complex Numbers BY Dr. Pulak Sahoo Assistant Professor Department of Mathematics University Of Kalyani West Bengal, India E-mail : sahoopulak1@gmail.com 1 Module-1: Basic Ideas 1 Introduction

More information

1 Review of complex numbers

1 Review of complex numbers 1 Review of complex numbers 1.1 Complex numbers: algebra The set C of complex numbers is formed by adding a square root i of 1 to the set of real numbers: i = 1. Every complex number can be written uniquely

More information

) z r θ ( ) ( ) ( ) = then. Complete Solutions to Examination Questions Complete Solutions to Examination Questions 10.

) z r θ ( ) ( ) ( ) = then. Complete Solutions to Examination Questions Complete Solutions to Examination Questions 10. Complete Solutions to Examination Questions 0 Complete Solutions to Examination Questions 0. (i We need to determine + given + j, j: + + j + j (ii The product ( ( + j6 + 6 j 8 + j is given by ( + j( j

More information

Department of Mathematical Sciences Tutorial Problems for MATH103, Foundation Module II Autumn Semester 2004

Department of Mathematical Sciences Tutorial Problems for MATH103, Foundation Module II Autumn Semester 2004 Department of Mathematical Sciences Tutorial Problems for MATH103, Foundation Module II Autumn Semester 2004 Each week problems will be set from this list; you must study these problems before the following

More information

1) INTERGAL POWER OF IOTA, EQUALITY

1) INTERGAL POWER OF IOTA, EQUALITY COMPLEX NUMBERS Q.1) If 1) INTERGAL POWER OF IOTA, EQUALITY OF COMPLEX NUMBERS 200 = a + ib a) a = 2 b = -1 b) a = 1 b = 0 c) a = 0 b = 1 d) a = -1 b = 2 2) The sum of the series i 2 + i 4 + i 6 + -------(2n

More information

Notes on Complex Numbers

Notes on Complex Numbers Notes on Complex Numbers Math 70: Ideas in Mathematics (Section 00) Imaginary Numbers University of Pennsylvania. October 7, 04. Instructor: Subhrajit Bhattacharya The set of real algebraic numbers, A,

More information

Complex Numbers. Emily Lawson

Complex Numbers. Emily Lawson Complex Numbers Emily Lawson 1418516 March 10, 2017 Contents 1 Introduction i 2 Definition of Complex Numbers i 2.1 Real and imaginary parts of a complex number................................. i 3 Conjugation

More information

Section 5.8. (i) ( 3 + i)(14 2i) = ( 3)(14 2i) + i(14 2i) = {( 3)14 ( 3)(2i)} + i(14) i(2i) = ( i) + (14i + 2) = i.

Section 5.8. (i) ( 3 + i)(14 2i) = ( 3)(14 2i) + i(14 2i) = {( 3)14 ( 3)(2i)} + i(14) i(2i) = ( i) + (14i + 2) = i. 1. Section 5.8 (i) ( 3 + i)(14 i) ( 3)(14 i) + i(14 i) {( 3)14 ( 3)(i)} + i(14) i(i) ( 4 + 6i) + (14i + ) 40 + 0i. (ii) + 3i 1 4i ( + 3i)(1 + 4i) (1 4i)(1 + 4i) (( + 3i) + ( + 3i)(4i) 1 + 4 10 + 11i 10

More information

Complex Numbers and Polar Coordinates

Complex Numbers and Polar Coordinates Chapter 5 Complex Numbers and Polar Coordinates One of the goals of algebra is to find solutions to polynomial equations. You have probably done this many times in the past, solving equations like x 1

More information

Review Sheet for the Final Exam of MATH Fall 2009

Review Sheet for the Final Exam of MATH Fall 2009 Review Sheet for the Final Exam of MATH 1600 - Fall 2009 All of Chapter 1. 1. Sets and Proofs Elements and subsets of a set. The notion of implication and the way you can use it to build a proof. Logical

More information

The Complex Numbers c ). (1.1)

The Complex Numbers c ). (1.1) The Complex Numbers In this chapter, we will study the basic properties of the field of complex numbers. We will begin with a brief historic sketch of how the study of complex numbers came to be and then

More information

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline 1 Complex Numbers 2 Complex Number Calculations

More information

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline Complex Numbers Complex Number Calculations Complex

More information

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives 3 COMPLEX NUMBERS Objectives After studying this chapter you should understand how quadratic equations lead to complex numbers and how to plot complex numbers on an Argand diagram; be able to relate graphs

More information

MATH Fundamental Concepts of Algebra

MATH Fundamental Concepts of Algebra MATH 4001 Fundamental Concepts of Algebra Instructor: Darci L. Kracht Kent State University April, 015 0 Introduction We will begin our study of mathematics this semester with the familiar notion of even

More information

Lesson 8: Complex Number Division

Lesson 8: Complex Number Division Student Outcomes Students determine the modulus and conjugate of a complex number. Students use the concept of conjugate to divide complex numbers. Lesson Notes This is the second day of a two-day lesson

More information

Chapter 8. Complex Numbers, Polar Equations, and Parametric Equations. Section 8.1: Complex Numbers. 26. { ± 6i}

Chapter 8. Complex Numbers, Polar Equations, and Parametric Equations. Section 8.1: Complex Numbers. 26. { ± 6i} Chapter 8 Complex Numbers, Polar Equations, and Parametric Equations 6. { ± 6i} Section 8.1: Complex Numbers 1. true. true. true 4. true 5. false (Every real number is a complex number. 6. true 7. 4 is

More information

Introduction to Complex Analysis

Introduction to Complex Analysis Introduction to Complex Analysis George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 413 George Voutsadakis (LSSU) Complex Analysis October 2014 1 / 67 Outline

More information

STEP Support Programme. STEP 2 Complex Numbers: Solutions

STEP Support Programme. STEP 2 Complex Numbers: Solutions STEP Support Programme STEP Complex Numbers: Solutions i Rewriting the given relationship gives arg = arg arg = α. We can then draw a picture as below: The loci is therefore a section of the circle between

More information

Complex Numbers and the Complex Exponential

Complex Numbers and the Complex Exponential Complex Numbers and the Complex Exponential φ (2+i) i 2 θ φ 2+i θ 1 2 1. Complex numbers The equation x 2 + 1 0 has no solutions, because for any real number x the square x 2 is nonnegative, and so x 2

More information

Further Pure Mathematics 1

Further Pure Mathematics 1 Complex Numbers Section Supplementary Notes and Examples The modulus-argument form of complex numbers You are familiar with describing a point in the plane using Cartesian coordinates. However, this is

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

Complex numbers. Learning objectives

Complex numbers. Learning objectives CHAPTER Complex numbers Learning objectives After studying this chapter, you should be able to: understand what is meant by a complex number find complex roots of quadratic equations understand the term

More information

Solutions to Exercises 1.1

Solutions to Exercises 1.1 Section 1.1 Complex Numbers 1 Solutions to Exercises 1.1 1. We have So a 0 and b 1. 5. We have So a 3 and b 4. 9. We have i 0+ 1i. i +i because i i +i 1 {}}{ 4+4i + i 3+4i. 1 + i 3 7 i 1 3 3 + i 14 1 1

More information

1 Complex numbers and the complex plane

1 Complex numbers and the complex plane L1: Complex numbers and complex-valued functions. Contents: The field of complex numbers. Real and imaginary part. Conjugation and modulus or absolute valued. Inequalities: The triangular and the Cauchy.

More information

College Trigonometry

College Trigonometry College Trigonometry George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 131 George Voutsadakis (LSSU) Trigonometry January 2015 1 / 25 Outline 1 Functions

More information

Chapter 9: Complex Numbers

Chapter 9: Complex Numbers Chapter 9: Comple Numbers 9.1 Imaginary Number 9. Comple Number - definition - argand diagram - equality of comple number 9.3 Algebraic operations on comple number - addition and subtraction - multiplication

More information

ALGEBRAIC LONG DIVISION

ALGEBRAIC LONG DIVISION QUESTIONS: 2014; 2c 2013; 1c ALGEBRAIC LONG DIVISION x + n ax 3 + bx 2 + cx +d Used to find factors and remainders of functions for instance 2x 3 + 9x 2 + 8x + p This process is useful for finding factors

More information

B Elements of Complex Analysis

B Elements of Complex Analysis Fourier Transform Methods in Finance By Umberto Cherubini Giovanni Della Lunga Sabrina Mulinacci Pietro Rossi Copyright 21 John Wiley & Sons Ltd B Elements of Complex Analysis B.1 COMPLEX NUMBERS The purpose

More information

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29 10 Contents Complex Numbers 10.1 Complex Arithmetic 2 10.2 Argand Diagrams and the Polar Form 12 10.3 The Exponential Form of a Complex Number 20 10.4 De Moivre s Theorem 29 Learning outcomes In this Workbook

More information

UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS

UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS UNIT TWO POLAR COORDINATES AND COMPLEX NUMBERS MATH 611B 15 HOURS Revised Dec 10, 02 38 SCO: By the end of grade 12, students will be expected to: C97 construct and examine graphs in the polar plane Elaborations

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 Complex numbers and exponentials 4.1 Goals 1. Do arithmetic with complex numbers.. Define and compute: magnitude, argument and complex conjugate of a complex number. 3. Euler

More information

C. Complex Numbers. 1. Complex arithmetic.

C. Complex Numbers. 1. Complex arithmetic. C. Complex Numbers. Complex arithmetic. Most people think that complex numbers arose from attempts to solve quadratic equations, but actually it was in connection with cubic equations they first appeared.

More information

Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions

Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions Course 2BA1: Hilary Term 2006 Section 7: Trigonometric and Exponential Functions David R. Wilkins Copyright c David R. Wilkins 2005 Contents 7 Trigonometric and Exponential Functions 1 7.1 Basic Trigonometric

More information

Lecture 3f Polar Form (pages )

Lecture 3f Polar Form (pages ) Lecture 3f Polar Form (pages 399-402) In the previous lecture, we saw that we can visualize a complex number as a point in the complex plane. This turns out to be remarkable useful, but we need to think

More information

Complex numbers in polar form

Complex numbers in polar form remember remember Chapter Complex s 19 1. The magnitude (or modulus or absolute value) of z = x + yi is the length of the line segment from (0, 0) to z and is denoted by z, x + yi or mod z.. z = x + y

More information

Diploma Programme. Mathematics HL guide. First examinations 2014

Diploma Programme. Mathematics HL guide. First examinations 2014 Diploma Programme First examinations 2014 Syllabus 17 Topic 1 Core: Algebra The aim of this topic is to introduce students to some basic algebraic concepts and applications. 1.1 Arithmetic sequences and

More information

Find the common ratio of the geometric sequence. (2) 1 + 2

Find the common ratio of the geometric sequence. (2) 1 + 2 . Given that z z 2 = 2 i, z, find z in the form a + ib. (Total 4 marks) 2. A geometric sequence u, u 2, u 3,... has u = 27 and a sum to infinity of 8. 2 Find the common ratio of the geometric sequence.

More information

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry No. 1 of 10 1. The Common Logarithm is based on the powers of 10. Solve the logarithmic equation: log(x+2) log(x-1) = 1 (A) 1 (B)

More information

Contents Chapter 5 Applications of Trigonometry in Algebra 221

Contents Chapter 5 Applications of Trigonometry in Algebra 221 Contents Chapter 5 Applications of Trigonometry in Algebra 1 5.1 Complex Number Arithmetic............................. 1 5. Geometry of Complex Numbers............................ 7 5. Powers and Roots....................................

More information

Quick Overview: Complex Numbers

Quick Overview: Complex Numbers Quick Overview: Complex Numbers February 23, 2012 1 Initial Definitions Definition 1 The complex number z is defined as: z = a + bi (1) where a, b are real numbers and i = 1. Remarks about the definition:

More information

Chapter One Complex Numbers

Chapter One Complex Numbers Chapter One Complex Numbers 1.1 Introduction. Let us hark back to the first grade when the only numbers you knew were the ordinary everyday integers. You had no trouble solving problems in which you were,

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 auchy s integral formula 4. Introduction auchy s theorem is a big theorem which we will use almost daily from here on out. Right away it will reveal a number of interesting

More information

Solutions to Tutorial for Week 3

Solutions to Tutorial for Week 3 The University of Sydney School of Mathematics and Statistics Solutions to Tutorial for Week 3 MATH9/93: Calculus of One Variable (Advanced) Semester, 08 Web Page: sydney.edu.au/science/maths/u/ug/jm/math9/

More information

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number Complex Numbers December, 206 Introduction 2 Imaginary Number In your study of mathematics, you may have noticed that some quadratic equations do not have any real number solutions. For example, try as

More information

Section 8.4 Plane Curves and Parametric Equations

Section 8.4 Plane Curves and Parametric Equations Section 8.4 Plane Curves and Parametric Equations Suppose that x and y are both given as functions of a third variable t (called a parameter) by the equations x = f(t), y = g(t) (called parametric equations).

More information

Math Homework 1. The homework consists mostly of a selection of problems from the suggested books. 1 ± i ) 2 = 1, 2.

Math Homework 1. The homework consists mostly of a selection of problems from the suggested books. 1 ± i ) 2 = 1, 2. Math 70300 Homework 1 September 1, 006 The homework consists mostly of a selection of problems from the suggested books. 1. (a) Find the value of (1 + i) n + (1 i) n for every n N. We will use the polar

More information

2.3 LIMITS AND CONTINUITY

2.3 LIMITS AND CONTINUITY 70 Chapter 2 Complex Functions 2.3 LIMITS AND CONTINUITY Let u = u (x, y) be a real-valued function of the two real variables x and y. Recall that u has the it u 0 as (x, y) approaches (x 0,y 0 ) provided

More information

CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY

CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY In the present chapter we apply the vector algebra and the basic properties of the dot product described in the last chapter to planar geometry and trigonometry.

More information

Complex Practice Exam 1

Complex Practice Exam 1 Complex Practice Exam This practice exam contains sample questions. The actual exam will have fewer questions, and may contain questions not listed here.. Be prepared to explain the following concepts,

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

6.1: Verifying Trigonometric Identities Date: Pre-Calculus

6.1: Verifying Trigonometric Identities Date: Pre-Calculus 6.1: Verifying Trigonometric Identities Date: Pre-Calculus Using Fundamental Identities to Verify Other Identities: To verify an identity, we show that side of the identity can be simplified so that it

More information

Complex Numbers. Rich Schwartz. September 25, 2014

Complex Numbers. Rich Schwartz. September 25, 2014 Complex Numbers Rich Schwartz September 25, 2014 1 From Natural Numbers to Reals You can think of each successive number system as arising so as to fill some deficits associated with the previous one.

More information

COMPLEX ANALYSIS TOPIC V: HISTORICAL REMARKS

COMPLEX ANALYSIS TOPIC V: HISTORICAL REMARKS COMPLEX ANALYSIS TOPIC V: HISTORICAL REMARKS PAUL L. BAILEY Historical Background Reference: http://math.fullerton.edu/mathews/n2003/complexnumberorigin.html Rafael Bombelli (Italian 1526-1572) Recall

More information

Chapter 7 PHASORS ALGEBRA

Chapter 7 PHASORS ALGEBRA 164 Chapter 7 PHASORS ALGEBRA Vectors, in general, may be located anywhere in space. We have restricted ourselves thus for to vectors which are all located in one plane (co planar vectors), but they may

More information

Overview of Complex Numbers

Overview of Complex Numbers Overview of Complex Numbers Definition 1 The complex number z is defined as: z = a+bi, where a, b are real numbers and i = 1. General notes about z = a + bi Engineers typically use j instead of i. Examples

More information

MATH243 First Semester 2013/14. Exercises 1

MATH243 First Semester 2013/14. Exercises 1 Complex Functions Dr Anna Pratoussevitch MATH43 First Semester 013/14 Exercises 1 Submit your solutions to questions marked with [HW] in the lecture on Monday 30/09/013 Questions or parts of questions

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Sec. 6.1 Eigenvalues and Eigenvectors Linear transformations L : V V that go from a vector space to itself are often called linear operators. Many linear operators can be understood geometrically by identifying

More information

This leaflet describes how complex numbers are added, subtracted, multiplied and divided.

This leaflet describes how complex numbers are added, subtracted, multiplied and divided. 7. Introduction. Complex arithmetic This leaflet describes how complex numbers are added, subtracted, multiplied and divided. 1. Addition and subtraction of complex numbers. Given two complex numbers we

More information

Complex Function. Chapter Complex Number. Contents

Complex Function. Chapter Complex Number. Contents Chapter 6 Complex Function Contents 6. Complex Number 3 6.2 Elementary Functions 6.3 Function of Complex Variables, Limit and Derivatives 3 6.4 Analytic Functions and Their Derivatives 8 6.5 Line Integral

More information

MATHEMATICS. Higher 2 (Syllabus 9740)

MATHEMATICS. Higher 2 (Syllabus 9740) MATHEMATICS Higher (Syllabus 9740) CONTENTS Page AIMS ASSESSMENT OBJECTIVES (AO) USE OF GRAPHING CALCULATOR (GC) 3 LIST OF FORMULAE 3 INTEGRATION AND APPLICATION 3 SCHEME OF EXAMINATION PAPERS 3 CONTENT

More information

Sum and difference formulae for sine and cosine. Elementary Functions. Consider angles α and β with α > β. These angles identify points on the

Sum and difference formulae for sine and cosine. Elementary Functions. Consider angles α and β with α > β. These angles identify points on the Consider angles α and β with α > β. These angles identify points on the unit circle, P (cos α, sin α) and Q(cos β, sin β). Part 5, Trigonometry Lecture 5.1a, Sum and Difference Formulas Dr. Ken W. Smith

More information

Complex Numbers. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3

Complex Numbers. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3 Complex Numbers Vicky Neale Michaelmas Term 2018 Contents 1 Introduction 1 2 What is a complex number? 2 3 Arithmetic of complex numbers 3 4 The Argand diagram 4 5 Complex conjugation 5 6 Modulus 6 7 Argument

More information

The Plane of Complex Numbers

The Plane of Complex Numbers The Plane of Complex Numbers In this chapter we ll introduce the complex numbers as a plane of numbers. Each complex number will be identified by a number on a real axis and a number on an imaginary axis.

More information

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 5.5 Complex Eigenvalues Motivation: Describe rotations Among transformations, rotations are very simple to describe geometrically. Where are the eigenvectors? A no nonzero vector x is collinear

More information

Unit 3 Specialist Maths

Unit 3 Specialist Maths Unit 3 Specialist Maths succeeding in the vce, 017 extract from the master class teaching materials Our Master Classes form a component of a highly specialised weekly program, which is designed to ensure

More information

Some commonly encountered sets and their notations

Some commonly encountered sets and their notations NATIONAL UNIVERSITY OF SINGAPORE DEPARTMENT OF MATHEMATICS (This notes are based on the book Introductory Mathematics by Ng Wee Seng ) LECTURE SETS & FUNCTIONS Some commonly encountered sets and their

More information

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31 Contents 1 Lecture 1: Introduction 2 2 Lecture 2: Logical statements and proof by contradiction 7 3 Lecture 3: Induction and Well-Ordering Principle 11 4 Lecture 4: Definition of a Group and examples 15

More information

Complex Analysis Homework 3

Complex Analysis Homework 3 Complex Analysis Homework 3 Steve Clanton David Holz March 3, 009 Problem 3 Solution. Let z = re iθ. Then, we see the mapping leaves the modulus unchanged while multiplying the argument by -3: Ω z = z

More information

Revision Problems for Examination 1 in Algebra 1

Revision Problems for Examination 1 in Algebra 1 Centre for Mathematical Sciences Mathematics, Faculty of Science Revision Problems for Examination 1 in Algebra 1 Arithmetics 1 Determine a greatest common divisor to the integers a) 5431 and 1345, b)

More information

Polar Form of Complex Numbers

Polar Form of Complex Numbers OpenStax-CNX module: m49408 1 Polar Form of Complex Numbers OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section, you will:

More information