Complex Numbers and Exponentials

Size: px
Start display at page:

Download "Complex Numbers and Exponentials"

Transcription

1 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 and the second component, y, is called its imaginary part, even though there is nothing imaginary (1) about it. The sum and product of two complex numbers (x 1,y 1 ) and (x,y ) are defined by (x 1,y 1 )+(x,y ) = (x 1 +x,y 1 +y ) (x 1,y 1 )(x,y ) = (x 1 x y 1 y,x 1 y +x y 1 ) respectively. We ll get an effective memory aid for the definition of multiplication shortly. It is conventional to use the notation x+iy (or in electrical engineering x+jy) to stand for the complex number (x,y). In other words, it is conventional to write x in place of (x,0) and i in place of (0,1). In this notation, the sum and product of two complex numbers z 1 = x 1 +iy 1 and z = x +iy is given by z 1 +z = (x 1 +x )+i(y 1 +y ) z 1 z = x 1 x y 1 y +i(x 1 y +x y 1 ) Addition and multiplication of complex numbers obey the familiar algebraic rules z 1 +z = z +z 1 z 1 z = z z 1 z 1 +(z +z 3 ) = (z 1 +z )+z 3 z 1 (z z 3 ) = (z 1 z )z 3 0+z 1 = z 1 1z 1 = z 1 z 1 (z +z 3 ) = z 1 z +z 1 z 3 (z 1 +z )z 3 = z 1 z 3 +z z 3 The negative of any complex number z = x+iy is defined by z = x+( y)i, and obeys z +( z) = 0. The inverse, z 1 or 1 z, of any complex number z = x+iy, other than 0, is defined by 1 zz = 1. We shall see below that it is given by the formula 1 z = x x +y + y x +y i. The complex number i has the special property i = (0+1i)(0+1i) = ( )+i( ) = 1 To remember how to multiply complex numbers, you just have to supplement the familiar rules of the real number system with i = 1. For example, if z = 1+i and w = 3+4i, then z +w = (1+i)+(3+4i) = 4+6i zw = (1+i)(3+4i) = 3+4i+6i+8i = 3+4i+6i 8 = 5+10i (1) Don t attempt to attribute any special significance to the word complex in complex number, or to the word real in real number and real part, or to the word imaginary in imaginary part. All are just names. c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 1

2 Other Operations The complex conjugate of z is denoted z and is defined to be z = x iy. That is, to take the complex conjugate, one replaces every i by i. Note that z z = (x+iy)(x iy) = x ixy +ixy +y = x +y is always a positive real number. In fact, it is the square of the distance from x+iy (recall that this is the point (x,y) in the xy plane) to 0 (which is the point (0,0)). The distance from z = x+iy to 0 is denoted z and is called the absolute value, or modulus, of z. It is given by z = x +y = z z Since z 1 z = (x 1 +iy 1 )(x +iy ) = (x 1 x y 1 y )+i(x 1 y +x y 1 ), z 1 z = (x 1 x y 1 y ) +(x 1 y +x y 1 ) = x 1 x x 1x y 1 y +y1 y +x 1 y +x 1y x y 1 +x y 1 = x 1 x +y1 y +x1 y +x y1 = (x 1 +y 1 )(x +y ) = z 1 z for all complex numbers z 1,z. Since z = z z, we have z ( ) z z = 1 for all complex numbers z 0. This says that the multiplicative inverse, 1 z, of any nonzero complex number z = x+iy is z 1 = z z = x iy x +y = x x +y y x +y i This is the formula for 1 z given above. It is easy to divide a complex number by a real number. For example 11+i 5 = i In general, there is a trick for rewriting any ratio of complex numbers as a ratio with a real denominator. For example, suppose that we want to find 1+i 3 4i 3+4i. The trick is to multiply by 1 = 3 4i. The number 3 4i is the complex conjugate of the denominator 3+4i. Since (3+4i)(3 4i) = 9 1i+1i+16 = 5 1+i 3+4i = 1+i 3 4i 3+4i 3 4i = (1+i)(3 4i) 5 = 11+i 5 = i ThenotationsRez andimz standfortherealandimaginarypartsofthecomplexnumberz,respectively. If z = x+iy (with x and y real) they are defined by Rez = x Imz = y Note that both Rez and Imz are real numbers. Just subbing in z = x iy gives Rez = 1 (z + z) Imz = 1 i (z z) c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials

