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

Size: px
Start display at page:

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

Transcription

1 Lecture Complex Numbers MATH-GA 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 of real numbers. The defining property of i is i 2 + = 0 A complex number has the form z = a + ib () where (a, b) R 2, the + symbol represents the process of addition, and ib is a shortened notation for the multiplication of i and b. a in Eq. () is called the real part of z, written a = R(z). b in Eq. () is called the imaginary part of z, written b = I(z). If b = I(z) = 0, z is said to be purely real. If a = R(z) = 0, z is said to be purely imaginary. Two complex numbers z and z 2 are equal iff R(z ) = R(z 2 ) I(z ) = I(z 2 ) (2) Let z = a + ib and z 2 = a 2 + ib 2, with (a, a 2, b, b 2 ) R 4. Addition in C is defined as follows. z + z 2 = (a + ib ) + (a 2 + ib 2 ) = (a + a 2 ) + i(b + b 2 ) (3) Multiplication in C is defined in the following way..2 Field structure of C z z 2 = (a + ib )(a 2 + ib 2 ) = (a a 2 b b 2 ) + i(a b 2 + a 2 b ) (4) It is clear from the above that C is closed under addition and multiplication It is also easy to check that addition and multiplication are associative and commutative, and that multiplication is distributive over addition One can easily verify that the identity element for addition is 0 = 0 + i 0. The identity element for multiplication is = + i 0 For any complex number z = a + ib, z = a + i( b) is its additive inverse. What about the inverse for multiplication? To find out, let us take a small detour and construct the operation of division in C. Let z = a + ib and z 2 = a 2 + ib 2, with z 2 0. If z /z 2 is a complex number z 3 = a 3 + ib 3, then a + ib = (a 2 + ib 2 )(a 3 + ib 3 ) = (a 2 a 3 b 2 b 3 ) + i(a 2 b 3 + a 3 b 2 ) a = a 2 a 3 b 2 b 3 b = a 2 b 3 + a 3 b 2 This is a linear system of equations, which has a unique solution since a b The solution is a3 = aa2+bb2 a 2 2 +b2 2 b 3 = a2b ab2 a 2 2 +b2 2 Hence z = a + ib = a a 2 + b b 2 z 2 a 2 + ib 2 a i a 2b a b 2 b2 2 a b2 2 (5)

2 It is now clear that any nonzero complex number z = a + ib has a multiplicative inverse, given by We have now completed our verification of the field structure of C. z = a ib a 2 + b 2 (6) 2 Important operations 2. Conjugation and modulus Conjugation For any complex number z = a + ib, the complex number w = a ib is called the complex conjugate of z, written w = z. Conjugation is an involution: z = w = z The real and imaginary parts of a complex number z can be expressed in terms of z and z only: R(z) = z + z 2, I(z) = z z 2i (7) It is easy to very that if z and z 2 are two complex numbers, z + z 2 = z + z 2, z z 2 = z z 2 (8) If z 2 0, the latter implies ( z z 2 ) = z z 2 Application: Consider the polynomial equation Let w be a solution to that equation. Then w solves a n z n + a n z n a z + a 0 = 0 a n z n + a n z n a z + a 0 = 0 This proves that the nonreal roots of a polynomial equation with real coefficients occur in complex conjugate pairs. Modulus For any complex number z = a + ib, zz = a 2 + b 2 0. We define zz = z 2, where z is called the modulus of z. The multiplicative inverse of any z 0 can thus be written in the concise form z = z z 2 (9) z C, z R(z) z, and z I(z) z Let (z, z 2 ) C 2 z z 2 2 = z z 2 z z 2 = z z z 2 z 2 = z 2 z 2 2 from which we conclude that z z 2 = z z 2 (0) 2

