MTH 362: Advanced Engineering Mathematics

Size: px
Start display at page:

Download "MTH 362: Advanced Engineering Mathematics"

Transcription

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

2 Course Name and number: MTH 362: Advanced Engineering Mathematics Instructor: Jonathan } {{ } First Name Allan } {{ } Middle Name Chávez } {{ Casillas } Last Name Office Hours: Wednesday 11 am - 2pm (or by appointment) Office Room: Lippitt Hall 200A jchavezc@uri.edu

3

4

5 Complex Numbers Jonathan Cha vez

6 Complex Numbers Jonathan Cha vez

7 1 Complex Numbers and the Complex Plane 2 of Complex Numbers. Powers and Roots

8 The Complex Numbers Since high school we have been taught to solve equations such as: Exercise: Solve: x 2 + 2x = 1 x 3 + 6x 2 40x = 0 The solution to such equations belong to the real numbers.

9 The Complex Numbers However, if we modify slightly the equations, the solutions are not real anymore: Exercise: Try to solve: x 2 = 1 x 3 10x 2 40x = 0 The solutions of the previous equations belong to a set of numbers called the Complex Numbers

10 The Complex Numbers By definition, a complex number has two parts: A real part and an imaginary part. Because of this duo, there are two basic ways of writing complex numbers: Complex numbers notation: A complex number z consists of an ORDERED pair of real numbers x and y. That is, z = (x, y) is thought as a complex number and x is called the real part and y is called the imaginary part. In notation, x = Re z and y = Im z. The imaginary unit, (0, 1), is denoted by i. Thus, a more common notation is: z=(x,y)=x+iy It is important to notice that two complex numbers z 1 = (x 1, y 1) = x 1 + iy 1 and z 2 = (x 2, y 2) = x 2 + iy 2 are equal ONLY if x 1 = x 2 AND y 1 = y 2.

11 Arithmetic of Complex Numbers Addition: The addition of two complex numbers z 1 = (x 1, y 1) = x 1 + iy 1 and z 2 = (x 2, y 2) = x 2 + iy 2 is defined as: z 1 + z 2 := (x 1 + x 2, y 1 + y 2) = x 1 + x 2 + i(y 1 + y 2) Multiplication: The product of two complex numbers z 1 = (x 1, y 1) = x 1 + iy 1 and z 2 = (x 2, y 2) = x 2 + iy 2 is defined as: z 1z 2 := (x 1x 2 y 1y 2, x 1y 2 + x 2y 1) = x 1x 2 y 1y 2 + i(x 1y 2 + x 2y 1) Particular Example: A very important example and a shortcut to multiply complex numbers is that if z 1 = (0, 1) = i and z 2 = (0, 1) = i, then z 1z 2 = i i = i 2 = ( 1, 0) = 1. That is i 2 = 1.

12 Arithmetic of Complex Numbers Subtraction: The subtraction of two complex numbers z 1 = (x 1, y 1) = x 1 + iy 1 and z 2 = (x 2, y 2) = x 2 + iy 2 is defined as: z 1 z 2 := (x 1 x 2, y 1 y 2) = x 1 x 2 + i(y 1 y 2) Quotient: The quotient of two complex numbers z 1 = (x 1, y 1) = x 1 + iy 1 and z 2 = (x 2, y 2) = x 2 + iy 2 is defined as: ( ) z 1 x1x 2 + y 1y 2 x2y1 x1y2 x1x2 + y1y2 x2y1 x1y2 := z 2 x2 2 + y 2 2, x2 2 + y 2 2 = x2 2 + y i x2 2 + y 2 2 An easy way to remember the quotient is to multiply and divide by the conjugate (see below) of the divisor.

13 The Complex Plane As the notation z = (x, y) suggests, we can identify the complex number z with the pair (x, y) and thus, we can plot it in the plane as we would for a point in the two dimensional Cartesian plane. This plane composed of two coordinates axis (the horizontal, or x axis, represents the real part and the vertical or y axis represents the imaginary part) is called the complex plane. Exercise: For the complex numbers z 1 = (3, 1) = 3 + i and z 2 = (2, 4) = 2 + 4i, plot z 1, z 2, z 1 + z 2, z 1 z 2. How does the addition and substraction relates to the one of vectors in R 2?

14 The Complex Conjugate The complex conjugate of a complex number z = (x, y) = x + iy is defined as z = (x, y) = x iy. It is obtained geometrically by just reflecting about the real (x-)axis. Exercise: Show that for any two complex numbers z 1 = (x 1, y 1) and z 2 = (x 2, y 2): z 1 z 1 = x y 2 1. Re z 1 = x 1 = 1 2 (z1 + z1). Im z 1 = y 1 = 1 2 (z z1). (z1 + z2) = z1 + z2 and z1z2 = z1 z2.

15 Exercise: Let z 1 = 4 + 3i and z 2 = 1 i. Find: (2z 1 + 3z 2) 2. Re(1/ z 1). Im (1 + i)z 2. z 2/(z 1 3).

16 Table of Contents 1 Complex Numbers and the Complex Plane 2 of Complex Numbers. Powers and Roots

17 of Complex Numbers As in two dimensions, when plotting a complex number, we may look at its polar form. That is, the angle it makes with the real axis and the distance from the origin the point has. Remember that for a point (x, y) in the cartesian plane, its polar coordinates are: x = r cos θ y = r sin θ Thus, it is natural to assume that the polar representation of the complex number z = x + iy is given by z = r(cos θ + i sin θ). r = z = x 2 + y 2 is called the modulus of the complex number and θ = arg(z) = arctan y x is the argument of the complex number z. As in calculus, all angles are measured in radians and a positive angle traverse in counterclockwise sense.

18 of Complex Numbers Remember that you may write the same angle in a lot of different ways. For example, π/3 is the same angle as π/3 + 6π, but all angles are unique up to a multiple of 2π, which is the periodicity of the trigonometric functions sine and cosine. Thus, a Principal Argument, denoted as Argz, is defined for complex numbers. The principal argument satisfy the inequality π < Argz π Please notice that the equal sign is on the right side of the inequality! Then, the way to think of the Principal argument is as follows:

19 of Complex Numbers Exercise: Obtain the polar form of z 1 = 2 2i and z 2 = 1 3i. Find their modulus and all possible arguments. Find also their principal argument.

20 Multiplication and Division in So far, we understand the geometric meaning of adding and subtracting two complex numbers. But, what does it mean geometrically to multiply and divide two complex numbers? Home Exercise: Show that if z 1 = r 1(cos θ 1 + i sin θ 1) and z 2 = r 2(cos θ 2 + i sin θ 2), then z 1 z 1z 2 = r 1r 2 [cos(θ 1 + θ 2) + i sin(θ 1 + θ 2)] = r1 [cos(θ 1 θ 2) + i sin(θ 1 θ 2)] z 2 r 2 Exercise: Using the formulas above show that z 1z 2 = z 1 z 2 and z 1 z 2 = z 1 z 2 arg(z 1z 2) = arg(z 1) + arg(z 2) and arg ( z 1 z 2 ) = arg(z1) arg(z 2) (up to multiples of 2π)

21 Integer Powers of z and De Moivre s Formula Using the product formula with z 1 = z 2 = z = r(cos θ + i sin θ) we obtain that z 2 = r 2 [cos(2θ) + i sin(2θ)]. We can continue by induction to show that for n a positive integer, Home Exercise: Show that 1 Equation (1) holds also for negative integers n. 2 (De Moivre s Formula) (cos θ + i sin θ) n = cos(nθ) + i sin(nθ). z n = r n (cos(nθ) + i sin(nθ)) (1) 3 Using De Moivre s formula with n=2, expand the binomial in the left and equate the real an imaginary parts from both sides of the formula. Do you recognize those formulas? Hint: For (a) use Equation (1) and the quotient formula with one complex number being 1. For (b) use again Equation (1) for a complex number with modulus 1.

22 Roots of Complex numbers If P(z) is a polynomial of degree n (i.e., P(z) = a nz n + a n 1z n a 1z + a 0), then the equation P(z) = 0 has ALWAYS n complex solutions (Is this true if we restrict z to be just real?) Then, it should follow that the equation z n = w, where z and w are complex numbers, should have also n roots. Each of those roots is represented as z = n w Thus, the expression above has not just value but n. The natural question is to find out which are those n values.

23 Roots of Complex numbers Exercise: Use the polar form of a complex number and De Moivre formula to find the n roots of the equation z n = w. In particular, find the n roots of the unity, i.e., what are the roots of the equation z n = 1.

24 Roots of Complex numbers Exercise: As seen above, n 1 = cos ( 2kπ n ) + i sin ( ) 2kπ, k = 0, 1, 2,..., n 1. n These n values are called the nth roots of unity. They lie on the circle of radius 1 and center 0, called the unit circle, and constitute the vertices of a regular polygon of n sides (inscribed in the circle of radius 1). The next figure depicts the roots of unity when n = 3, 4, 5.

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

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

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

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

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

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

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

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

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. 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

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

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

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

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16

Physics 307. Mathematical Physics. Luis Anchordoqui. Wednesday, August 31, 16 Physics 307 Mathematical Physics Luis Anchordoqui 1 Bibliography L. A. Anchordoqui and T. C. Paul, ``Mathematical Models of Physics Problems (Nova Publishers, 2013) G. F. D. Duff and D. Naylor, ``Differential

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

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

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

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 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

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

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

) 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

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

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

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

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

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

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

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

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

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

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

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

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7 About the Author v Preface to the Instructor xvi WileyPLUS xxii Acknowledgments xxiii Preface to the Student xxvi 1 The Real Numbers 1 1.1 The Real Line 2 Construction of the Real Line 2 Is Every Real

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