3 The Complex Exponential Definition and Basic Properties. For any complex number z = x+iy the exponential e z, is defined by e x+iy = e x cosy +ie x siny In particular, e iy = cosy+isiny. This definition is not as mysterious as it looks. We could also define e iy by replacing x with iy in the Taylor series expansion e x = n=0 xn n!. The even terms in this expansion are e iy = 1+iy + (iy)! + (iy)3 3! + (iy)4 4! + (iy)5 5! + (iy)6 6! + 1+ (iy)! + (iy)4 4! + (iy)6 6! + = 1 y! + y4 4! y6 6! + = cosy and the odd terms in this expansion are iy+ (iy)3 3! + (iy)5 5! + = i (y y3 For any two complex numbers z 1 and z 3! + y5 e z1 e z = e x1 (cosy 1 +isiny 1 ) e x (cosy +isiny ) = e x1+x (cosy 1 +isiny 1 )(cosy +isiny ) 5! + ) = isiny = e x1+x {(cosy 1 cosy siny 1 siny )+i(cosy 1 siny +siny 1 cosy )} = e x1+x {cos(y 1 +y )+isin(y 1 +y )} = e (x1+x)+i(y1+y) = e z1+z so that the familiar multiplication formula for real exponentials also applies to complex exponentials. For any complex number c = α+iβ and real number t so that the derivative with respect to t is also the familiar one. e ct = e αt+iβt = e αt [cos(βt)+isin(βt)] d dt ect = αe αt [cos(βt)+isin(βt)]+e αt [ βsin(βt)+iβcos(βt)] = (α+iβ)e αt [cos(βt)+isin(βt)] = ce ct Relationship with sin and cos. When θ is a real number e iθ = cosθ +isinθ e iθ = cosθ isinθ = e iθ (1) are complex numbers of modulus one. Solving for cosθ and sinθ (by adding and subtracting the two equations) cosθ = 1 (eiθ +e iθ ) = Ree iθ sinθ = 1 i (eiθ e iθ ) = Ime iθ c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 3

4 These formulae make it easy derive trig identities. For example cosθcosφ = 1 4 (eiθ +e iθ )(e iφ +e iφ ) = 1 4 (ei(θ+φ) +e i(θ φ) +e i( θ+φ) +e i(θ+φ) ) = 1 4 (ei(θ+φ) +e i(θ+φ) +e i(θ φ) +e i( θ+φ) ) [ ] cos(θ +φ)+cos(θ φ) = 1 and, using (a+b) 3 = a 3 +3a b+3ab +b 3, sin 3 ( θ = 1 8i e iθ e iθ) 3 ( = 1 8i e i3θ 3e iθ +3e iθ e i3θ) = i( e iθ e iθ) ( i e i3θ e i3θ) = 3 4 sinθ 1 4 sin(3θ) and cos(θ) = Ree θi = Re ( e iθ) = Re ( cosθ+isinθ ) = Re ( cos θ+isinθcosθ sin θ ) = cos θ sin θ Polar Coordinates. Let z = x + iy be any complex number. Writing (x,y) in polar coordinates in the usual way gives x = rcosθ, y = rsinθ and y x+iy = re iθ x+iy = rcosθ +irsinθ = re iθ r In particular θ x ( 1,0)= 1 y i=(0,1) π π 1=(1,0) π i=(0, 1) x 1 = e i0 = e πi = e kπi for k = 0,±1,±, 1 = e iπ = e 3πi = e (1+k)πi for k = 0,±1,±, i = e iπ/ = e 5 πi = e (1 +k)πi for k = 0,±1,±, i = e iπ/ = e 3 πi = e ( 1 +k)πi for k = 0,±1,±, The polar coordinate θ = tan 1 y x associated with the complex number z = x+iy, i.e. the point (x,y) in the xy plane, is also called the argument of z. The polar coordinate representation makes it easy to find square roots, third roots and so on. Fix any positive integer n. The n th roots of unity are, by definition, all solutions z of z n = 1 c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 4