3 and, if z 2 0 z z 2 = z z 2 () Let (z, z 2 ) C 2 Hence, z + z 2 2 = (z + z 2 )(z + z 2 ) = z z + z z 2 + z 2 z + z 2 z 2 = z 2 + z R(z z 2 ) ( z + z 2 ) 2 z + z 2 z + z 2 (2) This is the well-known triangle inequality in the context of complex numbers. interpretation shortly. 2.2 Square roots The square root w = x + iy of any complex number z = a + ib must satisfy (x + iy) 2 x 2 y 2 = a = z 2xy = b Combining the two equations in the system, we find a 2 + b 2 = (x 2 y 2 ) 2 + 4x 2 y 2 = (x 2 + y 2 ) 2 Hence x 2 + y 2 = a 2 + b 2, and from the first equation in the system, we have x 2 = 2 (a + a 2 + b 2 ), y 2 = 2 ( a + a 2 + b 2 ) We will see its geometric The equation 2xy = b tells us how to pick the signs for x and y when taking the square root of the expressions above. We can then write the general solution as: w = x + iy = a + ib = ± a + a 2 + b 2 + i b a + a 2 + b 2, b 0 (3) 2 b 2 The situation b = 0 corresponds to the square roots of real numbers, and the expressions are w = ± a if a 0, w = ±i a if a < 0, b = 0 (4) The square root of any complex number has two opposite values, which coincide only if a + ib = 0. 3 Geometric representation of complex numbers 3. The complex plane Complex numbers can be represented as vectors in R 2 in the Cartesian way, the x-axis corresponding to the real part of the number, and the y-axis corresponding to the imaginary part. The plane with orthogonal axes given by the real part and the imaginary part is called the complex plane. The addition of two complex numbers can be viewed as vector addition in the complex plane. The inequality z + z 2 z + z 2 has a clear meaning in this context, since z, z 2 and z + z 2 are the lengths of all 3 sides of the triangle in Figure. In the complex plane, z and z lie symmetrically with respect to the real axis. R(z) and I(z) are the Cartesian coordinates of the representation of z in the complex plane. One may also consider polar coordinates (r, θ) to represent z, i.e. such that z = a + ib = r cos θ + ir sin θ = r(cos θ + i sin θ) 3

4 Figure : Addition in the complex plane Clearly, r = z. The polar angle θ is called the argument of z. Now, let z = r (cos θ + i sin θ ) and z 2 = r 2 (cos θ 2 + i sin θ 2 ) z z 2 = r r 2 [(cos θ cos θ 2 sin θ sin θ 2 ) + i(cos θ sin θ 2 + sin θ cos θ 2 )] = r r 2 [cos(θ + θ 2 ) + i sin(θ + θ 2 )] Complex numbers are multiplied by multiplying their lengths and adding their angles. 3.2 Power of a complex number The polar representation is particularly convenient to evaluate the powers of a complex number z. Indeed, we have just shown that for z = r(cos θ + i sin θ), For z =, we recognize the well-known de Moivre s formula: Observe also that from the equality /z = z/ z 2, we have z n = r n [cos(nθ) + i sin(nθ)] (5) (cos θ + i sin θ) n = cos(nθ) + i sin(nθ) (6) z = (cos θ i sin θ) r so that z n = r n [cos(nθ) + i sin(nθ)] holds also for negative integers n. The n th root w of a complex number z = r(cos θ+i sin θ) can be readily computed using this representation: Let w = ρ(cos γ + i sin γ), with (ρ, γ) R + R, such that w n = z ρ n [cos(nγ) + i sin(nγ)] = r(cos θ + i sin θ) 4