A Learning Progression for Complex Numbers

A Learning Progression for Complex Numbers A Learning Progression for Complex Numbers In mathematics curriculum development around the world, the opportunity for students to study complex numbers in secondary schools is decreasing. Given that the

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

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

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

MAT01A1: Complex Numbers (Appendix H)

MAT01A1: Complex Numbers (Appendix H) MAT01A1: Complex Numbers (Appendix H) Dr Craig 13 February 2019 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

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

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

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

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

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

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents PRE-CALCULUS COURSE OVERVIEW...1 UNIT 1: RELATIONS AND FUNCTIONS... 1 UNIT 2: FUNCTIONS... 1 UNIT 3: TRIGONOMETRIC FUNCTIONS... 2 UNIT

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

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

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

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

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

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

Trigonometry Self-study: Reading: Red Bostock and Chandler p , p , p

Trigonometry Self-study: Reading: Red Bostock and Chandler p , p , p Trigonometry Self-study: Reading: Red Bostock Chler p137-151, p157-234, p244-254 Trigonometric functions be familiar with the six trigonometric functions, i.e. sine, cosine, tangent, cosecant, secant,

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

Mathematical Review for Signal and Systems

Mathematical Review for Signal and Systems Mathematical Review for Signal and Systems 1 Trigonometric Identities It will be useful to memorize sin θ, cos θ, tan θ values for θ = 0, π/3, π/4, π/ and π ±θ, π θ for the above values of θ. 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

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

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

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 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

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

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

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

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS STRUCTURE OF EXAMINATION PAPER. There will be one -hour paper consisting of 4 questions..