5 Writing z = re iθ r n e nθi = 1e 0i The polar coordinates (r,θ) and (r,θ ) represent the same point in the xy plane if and only if r = r and θ = θ +kπ for some integer k. So z n = 1 if and only if r n = 1, i.e. r = 1, and nθ = kπ for some integer k. The n th roots of unity are all the complex numbers e πi k n with k integer. There are precisely n distinct n th roots of unity because e πi k n = e πik n if and only if π k n πk n = πk k n is an integer multiple of π. That is, if and only if k k is an integer multiple of n. The n distinct nth roots of unity are y e πi 6 e πi 1 6 1, e πi 1 n, e πi n, e πi 3 n,, e πi n 1 n e πi3 6= 1 1=e πi0 6 x e πi4 6 e πi 5 6 Exploiting Complex Exponentials in Calculus Computations You have learned how to evaluate integrals involving trigonometric functions by using integration by parts, various trigonometric identities and various substitutions. It is often much easier to just use (1). Here are two examples Example 1 [e (1+i)x +e (1 i)x] dx e x cosx dx = 1 e x[ e ix +e ix] dx = 1 = 1 [ 1 1+i e(1+i)x i e(1 i)x] +C This form of the indefinite integral looks a little weird because of the i s. But it is correct and it is purely real, despite the i s, because 1 1 i e(1 i)x 1 is the complex conjugate of 1+i e(1+i)x. We can convert the indefinite integral into a more familiar form just by subbing back in e ±ix 1 = cosx±isinx, 1+i = 1 i (1+i)(1 i) = 1 i and 1 1 i = 1 1+i = 1+i. e x cosx dx = 1 ex[ 1 1+i eix i e ix] +C = 1 ex[ 1 i 1+i (cosx+isinx)+ (cosx isinx)] +C = 1 ex cosx+ 1 ex sinx+c Example Using (a+b) 4 = a 4 +4a 3 b+6a b +4ab 3 +b 4, [e cos 4 x dx = 1 ix +e ix] 4 dx = 1 [e 4ix 4 +4e ix +6+4e ix +e 4ix] dx 4 = 1 4 [ 1 4i e4ix + 4 i eix +6x+ 4 i e ix + 1 [ = i e 4ix] +C i (e4ix e 4ix )+ 4 i (eix e ix )+6x ] +C = 1 4 [ 1 sin4x+4sinx+6x] +C = 1 3 sin4x+ 1 4 sinx+ 3 8 x+c c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 5