5 We obtain the n different n th roots of z by setting ρ = n r γ = θ n + 2πk n, k = 0,,..., n i.e. [ ( w = n θ r cos n + 2πk ) ( θ + i sin n n + 2πk )] n, k = 0,,..., n In the complex plane, the n w s are the vertices of a regular polygon with n sides. (7) The well-known case of the n th roots of unity correspond to z =. If we set ω = cos( 2π ( ) 2π n ) + i sin n then the n th roots of are, ω, ω 2,..., ω n. 3.3 The Riemann sphere We will soon see that it is often useful to consider the set Ĉ = C }. The symbol represents infinity, and is connected to finite numbers in the following way: ) for all finite z, z + = + z = ; 2) for all z 0 in Ĉ, z = z =. Furthermore, we adopt the convention that for z 0 in Ĉ, z/0 =, and for z C, z/ = 0. cannot be represented in the standard complex plane. One may however consider an extended complex plane, containing a point at infinity, which is such that every straight line passes through it, but no half plane contains it. There exists an alternative geometric representation for complex numbers in which every element of Ĉ has a concrete representation, and in which the extended complex plane introduced above makes intuitive sense. This representation is based on the stereographic projection, which is constructed as follows. - Consider the unit sphere S in R 3 given by x 2 + y 2 + z 2 = - To every point Z = (x, y, z) in S except for (0, 0, ), assign w C according to the transformation w = x + iy z The transformation is one-to-one, as can be shown by straightforward algebra: (8) Likewise, simple computations give w 2 = x2 + y 2 ( z) 2 = + z z x = z = w 2 w 2 + w + w + w 2, y = i w w + w 2 - If one assigns to (0, 0, ), we have an homeomorphism between S and Ĉ. Now, if we identify the x y plane with the complex plane, the transformation defined by Eq.(8) has a simple geometric interpretation. Consider the point N, with coordinates (0, 0, ), and any point Z = (x, y, z) on S. Then w is the point which corresponds to the intersection of the line in R 3 through N and Z with the x y plane, as shown in Figure 2. Let us prove this. A parametric equation for the line through Z and N in R 3 is The line intersects the x y plane for t such that r(t) = (0, 0, ) + t(x, y, z ) + t(z ) = 0 t = z 5

6 Figure 2: Schematic of the stereographic projection This corresponds to the point in R 3 with coordinates ( ) ( ) x r = z z, y z, 0 As we already mentioned, the bijective projection from any point Z on the sphere except for N to any point w in the x y plane (or complex plane) is called a stereographic projection. You can convince yourself, first geometrically and then algebraically, that every straight line in the x y plane is transformed into a circle on S which passes through N by the stereographic projection. More generally, any circle on S is mapped either to a circle or to a line in the x y plane. 6

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

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