More information

Pre-Calculus & Trigonometry Scope and Sequence

Pre-Calculus & Trigonometry Scope and Sequence Pre-Calculus & Trigonometry Scope and Sequence Domain INTERPRETING F.IF Understand the concept of a function, and use function notation. TRIGONOMETRIC F.TF BUILDING F.BF EXPRESSING GEOMETRIC PROPERTIES

More information

Complex Numbers CK-12. Say Thanks to the Authors Click (No sign in required)

Complex Numbers CK-12. Say Thanks to the Authors Click  (No sign in required) Complex Numbers CK-12 Say Thanks to the Authors Click http://www.ck12.org/saythanks No sign in required) To access a customizable version of this book, as well as other interactive content, visit www.ck12.org

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

LESSON 9.1 ROOTS AND RADICALS

LESSON 9.1 ROOTS AND RADICALS LESSON 9.1 ROOTS AND RADICALS LESSON 9.1 ROOTS AND RADICALS 67 OVERVIEW Here s what you ll learn in this lesson: Square Roots and Cube Roots a. Definition of square root and cube root b. Radicand, radical

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

Course Catalog. Pre-calculus Glynlyon, Inc.

Course Catalog. Pre-calculus Glynlyon, Inc. Course Catalog Pre-calculus 2016 Glynlyon, Inc. Table of Contents COURSE OVERVIEW... 1 UNIT 1: RELATIONS AND FUNCTIONS... 1 UNIT 2: FUNCTIONS... 1 UNIT 3: TRIGONOMETRIC FUNCTIONS... 2 UNIT 4: CIRCULAR

More information

Complex Numbers, Polar Coordinates, and Parametric Equations