6 Complex exponentials are also widely used to simplify the process of guessing solutions to ordinary differential equations. Here are two examples. Example 3 The general solution to the ordinary differential equation y (t)+4y (t)+5y(t) = 0 () is of the form C 1 u 1 (t)+c u (t) with u 1 (t) and u (t) being two (independent) solutions to () and with C 1 and C being arbitrary constants. The easiest way to find u 1 (t) and u (t) is to guess them. And the easiest way to guess them is to try () y(t) = e rt, with r being a constant to be determined. Substituting y(t) = e rt into () gives r e rt +4re rt +5e rt = 0 ( r +4r+5 ) e rt = 0 r +4r+5 = 0 This quadratic equation for r can be solved either by using the high school formula or by rewriting it r +4r+5 = 0 (r+) +1 = 0 (r +) = 1 r+ = ±i r = ±i So the general solution to () is y(t) = C 1 e ( +i)t +C e ( i)t This is one way to write the general solution, but there are many others. In particular there are quite a few people in the world who are (foolishly) afraid of complex exponentials. We can hide them by using (1). y(t) = C 1 e ( +i)t +C e ( i)t = C 1 e t e it +C e t e it = C 1 e t( cost+isint ) +C e t( cost isint ) = (C 1 +C )e t cost+(ic 1 ic )e t sint = D 1 e t cost+d e t sint with D 1 = C 1 + C and D = ic 1 ic being two other arbitrary constants. Don t make the mistake of thinking that D must be complex because i appears in the formula D = ic 1 ic relating D and C 1,C. Noone said that C 1 and C are real numbers. In fact, in typical applications, the arbitrary constants are determined by initial conditions and often D 1 and D turn out to be real and C 1 and C turn out to be complex. For example, the initial conditions y(0) = 0, y (0) = force 0 = y(0) = C 1 +C = y (0) = ( +i)c 1 +( i)c The first equation gives C = C 1 and then the second equation gives ( +i)c 1 ( i)c 1 = ic 1 = ic 1 = 1 C 1 = i, C = i and D 1 = C 1 +C = 0 D = ic 1 ic = () The reason that y(t) = e rt is a good guess is that, with this guess, all of y(t), y (t) and y (t) are constants times e rt. So the left hand side of the differential equation is also a constant, that depends on r, times e rt. So we just have to choose r so that the constant is zero. c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 6

7 Example 4 We shall now guess one solution (i.e. a particular solution) to the differential equation y (t)+y (t)+3y(t) = cost (3) Equations like this arise, for example, in the study of the RLC circuit. We shall simplify the computation by exploiting that cost = Ree it. First, we shall guess a function Y(t) obeying Y +Y +3Y = e it (4) Then, taking complex conjugates, Ȳ +Ȳ +3Ȳ = e it ( 4) and, adding 1 () and 1 ( ) together will give (ReY) +(ReY) +3(ReY) = Ree it = cost which shows that ReY(t) is a solution to (1). Let s try Y(t) = Ae it. This is a solution of () if and only if ( d dt Ae it ) ( + d dt Ae it ) +3Ae it = e it (+i)ae it = e it So we have found a solution to () and Re eit +i coordinates. So A = 1 +i is a solution to (1). To simplify this, write +i in polar +i = e iπ 4 e it +i = eit e i π 4 = 1 ei(t π 4 ) Re eit +i = 1 cos(t π 4 ) c Joel Feldman All rights reserved. August 6, 014 Complex Numbers and Exponentials 7

Complex Numbers and Exponentials

Complex Numbers and Exponentials omple Numbers and Eponentials Definition and Basic Operations comple number is nothing more than a point in the plane. The sum and product of two comple numbers ( 1, 1 ) and ( 2, 2 ) is defined b ( 1,

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

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

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

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

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

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

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

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

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

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

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

Chapter 2: Complex numbers

Chapter 2: Complex numbers Chapter 2: Complex numbers Complex numbers are commonplace in physics and engineering. In particular, complex numbers enable us to simplify equations and/or more easily find solutions to equations. We

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

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

Section 4.3 version November 3, 2011 at 23:18 Exercises 2. The equation to be solved is

Section 4.3 version November 3, 2011 at 23:18 Exercises 2. The equation to be solved is Section 4.3 version November 3, 011 at 3:18 Exercises. The equation to be solved is y (t)+y (t)+6y(t) = 0. The characteristic equation is λ +λ+6 = 0. The solutions are λ 1 = and λ = 3. Therefore, y 1 (t)

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

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim SMT Calculus Test Solutions February, x + x 5 Compute x x x + Answer: Solution: Note that x + x 5 x x + x )x + 5) = x )x ) = x + 5 x x + 5 Then x x = + 5 = Compute all real values of b such that, for fx)

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

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

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