(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

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

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

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

Math 632: Complex Analysis Chapter 1: Complex numbers

Math 632: Complex Analysis Chapter 1: Complex numbers Math 632: Complex Analysis Chapter 1: Complex numbers Spring 2019 Definition We define the set of complex numbers C to be the set of all ordered pairs (a, b), where a, b R, and such that addition and multiplication

More information

Complex Numbers. The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition,

Complex Numbers. The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition, Complex Numbers Complex Algebra The set of complex numbers can be defined as the set of pairs of real numbers, {(x, y)}, with two operations: (i) addition, and (ii) complex multiplication, (x 1, y 1 )

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

University of Regina. Lecture Notes. Michael Kozdron

University of Regina. Lecture Notes. Michael Kozdron University of Regina Mathematics 32 omplex Analysis I Lecture Notes Fall 22 Michael Kozdron kozdron@stat.math.uregina.ca http://stat.math.uregina.ca/ kozdron List of Lectures Lecture #: Introduction to

More information

1. Complex Numbers. John Douglas Moore. July 1, 2011

1. Complex Numbers. John Douglas Moore. July 1, 2011 1. Complex Numbers John Douglas Moore July 1, 2011 These notes are intended to supplement the text, Fundamentals of complex analysis, by Saff and Snider [5]. Other often-used references for the theory

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

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

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

Complex Numbers. Integers, Rationals, and Reals. The natural numbers: The integers:

Complex Numbers. Integers, Rationals, and Reals. The natural numbers: The integers: Complex Numbers Integers, Rationals, and Reals The natural numbers: N {... 3, 2,, 0,, 2, 3...} The integers: Z {... 3, 2,, 0,, 2, 3...} Note that any two integers added, subtracted, or multiplied together

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

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

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

PreCalculus Notes. MAT 129 Chapter 10: Polar Coordinates; Vectors. David J. Gisch. Department of Mathematics Des Moines Area Community College

PreCalculus Notes. MAT 129 Chapter 10: Polar Coordinates; Vectors. David J. Gisch. Department of Mathematics Des Moines Area Community College PreCalculus Notes MAT 129 Chapter 10: Polar Coordinates; Vectors David J. Gisch Department of Mathematics Des Moines Area Community College October 25, 2011 1 Chapter 10 Section 10.1: Polar Coordinates

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

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

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

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

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Background knowledge: (a) The arithmetic of integers (including HCFs and LCMs), of fractions, and of real numbers.

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

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

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM Syllabus (014): Pure Mathematics AM SYLLABUS (014) PURE MATHEMATICS AM 7 SYLLABUS 1 AM Syllabus (014): Pure Mathematics Pure Mathematics AM 7 Syllabus (Available in September) Paper I(3hrs)+Paper II(3hrs)

More information

Complex Variables, Summer 2016 Homework Assignments

Complex Variables, Summer 2016 Homework Assignments Complex Variables, Summer 2016 Homework Assignments Homeworks 1-4, due Thursday July 14th Do twenty-four of the following problems. Question 1 Let a = 2 + i and b = 1 i. Sketch the complex numbers a, b,

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

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

8. Complex Numbers. sums and products. basic algebraic properties. complex conjugates. exponential form. principal arguments. roots of complex numbers

8. Complex Numbers. sums and products. basic algebraic properties. complex conjugates. exponential form. principal arguments. roots of complex numbers EE202 - EE MATH II 8. Complex Numbers Jitkomut Songsiri sums and products basic algebraic properties complex conjugates exponential form principal arguments roots of complex numbers regions in the complex

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

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

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill

Lecture Notes Complex Analysis. Complex Variables and Applications 7th Edition Brown and Churchhill Lecture Notes omplex Analysis based on omplex Variables and Applications 7th Edition Brown and hurchhill Yvette Fajardo-Lim, Ph.D. Department of Mathematics De La Salle University - Manila 2 ontents THE

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

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

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

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

Inverses of Square Matrices

Inverses of Square Matrices Inverses of Square Matrices A. Havens Department of Mathematics University of Massachusetts, Amherst February 23-26, 2018 Outline 1 Defining Inverses Inverses for Products and Functions Defining Inverse

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

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

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM SYLLABUS (2020) PURE MATHEMATICS AM 27 SYLLABUS 1 Pure Mathematics AM 27 (Available in September ) Syllabus Paper I(3hrs)+Paper II(3hrs) 1. AIMS To prepare students for further studies in Mathematics

More information

MAT01A1: Complex Numbers (Appendix H)

MAT01A1: Complex Numbers (Appendix H) MAT01A1: Complex Numbers (Appendix H) Dr Craig 14 February 2018 Announcements: e-quiz 1 is live. Deadline is Wed 21 Feb at 23h59. e-quiz 2 (App. A, D, E, H) opens tonight at 19h00. Deadline is Thu 22 Feb

More information

Lecture 14 Conformal Mapping. 1 Conformality. 1.1 Preservation of angle. 1.2 Length and area. MATH-GA Complex Variables

Lecture 14 Conformal Mapping. 1 Conformality. 1.1 Preservation of angle. 1.2 Length and area. MATH-GA Complex Variables Lecture 14 Conformal Mapping MATH-GA 2451.001 Complex Variables 1 Conformality 1.1 Preservation of angle The open mapping theorem tells us that an analytic function such that f (z 0 ) 0 maps a small neighborhood

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

Our goal is to solve a general constant coecient linear second order. this way but that will not always happen). Once we have y 1, it will always

Our goal is to solve a general constant coecient linear second order. this way but that will not always happen). Once we have y 1, it will always October 5 Relevant reading: Section 2.1, 2.2, 2.3 and 2.4 Our goal is to solve a general constant coecient linear second order ODE a d2 y dt + bdy + cy = g (t) 2 dt where a, b, c are constants and a 0.

More information

Part IA. Vectors and Matrices. Year

Part IA. Vectors and Matrices. Year Part IA Vectors and Matrices Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2018 Paper 1, Section I 1C Vectors and Matrices For z, w C define the principal value of z w. State de Moivre s

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

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

Topic 1 Notes Jeremy Orloff

Topic 1 Notes Jeremy Orloff Topic 1 Notes Jeremy Orloff 1 Complex algebra and the complex plane We will start with a review of the basic algebra and geometry of complex numbers. Most likely you have encountered this previously in