Complex Numbers, Polar Coordinates, and Parametric Equations 8 Complex Numbers, Polar Coordinates, and Parametric Equations If a golfer tees off with an initial velocity of v 0 feet per second and an initial angle of trajectory u, we can describe the position of

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

An angle in the Cartesian plane is in standard position if its vertex lies at the origin and its initial arm lies on the positive x-axis.

An angle in the Cartesian plane is in standard position if its vertex lies at the origin and its initial arm lies on the positive x-axis. Learning Goals 1. To understand what standard position represents. 2. To understand what a principal and related acute angle are. 3. To understand that positive angles are measured by a counter-clockwise

More information

Chapter 5 Trigonometric Functions of Angles

Chapter 5 Trigonometric Functions of Angles Chapter 5 Trigonometric Functions of Angles Section 3 Points on Circles Using Sine and Cosine Signs Signs I Signs (+, +) I Signs II (+, +) I Signs II (, +) (+, +) I Signs II (, +) (+, +) I III Signs II

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

Discrete mathematics I - Complex numbers

Discrete mathematics I - Complex numbers Discrete mathematics I - Emil Vatai (based on hungarian slides by László Mérai) 1 January 31, 018 1 Financed from the financial support ELTE won from the Higher Education Restructuring

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

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

1 z n = 1. 9.(Problem) Evaluate each of the following, that is, express each in standard Cartesian form x + iy. (2 i) 3. ( 1 + i. 2 i.

1 z n = 1. 9.(Problem) Evaluate each of the following, that is, express each in standard Cartesian form x + iy. (2 i) 3. ( 1 + i. 2 i. . 5(b). (Problem) Show that z n = z n and z n = z n for n =,,... (b) Use polar form, i.e. let z = re iθ, then z n = r n = z n. Note e iθ = cos θ + i sin θ =. 9.(Problem) Evaluate each of the following,

More information

Course Notes for Signals and Systems. Krishna R Narayanan

Course Notes for Signals and Systems. Krishna R Narayanan Course Notes for Signals and Systems Krishna R Narayanan May 7, 018 Contents 1 Math Review 5 1.1 Trigonometric Identities............................. 5 1. Complex Numbers................................

More information

Overall Description of Course Trigonometry is a College Preparatory level course.

Overall Description of Course Trigonometry is a College Preparatory level course. Radnor High School Course Syllabus Modified 9/1/2011 Trigonometry 444 Credits: 1 Grades: 11-12 Unweighted Prerequisite: Length: Year Algebra 2 Format: Meets Daily or teacher recommendation Overall Description

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

Milford Public Schools Curriculum. Department: Mathematics Course Name: Precalculus Level 1

Milford Public Schools Curriculum. Department: Mathematics Course Name: Precalculus Level 1 Milford Public Schools Curriculum Department: Mathematics Course Name: Precalculus Level 1 UNIT 1 Unit Description: Students will construct polynomial graphs with zeros and end behavior, and apply limit

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 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

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

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

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 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

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

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

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

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

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 R:

More information

Pre-Calculus EOC Review 2016

Pre-Calculus EOC Review 2016 Pre-Calculus EOC Review 2016 Name The Exam 50 questions, multiple choice, paper and pencil. I. Limits 8 questions a. (1) decide if a function is continuous at a point b. (1) understand continuity in terms

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

A Primer on Complex Numbers

A Primer on Complex Numbers ams 10/10A supplementary notes ucsc A Primer on Complex Numbers c 2013, Yonatan Katznelson 1. Imaginary and complex numbers. The real numbers are can be thought of as numbers that represent quantities

More information

Math 421 Homework 1. Paul Hacking. September 22, 2015

Math 421 Homework 1. Paul Hacking. September 22, 2015 Math 421 Homework 1 Paul Hacking September 22, 2015 (1) Compute the following products of complex numbers. Express your answer in the form x + yi where x and y are real numbers. (a) (2 + i)(5 + 3i) (b)

More information

ADDITIONAL MATHEMATICS

ADDITIONAL MATHEMATICS ADDITIONAL MATHEMATICS GCE NORMAL ACADEMIC LEVEL (016) (Syllabus 4044) CONTENTS Page INTRODUCTION AIMS ASSESSMENT OBJECTIVES SCHEME OF ASSESSMENT 3 USE OF CALCULATORS 3 SUBJECT CONTENT 4 MATHEMATICAL FORMULAE

More information