MA 201 Complex Analysis Lecture 6: Elementary functions

MA 201 Complex Analysis Lecture 6: Elementary functions MA 201 Complex Analysis : The Exponential Function Recall: Euler s Formula: For y R, e iy = cos y + i sin y and for any x, y R, e x+y = e x e y. Definition: If z = x + iy, then e z or exp(z) is defined

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

Lecture 5. Complex Numbers and Euler s Formula

Lecture 5. Complex Numbers and Euler s Formula Lecture 5. Complex Numbers and Euler s Formula University of British Columbia, Vancouver Yue-Xian Li March 017 1 Main purpose: To introduce some basic knowledge of complex numbers to students so that they

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

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

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

z = x + iy ; x, y R rectangular or Cartesian form z = re iθ ; r, θ R polar form. (1)

z = x + iy ; x, y R rectangular or Cartesian form z = re iθ ; r, θ R polar form. (1) 11 Complex numbers Read: Boas Ch. Represent an arb. complex number z C in one of two ways: z = x + iy ; x, y R rectangular or Cartesian form z = re iθ ; r, θ R polar form. (1) Here i is 1, engineers call

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

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

ANoteonEuler sformula

ANoteonEuler sformula ANoteonEuler sformula Dr. Mike Wilkes ASC Chastain Indian River State College 4/1/014 1 Euler s Formula The general complex exponential function e z,wherez is any complex number of the form (a + ib), has

More information

Revision Lectures Trinity Term 2012 Lecturer: F Hautmann CP3

Revision Lectures Trinity Term 2012 Lecturer: F Hautmann CP3 Revision Lectures Trinity Term 2012 Lecturer: F Hautmann CP3 Complex Numbers and Ordinary Differential Equations Lecture times: Monday week 2 at 11 am Tuesday week 2 at 11 am Venue: Martin Wood Lecture

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

Math 20B Supplement August 2017 version Linked to Calculus: Early Transcendentals, by Jon Rogawski, Edition 3, c 2015

Math 20B Supplement August 2017 version Linked to Calculus: Early Transcendentals, by Jon Rogawski, Edition 3, c 2015 Math 0B Supplement August 07 version Linked to Calculus: Early Transcendentals, by Jon Rogawski, Edition 3, c 05 Written by Ed Bender, Bill Helton and John Eggers Contributions by Magdelana Musat and Al

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

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

Math 20B Supplement. Bill Helton. August 3, 2003

Math 20B Supplement. Bill Helton. August 3, 2003 Math 0B Supplement Bill Helton August 3, 003 Supplement to Appendix G Supplement to Appendix G and Chapters 7 and 9 of Stewart Calculus Edition 4: August 003 Contents Complex Exponentials: For Appendix

More information

Math 20B Supplement. Bill Helton. September 23, 2004

Math 20B Supplement. Bill Helton. September 23, 2004 Math 0B Supplement Bill Helton September 3, 004 1 Supplement to Appendix G Supplement to Appendix G and Chapters 7 and 9 of Stewart Calculus Edition 5: August 003 Contents 1 Complex Exponentials: For Appendix

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. Reference note to lecture 9 ECON 5101 Time Series Econometrics

Complex numbers. Reference note to lecture 9 ECON 5101 Time Series Econometrics Complex numbers. Reference note to lecture 9 ECON 5101 Time Series Econometrics Ragnar Nymoen March 31 2014 1 Introduction This note gives the definitions and theorems related to complex numbers that are

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

Fourier Series. Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible.

Fourier Series. Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible. Fourier Series Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible Periodic functions Definition: A function f is periodic with period p

More information

1 (2n)! (-1)n (θ) 2n

1 (2n)! (-1)n (θ) 2n Complex Numbers and Algebra The real numbers are complete for the operations addition, subtraction, multiplication, and division, or more suggestively, for the operations of addition and multiplication

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

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

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

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