More information

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra A Thyagaraja January, 2009 AT p.1/12 1. Real numbers The set of all real numbers (hereafter denoted

More information

z = a + ib (4.1) i 2 = 1. (4.2) <(z) = a, (4.3) =(z) = b. (4.4)

z = a + ib (4.1) i 2 = 1. (4.2) <(z) = a, (4.3) =(z) = b. (4.4) Chapter 4 Complex Numbers 4.1 Definition of Complex Numbers A complex number is a number of the form where a and b are real numbers and i has the property that z a + ib (4.1) i 2 1. (4.2) a is called the

More information

Class test: week 10, 75 minutes. (30%) Final exam: April/May exam period, 3 hours (70%).

Class test: week 10, 75 minutes. (30%) Final exam: April/May exam period, 3 hours (70%). 17-4-2013 12:55 c M. K. Warby MA3914 Complex variable methods and applications 0 1 MA3914 Complex variable methods and applications Lecture Notes by M.K. Warby in 2012/3 Department of Mathematical Sciences

More information

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces Graphics 2008/2009, period 1 Lecture 2 Vectors, curves, and surfaces Computer graphics example: Pixar (source: http://www.pixar.com) Computer graphics example: Pixar (source: http://www.pixar.com) Computer

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

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

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

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

Complex Numbers. Basic algebra. Definitions. part of the complex number a+ib. ffl Addition: Notation: We i write for 1; that is we

Complex Numbers. Basic algebra. Definitions. part of the complex number a+ib. ffl Addition: Notation: We i write for 1; that is we Complex Numbers Definitions Notation We i write for 1; that is we define p to be p 1 so i 2 = 1. i Basic algebra Equality a + ib = c + id when a = c b = and d. Addition A complex number is any expression

More information

Carmen s Core Concepts (Math 135)

Carmen s Core Concepts (Math 135) Carmen s Core Concepts (Math 135) Carmen Bruni University of Waterloo Week 10 1 Polar Multiplication of Complex Numbers [PMCN] 2 De Moivre s Theorem [DMT] 3 Complex Exponential Function 4 Complex nth Roots

More information

Math 425, Homework #1 Solutions

Math 425, Homework #1 Solutions Math 425, Homework #1 Solutions (1) (1.9) (a) Use complex algebra to show that for any four integers a, b, c, and d there are integers u and v so that (a 2 + b 2 )(c 2 + d 2 ) = u 2 + v 2 Proof. If we

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

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 1: Vectors, Representations Algebra and Linear Algebra Algebra: numbers and operations on numbers 2 + 3 = 5 3 7 = 21 Linear Algebra: tuples, triples... of numbers

More information

ROTATIONS OF THE RIEMANN SPHERE

ROTATIONS OF THE RIEMANN SPHERE ROTATIONS OF THE RIEMANN SPHERE A rotation of the sphere S is a map r = r p,α described by spinning the sphere (actually, spinning the ambient space R 3 ) about the line through the origin and the point

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

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 Varables Lecture Notes for Math 122A. John Douglas Moore

Complex Varables Lecture Notes for Math 122A. John Douglas Moore Complex Varables Lecture Notes for Math 122A John Douglas Moore July 27, 2011 Contents 1 Complex Numbers 1 1.1 Field axioms............................. 2 1.2 Complex numbers..........................

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

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

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Topic 1 Part 3 [483 marks]

Topic 1 Part 3 [483 marks] Topic Part 3 [483 marks] The complex numbers z = i and z = 3 i are represented by the points A and B respectively on an Argand diagram Given that O is the origin, a Find AB, giving your answer in the form

More information

Lecture 10 - Moment of Inertia

Lecture 10 - Moment of Inertia Lecture 10 - oment of Inertia A Puzzle... Question For any object, there are typically many ways to calculate the moment of inertia I = r 2 dm, usually by doing the integration by considering different

More information

Syllabus: for Complex variables

Syllabus: for Complex variables EE-2020, Spring 2009 p. 1/42 Syllabus: for omplex variables 1. Midterm, (4/27). 2. Introduction to Numerical PDE (4/30): [Ref.num]. 3. omplex variables: [Textbook]h.13-h.18. omplex numbers and functions,

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

More information

NATIONAL BOARD FOR HIGHER MATHEMATICS. M. A. and M.Sc. Scholarship Test. September 24, Time Allowed: 150 Minutes Maximum Marks: 30

NATIONAL BOARD FOR HIGHER MATHEMATICS. M. A. and M.Sc. Scholarship Test. September 24, Time Allowed: 150 Minutes Maximum Marks: 30 NATIONAL BOARD FOR HIGHER MATHEMATICS M. A. and M.Sc. Scholarship Test September 24, 2011 Time Allowed: 150 Minutes Maximum Marks: 30 Please read, carefully, the instructions on the following page 1 INSTRUCTIONS

More information

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C)

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C) SAT II - Math Level 2 Test #01 Solution 1. x + = 2, then x² + = Since x + = 2, by squaring both side of the equation, (A) - (B) 0 (C) 2 (D) 4 (E) -2 we get x² + 2x 1 + 1 = 4, or simplifying it, x² + 2