10.3. The Exponential Form of a Complex Number. Introduction. Prerequisites. Learning Outcomes

10.3. The Exponential Form of a Complex Number. Introduction. Prerequisites. Learning Outcomes The Exponential Form of a Complex Number 10.3 Introduction In this Section we introduce a third way of expressing a complex number: the exponential form. We shall discover, through the use of the complex

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

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0,

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0, Worked Solutions 83 Chapter 3: Power Series Solutions II: Generalizations Theory 34 a Suppose that e z = 0 for some z = x + iy Then both the real imaginary parts of e z must be zero, e x cos(y) = 0 e x

More information

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

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

UNIVERSITY OF CAMBRIDGE Faculty of Mathematics MATHEMATICS WORKBOOK

UNIVERSITY OF CAMBRIDGE Faculty of Mathematics MATHEMATICS WORKBOOK UNIVERSITY OF CAMBRIDGE Faculty of Mathematics MATHEMATICS WORKBOOK August, 07 Introduction The Mathematical Tripos is designed to be accessible to students who are familiar with the the core A-level syllabus

More information

Complex Numbers Review

Complex Numbers Review Complex Numbers view ference: Mary L. Boas, Mathematical Methods in the Physical Sciences Chapter 2 & 14 George Arfken, Mathematical Methods for Physicists Chapter 6 The real numbers (denoted R) are incomplete

More information

Chapter 2 Linear Constant Coefficient Higher Order Equations. 1 Complex Variables

Chapter 2 Linear Constant Coefficient Higher Order Equations. 1 Complex Variables Chapter 2 Linear Constant Coefficient Higher Order Equations 1 Complex Variables Now that we have learned a variety of techniques for handling first order equations, we will move on to higher order equations.

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

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

Math 334 A1 Homework 3 (Due Nov. 5 5pm)

Math 334 A1 Homework 3 (Due Nov. 5 5pm) Math 334 A1 Homework 3 Due Nov. 5 5pm No Advanced or Challenge problems will appear in homeworks. Basic Problems Problem 1. 4.1 11 Verify that the given functions are solutions of the differential equation,

More information

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t.

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t. Calculus IV - HW 3 Due 7/13 Section 3.1 1. Give the general solution to the following differential equations: a y 25y = 0 Solution: The characteristic equation is r 2 25 = r 5r + 5. It follows that the

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

01 Harmonic Oscillations

01 Harmonic Oscillations Utah State University DigitalCommons@USU Foundations of Wave Phenomena Library Digital Monographs 8-2014 01 Harmonic Oscillations Charles G. Torre Department of Physics, Utah State University, Charles.Torre@usu.edu

More information

Convergence of sequences and series

Convergence of sequences and series Convergence of sequences and series A sequence f is a map from N the positive integers to a set. We often write the map outputs as f n rather than f(n). Often we just list the outputs in order and leave

More information

Example. Evaluate. 3x 2 4 x dx.

Example. Evaluate. 3x 2 4 x dx. 3x 2 4 x 3 + 4 dx. Solution: We need a new technique to integrate this function. Notice that if we let u x 3 + 4, and we compute the differential du of u, we get: du 3x 2 dx Going back to our integral,

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

The Exponential of a Matrix

The Exponential of a Matrix The Exponential of a Matrix 5-8- The solution to the exponential growth equation dx dt kx is given by x c e kt It is natural to ask whether you can solve a constant coefficient linear system x A x in a

More information

+ py 1v + py 1 v + qy 1 v = 0

+ py 1v + py 1 v + qy 1 v = 0 September 25, 2012 8-1 8. Reduction of Order and more on complex roots Reduction of Order: Suppose we are given a general homogeneous second order d.e. L(y) = y + p(t)y + q(t)y = 0. (1) We know that, in

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation

Lecture Notes for Math 251: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation Lecture Notes for Math 21: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation Shawn D. Ryan Spring 2012 1 Complex Roots of the Characteristic Equation Last Time: We considered the

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