More information

ACS MATHEMATICS GRADE 10 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS

ACS MATHEMATICS GRADE 10 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS ACS MATHEMATICS GRADE 0 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS DO AS MANY OF THESE AS POSSIBLE BEFORE THE START OF YOUR FIRST YEAR IB HIGHER LEVEL MATH CLASS NEXT SEPTEMBER Write as a single

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

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

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook.

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook. Phys374, Spring 2008, Prof. Ted Jacobson Department of Physics, University of Maryland Complex numbers version 5/21/08 Here are brief notes about topics covered in class on complex numbers, focusing on

More information

(7) Suppose α, β, γ are nonzero complex numbers such that α = β = γ.

(7) Suppose α, β, γ are nonzero complex numbers such that α = β = γ. January 22, 2011 COMPLEX ANALYSIS: PROBLEMS SHEET -1 M.THAMBAN NAIR (1) Show that C is a field under the addition and multiplication defined for complex numbers. (2) Show that the map f : R C defined by

More information

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers Prof. David Marshall School of Computer Science & Informatics A problem when solving some equations There are

More information

5.3 The Upper Half Plane

5.3 The Upper Half Plane Remark. Combining Schwarz Lemma with the map g α, we can obtain some inequalities of analytic maps f : D D. For example, if z D and w = f(z) D, then the composition h := g w f g z satisfies the condition

More information

COMPLEX NUMBERS II L. MARIZZA A. BAILEY

COMPLEX NUMBERS II L. MARIZZA A. BAILEY COMPLEX NUMBERS II L. MARIZZA A. BAILEY 1. Roots of Unity Previously, we learned that the product of z = z cis(θ), w = w cis(α) C is represented geometrically by the rotation of z by the angle α = arg

More information

Chapter 1: Complex Numbers

Chapter 1: Complex Numbers 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

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

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

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

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

Complex Numbers. z = x+yi

Complex Numbers. z = x+yi Complex Numbers The field of complex numbers is the extension C R consisting of all expressions z = x+yi where x, y R and i = 1 We refer to x = Re(z) and y = Im(z) as the real part and the imaginary part

More information

Homogeneous Constant Matrix Systems, Part II

Homogeneous Constant Matrix Systems, Part II 4 Homogeneous Constant Matrix Systems, Part II Let us now expand our discussions begun in the previous chapter, and consider homogeneous constant matrix systems whose matrices either have complex eigenvalues

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

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : ,

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : , MCN COMPLEX NUMBER C The complex number Complex number is denoted by ie = a + ib, where a is called as real part of (denoted by Re and b is called as imaginary part of (denoted by Im Here i =, also i =,

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

Mathematics Specialist Units 3 & 4 Program 2018

Mathematics Specialist Units 3 & 4 Program 2018 Mathematics Specialist Units 3 & 4 Program 018 Week Content Assessments Complex numbers Cartesian Forms Term 1 3.1.1 review real and imaginary parts Re(z) and Im(z) of a complex number z Week 1 3.1. review

More information

COMPLEX ANALYSIS-I. DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr.

COMPLEX ANALYSIS-I. DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr. COMPLEX ANALYSIS-I DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr. Noida An ISO 9001:2008 Certified Company Vayu Education of India 2/25,

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

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