Solutions to Selected Exercises. Complex Analysis with Applications by N. Asmar and L. Grafakos

Solutions to Selected Exercises. Complex Analysis with Applications by N. Asmar and L. Grafakos Solutions to Selected Exercises in Complex Analysis with Applications by N. Asmar and L. Grafakos Section. Complex Numbers Solutions to Exercises.. We have i + i. So a and b. 5. We have So a 3 and b 4.

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

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1 . (a) We have 2 + i i Math 32 Fall 203 Final Exam Solutions (2 + i)(i + ) (i )(i + ) 2i + 2 + i2 + i i 2 3i + 2 2 3 2 i.. (b) Note that + i 2e iπ/4 so that Arg( + i) π/4. This implies 2 log 2 + π 4 i..

More information

2nd-Order Linear Equations

2nd-Order Linear Equations 4 2nd-Order Linear Equations 4.1 Linear Independence of Functions In linear algebra the notion of linear independence arises frequently in the context of vector spaces. If V is a vector space over the

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

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.3 The Fundamental Theorem of Calculus Sec. 5.3: The Fundamental Theorem of Calculus Fundamental Theorem of Calculus: Sec. 5.3: The Fundamental Theorem of Calculus Fundamental

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

STAT 801: Mathematical Statistics. Moment Generating Functions. M X (t) = E(e tx ) M X (u) = E[e utx ]

STAT 801: Mathematical Statistics. Moment Generating Functions. M X (t) = E(e tx ) M X (u) = E[e utx ] Next Section Previous Section STAT 801: Mathematical Statistics Moment Generating Functions Definition: The moment generating function of a real valued X is M X (t) = E(e tx ) defined for those real t

More information

4.1 Exponential and Logarithmic Functions

4.1 Exponential and Logarithmic Functions . Exponential and Logarithmic Functions Joseph Heavner Honors Complex Analysis Continued) Chapter July, 05 3.) Find the derivative of f ) e i e i. d d e i e i) d d ei ) d d e i ) e i d d i) e i d d i)

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically 1 MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically Definition Trigonometric identity Investigate 1. Using the diagram

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

hp calculators HP 9s Solving Problems Involving Complex Numbers Basic Concepts Practice Solving Problems Involving Complex Numbers

hp calculators HP 9s Solving Problems Involving Complex Numbers Basic Concepts Practice Solving Problems Involving Complex Numbers Basic Concepts Practice Solving Problems Involving Complex Numbers Basic concepts There is no real number x such that x + 1 = 0. To solve this kind of equations a new set of numbers must be introduced.

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

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version Math 20B Supplement Linked to Stewart, Edition 5 December 2005 version Bill Helton - The Maintenance Crew Written By Ed Bender, Bill Helton Contributions by John Eggers and Magdelana Musat Supplement to

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

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

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

Section 7.2. The Calculus of Complex Functions

Section 7.2. The Calculus of Complex Functions Section 7.2 The Calculus of Complex Functions In this section we will iscuss limits, continuity, ifferentiation, Taylor series in the context of functions which take on complex values. Moreover, we will

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

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

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

Further Mathematics SAMPLE. Marking Scheme

Further Mathematics SAMPLE. Marking Scheme Further Mathematics SAMPLE Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to the questions, and there will

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

Sometimes can find power series expansion of M X and read off the moments of X from the coefficients of t k /k!.

Sometimes can find power series expansion of M X and read off the moments of X from the coefficients of t k /k!. Moment Generating Functions Defn: The moment generating function of a real valued X is M X (t) = E(e tx ) defined for those real t for which the expected value is finite. Defn: The moment generating function

More information

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math EECE

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math EECE Leplace s Analyzing the Analyticity of Analytic Analysis Engineering Math EECE 3640 1 The Laplace equations are built on the Cauchy- Riemann equations. They are used in many branches of physics such as

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

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information