CHAPTER 8. COMPLEX NUMBERS

Size: px
Start display at page:

Download "CHAPTER 8. COMPLEX NUMBERS"

Transcription

1 CHAPTER 8. COMPLEX NUMBERS Why do we need complex numbers? First of all, a simple algebraic equation like x = 1 may not have a real solution. Introducing complex numbers validates the so called fundamental theorem of algebra: every polynomial with a positive degree has a root. However, the usefulness of complex numbers is much beyond such simple applications. Nowadays, complex numbers and complex functions have been developed into a rich theory called complex analysis and become a power tool for answering many extremely difficult questions in mathematics and theoretical physics, and also finds its usefulness in many areas of engineering and communication technology. For example, a famous result called the prime number theorem, which was conjectured by Gauss in 1849, and defied efforts of many great mathematicians, was finally proven by Hadamard and de la Vallée Poussin in 1896 by using the complex theory developed at that time. A widely quoted statement by Jacques Hadamard says: The shortest path between two truths in the real domain passes through the complex domain. The basic idea for complex numbers is to introduce a symbol i, called the imaginary unit, which satisfies i = 1. In doing so, x = 1 turns out to have a solution, namely x = i; (actually, there is another solution, namely x = i). We remark that, sometimes in the mathematical literature, for convenience or merely following tradition, an incorrect expression with correct understanding is used, such as writing 1 for i so that we can reserve the letter i for other purposes. But we try to avoid incorrect usage as much as possible. So here we use that letter i to stand nothing other than the imaginary unit. A general complex number is of the form c = a+bi (or c = a+ib), where a, b are real numbers. We call a the real part of c and b the imaginary part of c. Sometimes they are denoted by Re c and Im c respectively. Question 8.1. What is wrong by saying that is a real number and hence it is not a complex number? Addition and multiplication of complex numbers can be carried out in a straightfor- 1

2 ward manner, keeping in mind that i = 1. Indeed, given complex numbers c 1 = a 1 +b 1 i and c = a + b i, the sum c 1 + c 1 and the product c 1 c are given by c 1 + c = (a 1 + b 1 i) + (a + b i) = (a 1 + a 1 ) + (b 1 + b )i c 1 c = (a 1 + b 1 i)(a + b i) = a 1 a + b 1 b i + a 1 b i + a b 1 i = (a 1 a b 1 b ) + (a 1 b + a b 1 )i To give a quick example, letting c 1 = 1 i, c = + 3i, we have c 1 + c = 3 + i, c 1 c = 1 5i and c 1 c = 8 + i. Exercise 8.. In each of the following cases, find c 1 + c, c 1 c and c 1 c. Present your answers as simple as possible. (a) c 1 = i, c = 1 i; (b) c 1 = + 3i, c = 3i; (c) c 1 = 1 + i, c 1 i. Exercise 8.3. Find the product c 1 c of c 1 = cos α 1 +i sinα 1 and c = cos α +i sinα. Present your answers as simple as possible. The expression a + bi is called the Cartesian representation of c, (vs the polar representation described in the future), since geometrically it is represented by the point or the vector in the Cartesian xy plane with coordinates (a, b). (See the following figure.) The magnitude of the vector representing c is called the absolute value or the modulus of c, and is denoted by c. Thus, if c = a + bi, then c = a + b : a + bi = a + b (8.1) The xy plane for representing complex numbers is called the complex plane or Argand plane and is denoted by C. An alternative way to write c is a complex number is c C, read as c belongs to C.

3 Every complex number z has a twin sister z, called the complex conjugate of z. The twins z and z do not quite have exactly the same look. They are more like mirror images to each other. The complex conjugate of c = a + bi, denoted by c, is defined to be a bi: a + bi = a bi. (8.) For examples, + 3i = 3i, i = i, =, 1 i = 1 + i, etc. Question 8.4. In each of the following cases, what is the complex conjugate z and the modulus z of the given complex number z? (a) z = i, (b) z = 3, (c) z = 4 + 3i (d) z = cos θ + i sin θ. Notice that, for a complex number z = a + bi, we have zz = (a + bi)(a bi) = a b i = a + b = z. So z = zz. (8.3) This identity, which resembles v = v v, is one of the most useful facts about complex numbers, despite of its simplicity. Usual algebraic identities such as uv = vu (commutative law), (u + v)w = uw + vw (distributive Law) (8.4) 3

4 hold for complex numbers u, v and w. Furthermore, taking complex conjugates goes along with algebraic operations well: z + w = z + w, zw = z w, z/w = z/w. (8.5) Exercise 8.5. Check all identities in (8.4) and (8.5). Example. We are asked to verify the identity zw = z w (8.6) for two complex numbers z and w. Notice that zw = z w is equivalent to zw = z w and hence it suffices to verify the latter. By (8.3), we have which is what we want to show. Exercise 8.6. Use (8.6) to deduce zw = zw zw = zw z w = z z w w = z w, (a + b )(c + d ) = (ac + bd) + (ad bc), where a, b, c, d are arbitrary real numbers. Which integers u and v satisfy u +v = ( )( )? Exercise 8.7. Verify the following parallelogram identity for arbitrary complex numbers z and w. z + w + z w = z + w An important use of complex conjugation is to divide complex numbers. Given complex numbers z and w with z 0, to divide w by z, we multiply both the denominator and the numerator of w/z by z, the complex conjugate of the denominator, to obtain w z = wz zz = wz z 4

5 in order to convert the denominator of w/z into a real number. Then we can divide the real part and the imaginary part of wz by the real number z. For example, to divide 1 i by 1 + i, we proceed as follows, by noticing that the complex conjugate of 1 + i is 1 i: 1 i 1 + i = (1 i)(1 i) (1 + i)(1 i) = 1 + i i = i. In division of complex numbers, it is important to recognize the complex conjugate z of z = x + yi and to use zz = z = x + y. Exercise 8.8. Perform each of the following complex division: (a) 8 + i i (b) 5 + i 3 i (c) i i (d) cos θ + i sin θ cos θ i sin θ. Example. We are asked to check that if z = 1 and if w = z a 1 a z, where a is any fixed complex number with a < 1, then w = 1. First, let us notice that w = 1 is the same as w = 1, which is the same as ww = 1, (in view of (8.3) above). This leads us to compute w w. Now w w = z a 1 a z z a 1 az in view of zz = z = 1. Done. = zz za az + aa 1 az az + az az = 1 za az + aa 1 az za + aa = 1, Problem 8.9. Verify that, if a is a real number with 0 < a < 1, then for all complex numbers z with z = 1. z a z a 1 = a The real part of a complex number z, denoted by Re z, is given by Re z = z + z (8.7) A complex number z is real if and only if z = z. Exercise Check the last statement as well as identity (8.6). 5

6 Exercise Verify that, if z = 1 and z 1, then is a real number. w = i z + 1 z 1 Take any complex number z = x+iy, with x as its real part and y as its imaginary part. Write r for the modulus of z: r = z = x + y. Let θ be the angle between the vector representing z; (see the next figure). Then x = r cos θ and y = r sin θ. Hence z = r cosθ + ir sin θ, or The last expression is called the polar form of z. z = r(cos θ + i sin θ). (8.8) Multiplication of complex numbers is especially revealing when expressed in polar form. Let z 1 = r 1 (cos θ 1 + i sin θ 1 ), z = r (cos θ + i sin θ ) be complex numbers in polar form. Then z 1 z = r 1 r (cos θ 1 + i sin θ 1 )(cosθ + i sin θ ) = r 1 r ((cos θ 1 cos θ sin θ 1 sin θ ) + i(cosθ 1 sin θ + sinθ 1 cosθ )) = r 1 r (cos(θ 1 + θ ) + i sin(θ 1 + θ )). (8.9) Here we have used the addition formula for sine and cosine in trigonometry cos(α + β) = cosαcosβ sin α sin β, sin(α + β) = sinαcos β + cos α sin β. (8.10) We single out the most crucial part of (8.9) (cos θ 1 + i sin θ 1 )(cos θ + i sin θ ) = cos(θ 1 + θ ) + i sin(θ 1 + θ ). (8.11) 6

7 Let us put e iθ = cos θ + i sin θ (8.1) which is called Euler s formula. Then (8.11) becomes e iθ 1 e iθ = e i(θ 1+θ ) and (8.10) becomes (r 1 e iθ 1 )(r e iθ ) = r 1 r e i(θ 1+θ ). By induction, we can prove e iθ 1 e iθ e iθn = e i(θ 1+θ + +θ n). When θ 1 = θ = = θ n = θ, the above identity becomes This is called De Moivre s formula. Using Euler s formula, we have (e iθ ) n = e inθ. (8.13) e πi = 1, e πi = 1, e πi/ = i, e 3πi/ = i, e πi/4 = 1 (1 + i), e 3πi/4 = 1 ( 1 + i), e πi/3 = 1 + i 3, eπi/6 = 3 + i, eπi/3 = i. Exercise 8.1. Check the above identities. Question A logo for T-shirt is I am number e πi. What does that mean? Fix a positive integer n and consider the complex number ω = e πi/n, called a primitive nth root of unity. (Remark: the Greek letter ω, with Ω as its upper case, is read as omega. Since it is the last letter of Greek s alphabet, it is sometimes used for eternity.) Then we have ω n = 1. Indeed, by De Moivre s formula, ω n = (e πi/n ) n = e πi = 1. Furthermore, we can check that the following list of n complex numbers are solutions to the algebraic equation x n = 1: 1, ω, ω,..., ω n 1 (8.14) Indeed, take one of them, say ω k. Then (ω k ) n = ω kn = (ω n ) k = 1 k = 1. It turns out that the above list gives n distinct roots of the polynomial x n 1. 7

8 Question Why are the numbers in the list (8.14) distinct to each other? Example. We are asked to find all solutions to x 3 = 1. First, we express 1 in polar form: 1 = e πi. Then α e πi/3 is a solution to x 3 = 1. Indeed, we can check that α 3 = e πi = 1. Let us write x = αy. Then x 3 = 1 becomes α 3 y 3 = 1, or y 3 = 1. The solutions to y 3 = 1 are y = 1, ω, ω, where ω = e πi/3. So the solution to x 3 = 1 are x = α, αω, αω. Exercise Express the solutions α, αω, αω a + bi. to x 3 = 1 in Cartesian form Exercise Solve each of the following equations: (a) x 4 = 1 (b) x 3 = i. Recall the algebraic identity a n b n = (a b)(a n 1 + a n b + + ab n + b n ). Applying this identity for a = 1 and b = ω, we have 0 = 1 ω n = (1 ω)(1 + ω + ω + + ω n 1 ). Clearly 1 ω 0. Therefore 1 + ω + ω + + ω n 1 = 0. (8.15) (Aside: This identity is basic to finite Fourier transform, an area applied to signal transmission and processing.) The terms 1, ω, ω,..., ω n 1 form a list of all nth roots of unity. They are located at the vertices of a regular n-gon in the complex plane. where n = 6 and ω = e πi/6 = e πi/3 Question 17. Can we get a new identity out of (8) by multiplying (8) by ω to obtain ω + ω + + ω n = 0? 8

9 Finally, we consider the exponential e z for a complex number z = x + iy. Naturally we put e z = e x+iy = e x e iy = e x (cos y + i sin y) For the exponential e x of a real number x, see the Appendix to this chapter. One basic property of e x is that it is always a positive number. So e z = e x e iy = e x e iy = e x. Since x = Re z, the real part of z, we obtain e z = e Re z. (8.16) It is easy to check that, for all complex numbers z 1 and z, e z 1+z = e z 1 e z. (8.17) Exercise 8.18 Check the last identity. Question Are e z and e z equal? Why? ***The rest of the present chapter is optional. It contains more interesting but harder materials about complex numbers. Example. We are asked to verify the following identities: cos α cosβ = sin α + β sin α sin β = cos α + β We use a complex trick as follows. sin α β, sin α β. (cos α cos β) + i(sin α i sin b) = e iα e iβ = e i(α+β)/+i(α β)/ e i(α+β)/ i(α β)/ = e i(α+β)/ (e i(α β)/ e i(α β)/ ) = = sin α + β sin α β ( cos α + β 9 + i cos α + β + i sin α + β )( i sin α β ) sin α β.

10 Comparing the real and the imaginary parts of both sides, we obtain the required identity. Example. We are asked to find the value of cos π/5. Naturally we consider the complex number ω = e πi/5. Then the fifth roots of unity are 1, ω = e πi/5, ω = e 4πi/5, ω 3 = e 6πi/5, ω 4 = e 8πi/5. geometrically they are vertices of a regular pentagon. Notice that ω 3 conjugate of ω and ω 4 is the complex conjugate of ω. Hence (8) gives is the complex 1 + ω + ω + ω + ω = 0. (8) Let a = ω +ω cos π/5. Then a = (ω +ω) = ω +ω +ω ω = ω +ω +. Hence (8) becomes 1 + a + a = 0, or a + a 1 = 0. Since cos π/5 is positive,we only take the positive solution to a + a 1 = 0, which is a = ( 5 1)/. Thus cos π 5 = a 5 1 =. 4 Question 0. Use a calculator to find numerical values of cos 7 o and ( 5 1)/4. Are they the same? Example. We are asked to give an explicity solution to the equation x = a + ib, where a + ib is a unit modulus number, that is a + b a + ib = 1. Let us write x = u + iv. Then x = a + bi becomes (u + iv) = u v + uvi = a + bi. Comparing with the real and the imaginary parts of both sides, we obtain uv = b and u v = a. Pairing the last identity with a + b = 1, we obtain u = 1 + a and hence 1 + a u = ±. From uv = b we get v = b/u. Let ε = 1 if b 0 and ε = 1 if b < 0. Then b = ε b = ε b = ε 1 a. So v = b u = ± ε 1 a 1 a = ±ε (1 + a). 10

11 Now we use this answer to find the values of cos 15 o cos π/1 and sin 15 o sin π/1. Let a = cos π/1, b = sin π/1 and x = a+bi e πi/1. Then x = e πi/6 = with a = 3/, b = 1/ and ε = 1. Our formula for u and v gives cos π 1 = a = sin π 1 = b = 1 3, which are our answers. [Actually, there is a slick way to simplify our answer. Note that So + 3 = (4 + 3)/ = ( )/ = (1 + 3) /. cos π 1 = 1 (1 + 3) = We can simplify our answer for sin π/1 in the same way.] Exercise 1. Find cos π/8 and sin π/8. Problem. Prove: cos π/7 is a root of the cubic x 3 + x x 1. Example. In the theory of Fourier series, we have to find a closed form of the sum S n 1 + (cosθ + cos θ + + cos nθ) for an arbitrary positive integer n. This requires some good skill to accomplish. Let z = e iθ. Then cos θ = z + z, cos θ = z + z etc. Thus we have Notice that zz = z = 1. So S n = 1 + z + z + z + z + + z n + z n z n + z n z z + z + + z n 1 + z n. zs n = z n 1 + z n + + z n + z n+1. Hence zs n S n = z n+1 z n. Therefore, writing z 1/a for e iθ/a and z 1/a for e iθ/a, we have S n = zn+1 z n z 1 = zn+1 z n z 1 z 1/ z = 1 z n+1/ z n+1/ = sin (n + 1)θ 1/ z 1/ z 1/ sin 1θ. 11

12 This answer is very hard to find without using complex numbers. In Chapter 5, we have studied the inner product for the space R n, consisting of n tuples of complex numbers. We may replace real numbers by complex numbers to obtain a complex space, denoted by C n of n tuples of complex numbers: z = (z 1, z,..., z n ). Addition and scalar multiplication can be defined in the same way. To define the dot product, it is essential to use complex conjugation: for complex vectors z = (z 1, z,..., z n ) and w = (w 1, w,..., w n ) in C n, their dot product is defined to be Notice that z w = z 1 w 1 + z w + + z n w n. z z = z 1 z 1 + z z + + z n z n = z 1 + z + + z n 0. This allow us to define the magnitude of a complex vector z by putting z = z z. As for real vectors, we say that a vector z in C is a unit vector if z = 1, and we say that two vectors are perpendicular if their dot product is zero: z w z w = 0. A set of n vectors in C n is said to be an orthonormal basis of C n if they are mutually perpendicular unit vectors. Problem 3. As before, write ω = e πi/n. Prove that e j = 1 n (1, ω j 1, ω (j 1), ω 3(j 1),..., ω (n 1)(j 1) ), 1 j n, form an orthonormal basis of C n. (The matrix with these basis vectors as columns defines the finite Fourier transform.) 1

13 Appendix. Exponentials and Logarithms 1. Multiplication. How do we normally understand the product ab a b of two (real) numbers a and b? Well, it takes several steps. We begin with the case that a is a positive integer. When a = 1, ab is just b. When a =, 3, 4 etc., ab is understood in the following way: b = b + b, 3b = b + b + b, 4b = b + b + b + b. Next, we consider the case when a is a fraction (or more precisely, a rational number), say a = m/n, where m, n are positive integers. In that case, we can rewrite ab as follows: ab = m ( ) 1 n b = m n b. So it is enough to consider (1/n)b. What is (1/n)b? Answer: it is the number, say c, satisfying nc = b. Thus (1/)b is the number satisfying (1/)b = b, (1/3)b is the number satisfying 3 (1/3)b = b, etc. Now we can describe ab for any positive number ab. Although a here is not necessarily a fraction (for example, is known to be irrational), we can approximate a by fractions as accurate as we wish. So, when we approximate a by m/n, as we know, (m/n)b is a number close to ab. This is good enough for assigning a meaning to ab because the approximation here can be as good as we wish. Finally, what is ab when a is a negative number? In that case, we can write a = p for some positive number p, giving us ab = ( p)b = pb = p( b). So it is enough to know what b is. What is b? Well, it is the number c satisfying b + c = 0, that is, b + ( b) = 0. After taking these steps, now we can claim that we understand what multiplication means. Concerning multiplication, the following rules are basic: Associative Law: (ab)c = a(bc). (It tells us the expression abc is unambiguous.) Commutative Law: ab = ba. Distributive Law: (a + b)c = ac + bc, c(a + b) = ca + cb. All other elementary identities concerning multiplication are more or less from these three. For example, the well-known identity (a + b) = a + ab + b can be derived as follows: (a + b) = (a + b)(a + b) = a(a + b) + b(a + b) = aa + ab + ba + bb = a + ab + ab + b = a + ab + b. Another important identity is (a b)(a + b) = a b. It is obtained as follows: (a b)(a + b) = a(a + b) + ( b)(a + b) = aa + ab + ( b)a + ( b)b 13

14 More complicated identities such as = a + ab ba b = a b. (a + b) 3 = a 3 + 3a b + 3ab + b 3 and (a b)(a + ab + b ) = a 3 b 3 can be derived in the same manner. The derivation of them is left to you as an exercise.. Exponentiation. How do we assign a meaning to the expression b a? You can call this expression a power function if a is fixed and b is allowed to vary. You can call it an exponential function if b is fixed and a is allowed to vary. Anyway, in this expression, normally b is referred to as the base and a is referred to as the exponent. Again, we proceed in small steps. First we consider the case when a is a positive integer. When a = 1, b a is simply b. For a =, 3, 4 etc., we have no difficulty to assign a meaning to b a : b = b b, b 3 = b b b, b 4 = b b b b b etc. Next, We consider the case when a is a fraction, say a = n/m, where m and n are positive integers. In order to assign a meaning to b a in this case, we rewrite it as b a = b n/m = b (1/m)n = ( b 1/m) n. So it is enough to consider b 1/m. What is b 1/m? Well, it is the number, say c, satisfying c m = b (this identity is just (b 1/m ) m = b), right? Wait a minute! There is something wrong! Take the special case m =. The identity c = b tells that b cannot be negative, because the square c of a real number c is never negative. So, from now on, we assume that the base b in b a is positive. Next, we have to worry about that there are more than one c satisfying c m = b. For example, when m = and b = 4, both c = and c = satisfy c = b. Fortunately, for positive b, there is exactly one positive c satisfying c m = b. After taking these precautions, now we can define b 1/m for a given positive number b and positive integer m to be the unique positive number c satisfying c m = b. We remark that b 1/ is usually written as b. More generally, we write m b to stand for b 1/m. What is b a for any positive number a? Again, we approximate a by fractions m/n so that b m/n will give us approximate values of b a. Since the approximation here can be made as accurate as we wish, the meaning of b a is assigned. 14

15 According to the way b a is defined for positive a, the following identities can be verified for positive numbers r, s: b r+s = b r b s, (b r ) s = b rs. (.1) (We skip the proofs here because they are rather boring.) Here, let me remind you once again our crucial assumption that b is positive. Why is this crucial? Well, otherwise, something really terrible may happen: these identities would turn into what I call weapons of math destruction. Indeed, allowing b to be 1, we would get 1 = ( 1) 1 = ( 1) (1/) = (( 1) ) 1/ = ( 1)( 1) = 1 = 1. Horrible! OK, from now on, keep in mind that the base b of an exponential expression b a is always taken to be a positive number, if we allow a to be any real number. What is b a for a equal to 0, or for negative a? The answer is not obvious. Actually it depends on what we want. What we want is, identities (.1) continue to hold for all real numbers r, s, not necessarily positive. So, assuming (.1) for all real numbers r, s, we determine what b a is for negative a, and what b 0 is. For negative a, we can write a = p ( 1)p. According to the second identity in (.1), we have b a = b ( 1)p = (b 1 ) p. So it is enough to determine b 1. According to the first identity in (.1), we have b 1 b = b 1 b 1 = b ( 1)+1 = b 0. So it boils down to the determination of b 0. According to the first identity in (.1) again, we have b 0 = b 0+0 = b 0 b 0 = (b 0 ). This shows that b 0 satisfies the equation x = x. Now x = x has exactly two solutions, namely x = 0, 1. So b 0 is either 0 or 1. But b 0 cannot be 0. Why? Because b 0 = 0 would give b = b 1+0 = b 1 b 0 = b 0 = 0, contradicting our assumption that b is a positive number. We conclude: b 0 = 1. Let us go back to b 1 b = b 0. Now this can be rewritten as b 1 b = 1. Dividing both sides of the last identity by b, we finally get b 1 = 1 b. Here we make a short conclusion: the expression b a is well defined for all positive numbers b and all real numbers a (including negative numbers). 3. The exponential function. Now we keep the base b fixed and let the exponent a vary. It is more appropriate to use the letter x for a to turn b a into b x. As a function of 15

16 x, the expression b x is called the exponential function with base b. For b =, we get the function x. At some particular points, say x = 1, 1/, /3, 0, 1, 3/, the values of x are given as follows: 1 =, 1/ =, /3 = ( ) 1/3 = 3 4, 0 = 1, 1 = 1, 3/ = 1 3/ = 1. This seems to be fine and natural enough. But x is not called the natural exponential function. The natural exponential function e x is the one with a strange number denoted by e as its base, which can be defined to be the sum of an infinite series as follows: e = ! + 1! + 1 3! (3.1) n! Here, n! (read as n factorial) is the product of all integers between (and including) 1 and n. For example 4! = = 4. In general, n! = 1 3 (n 1) n. In fact, (3.1) is the special case x = 1 of the following identity e x = 1 + x + x! + x3 3! + + xn n! + (3.) (Here we have no intention of explaining where this identity comes from.) Why do we use this strange number e and call it the natural choice of the base for an exponential function? The answer is given in another math subject called calculus: the derivative of the function b x is the neatest when b = e. Indeed, any calculus textbook tells us that d dx ex = e x. (This identity is one of the most beautiful things in math.) It can be seen as follows. (To understand this line of argument, we assume that you have some experience with differentiation. If not, skip this line.) Differentiate the series in (3.) term by term: d dx ex = d dx 1 + d dx x + d x dx! + d x 3 dx 3! + d x 4 dx 4! + = x! + 3x + 4x3 + = 1 + x + x 3! 4!! + x3 3! + = ex. (Here, the procedure of term by term differentiation is taken for granted. But strictly speaking, it needs mathematical justification.) 16

17 There is another reason why the base e is used: amazingly, e x can be linked up to the trigonometric functions cos x and sin x, if we use complex numbers! The first step to see this is by observing that the series on the right hand side of (3.) still makes sense if we allow x to be any complex number. We may define e x for any complex number x to be the right hand side of (3.). In particular, we may take x = it, where t is any real number. A straightforward manipulation of complex numbers shows that, when x = it, (3.) can be rewritten as ) e it = (1 t! + t4 4! t6 6! + ) + i (t t3 3! + t5 5! t7 7! +. The Taylor series for the cosine and sine functions (you will learn this if you are going to take a second year calculus course) give So we have arrived at cos t = 1 t! + t4 4! t6 t3 + sin t = t 6! 3! + t5 5! + t7 7! +. e it = cos t + i sin t. This is called the Euler formula. This is another one of the most beautiful things in mathematics! (Euler is pronounced as oiler.) 4. Logarithms. What is the meaning of the expression log b c, where both b and c are positive numbers? Here, we simply call log b c the logarithm of c. The number b is called the base of the logarithm. The answer is: log b c is the number a satisfying b a = c. In other words, a = log b c is just another way to write b a = c. We give a few numerical examples to illustrate this point. What is log 3 81? Well, if we write log 3 81 = c, then we have 3 c = 81, or 3 c = So c = 4. Thus log 3 81 = 4. Next, what is log? Letting log 4 1 = c, we have 4 c = 1, or 4 c = 1. Hence log = c =. To recapitulate, we put 4 The equivalence of the above identities gives rise to log b c = a b a = c. (4.1) log b b a = a, b log b c = c. (4.) In the expression log b c, we often keep the base b fixed and allow c to vary. In that situation we prefer use the letter x instead of c in log b c to get the logarithm function 17

18 log b x. Concerning the logarithm function, the following properties are basic log b (cd) = log b c + log b d, log b (c/d) = log b c log b d log b c r = r log b c (4.3) Here, b, c, d are positive numbers and r is any real number. These identities are not too hard to verify. For example, to verify the last identity, we write a = log b c r. Then b a = c r. Replace c in the last identity by b log b c, we get b a = (b log b c ) r = b r log b c and hence a = log b (b a ) = log b b r log c = r log c. So log b c r = r log b c. What is log b 1? Write log b 1 = a. Then b a = 1. Since we also have b 0 = 1, a = 0. So log b 1 = 0. What is log log 6 18? A calculator can tell you that it is approximately. In fact, it is exactly. Indeed, according the first identity in (4.3), we have log log 6 1 = log 6 (3 1) = log 6 36 = log 6 6 =. This is more convincing than a calculator. When the base b is e, log b c is often rewritten as ln c, that is ln c = log e c. In that case, (4.1) and (4.) can be rewritten as ln c = a e a = c, ln e a = a, e ln c = c. (4.4) As you may know, lnc is called the natural logarithm of c. Question: are the numbers ln 3 and 3 ln the same? They look different. But if you use a calculator to check their numerical values, you would believe that they are the same, or at least they are approximately the same. How do you know they are actually the same? Well, we use the following simple trick: convert them into exponentials with the same base e. According to the last identity of (4.3), we have = e ln and 3 = e ln 3. So ln 3 = (e ln ) ln3 = e (ln)(ln 3) = e (ln 3)(ln ) = (e ln 3 ) ln = 3 ln. 18

19 Hence ln 3 and 3 ln are indeed equal. The neat answer here tells us that sometimes we need to change bases in order to answer a question concerning exponential or logarithm expressions. The following change of bases formula is handy for such a purpose: b a = (e ln b ) a = e a ln b, log b a = ln a ln b. We leave the verification of the second identity to you as an exercise. For natural logarithms, (4.3) becomes ln(cd) = lnc + ln d, ln(c/d) = lnc ln d ln c r = r ln c (4.5) The derivative of the natural logarithm function is very neat: d dx ln x = 1 x. How do we find the derivative of log 10 x? Answer: use the change of bases formula to rewrite log 10 x as lnx/ ln 10. Thus, d dx log 10 x = d dx ln x ln 10 == 1 ln 10 d dx ln x = 1 ln 10 1 x = 1 (ln 10)x. We give a list of identities mentioned in this article for you to keep in mind (a + b) = a + ab + b (a + b) 3 = a 3 + 3a b + 3ab + b 3 (a b)(a + b) = a b (a b)(a + ab + b ) = a 3 b 3, For b > 0: b 0 = 1 b r b s = b r+s b 1/ = b b 1 = 1/b e 0 = 1 e r+s = e r e s e 1 = 1/e d dx ex = e x For b, c, d > 0: log b (cd) = log b c + log b d log b c r = r log b c log 1 = 0 For c, d > 0: ln(cd) = lnc + lnd ln c r = r ln c ln 1 = 0 b a = (e ln b ) a = e aln b ln 1 = 0 lne = 1 log b a = ln a ln b d dx ln x = 1 x 19

20 EXERCISES (answers posted on the next page) 1. Without using a calculator, find the value of each of the following expressions. (a) 5! (b) 7! ( ) ( ) ( ) 1 1! (c), or (d) (e) (f) 1000! 4! 10 10!! !. Expand each of the following. (a) (x + 3y) (b) (x y) (c) (x 5y) (d) (x + y) 3 (e) (x y) 3 (f) ( 1 x y ) 3 3. Express each of the following as to a power. (a) (b) 1 (c) 8 (d) 8 (e) 3 4 (f) (g) 4 (h) Write each of the following as a single logarithm. (a) log log 3 5 (b) log 15 log 3 (c) log 3 7 log log 3 4 (d) log 5 + log 5 3 (e) 3 ln ln 4 (f) 1 ln Find the value of each expression below. (a) log 16 (b) log (c) log 5 5 (d) e 4ln (e) 3 ln(e 4 ) (f) e 3 ln 8 (g) log 16 (h) log 6 + log 6 3 (i) (log a b)(log b a) (Here a and b are arbitrary positive numbers.) 0

21 Answers to Exercises in Appendix 1. (a) 5! = = 10 (b) 7! 4! = 1 7 = = ( ) 1 (c) = 1! ( ) = = 66 (d) = = !! ( ) (e) = = (f) 1000! = = !. (a) (x + 3y) = x + 6xy + 9y (b) (x y) = x xy + y (c) (x 5y) = 4x 0xy + 5y (d) (x + y) 3 = x 3 + 6x y + 1xy + 8y 3 (e) (x y) 3 = x 3 3x y + 3xy y 3 (f) ( 1 x y ) 3 = 1 8 x3 3 4 x y + 3 xy4 y 6 3. (a) = 1/ (b) 1 = 1 (c) 8 = 3 (d) 8 = 3/ (e) 3 4 = /3 (f) = 3/ 4/3 = 1/6 (g) 4 = 5/ (h) 4 3 = 1/3 = 7/3 4. (a) log log 3 5 = log 3 0 (b) log 15 log 3 = log 5 (c) log 3 7 log log 3 4 = log 3 (d) log 5 + log 5 3 = log 5 18 (e) 3 ln ln 4 = ln (f) 1 ln 1 9 = 1 ln 3 = ln 3 5 (a) log 16 = log 4 = 4 (b) log = log 3 9 = (c) log 5 5 = log5 5 1/ = 1/ (d) e 4ln = (e ln ) 4 = 4 = 16 (e) 3 ln(e 4 ) = 1 (f) e 3 ln 8 = (e ln 8 ) /3 = 8 /3 = 4 (g) log 16 = log /4 = 1/4 Or, log 16 = a 16 a = a = 1/4. (h) log 6 + log 6 3 = log 6 3 = log 6 6 = 1 (i) (log a b)(log b a) = ln b ln a ln a ln b = 1. 1

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

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

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

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

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

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

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

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

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

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

CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY

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

More information

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

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

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 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

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

More information

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

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

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

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

AH Complex Numbers.notebook October 12, 2016

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

More information

Complex numbers, the exponential function, and factorization over C

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

More information

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

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

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

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

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

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

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate") of z = a + bi is the number z defined by

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate) of z = a + bi is the number z defined by F COMPLEX NUMBERS In this appendi, we review the basic properties of comple numbers. A comple number is a number z of the form z = a + bi where a,b are real numbers and i represents a number whose square

More information

1.1.1 Algebraic Operations

1.1.1 Algebraic Operations 1.1.1 Algebraic Operations We need to learn how our basic algebraic operations interact. When confronted with many operations, we follow the order of operations: Parentheses Exponentials Multiplication

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

) 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

Constructions with ruler and compass.

Constructions with ruler and compass. Constructions with ruler and compass. Semyon Alesker. 1 Introduction. Let us assume that we have a ruler and a compass. Let us also assume that we have a segment of length one. Using these tools we can

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

Favorite Topics from Complex Arithmetic, Analysis and Related Algebra

Favorite Topics from Complex Arithmetic, Analysis and Related Algebra Favorite Topics from Complex Arithmetic, Analysis and Related Algebra construction at 09FALL/complex.tex Franz Rothe Department of Mathematics University of North Carolina at Charlotte Charlotte, NC 3

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

Notes: Pythagorean Triples

Notes: Pythagorean Triples Math 5330 Spring 2018 Notes: Pythagorean Triples Many people know that 3 2 + 4 2 = 5 2. Less commonly known are 5 2 + 12 2 = 13 2 and 7 2 + 24 2 = 25 2. Such a set of integers is called a Pythagorean Triple.

More information

2.4 Lecture 7: Exponential and trigonometric

2.4 Lecture 7: Exponential and trigonometric 154 CHAPTER. CHAPTER II.0 1 - - 1 1 -.0 - -.0 - - - - - - - - - - 1 - - - - - -.0 - Figure.9: generalized elliptical domains; figures are shown for ǫ = 1, ǫ = 0.8, eps = 0.6, ǫ = 0.4, and ǫ = 0 the case

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

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

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

MATH10040: Chapter 0 Mathematics, Logic and Reasoning

MATH10040: Chapter 0 Mathematics, Logic and Reasoning MATH10040: Chapter 0 Mathematics, Logic and Reasoning 1. What is Mathematics? There is no definitive answer to this question. 1 Indeed, the answer given by a 21st-century mathematician would differ greatly

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

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

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

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

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

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

Gaussian integers. 1 = a 2 + b 2 = c 2 + d 2.

Gaussian integers. 1 = a 2 + b 2 = c 2 + d 2. Gaussian integers 1 Units in Z[i] An element x = a + bi Z[i], a, b Z is a unit if there exists y = c + di Z[i] such that xy = 1. This implies 1 = x 2 y 2 = (a 2 + b 2 )(c 2 + d 2 ) But a 2, b 2, c 2, d

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

Complex Numbers. December 6, Introduction of Complex Numbers. (a, b) (c, d) =(ac bd, ad + bc) (3)

Complex Numbers. December 6, Introduction of Complex Numbers. (a, b) (c, d) =(ac bd, ad + bc) (3) Complex Numbers December 6, 005 1 Introduction of Complex Numbers 1.1 Definition A complex number z is a pair of real numbers Definition of addition: Definition of multiplication: Definition of multiplication

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

M361 Theory of functions of a complex variable

M361 Theory of functions of a complex variable M361 Theory of functions of a complex variable T. Perutz U.T. Austin, Fall 2012 Lecture 4: Exponentials and logarithms We have already been making free use of the sine and cosine functions, cos: R R, sin:

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

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

Chapter One Complex Numbers

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

More information

Part 2 Continuous functions and their properties

Part 2 Continuous functions and their properties Part 2 Continuous functions and their properties 2.1 Definition Definition A function f is continuous at a R if, and only if, that is lim f (x) = f (a), x a ε > 0, δ > 0, x, x a < δ f (x) f (a) < ε. Notice

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

1MA1 Introduction to the Maths Course

1MA1 Introduction to the Maths Course 1MA1/-1 1MA1 Introduction to the Maths Course Preamble Throughout your time as an engineering student at Oxford you will receive lectures and tuition in the range of applied mathematical tools that today

More information

University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra

University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra Table of Contents Chapter The Algebra of Polynomials Chapter Factoring 7 Chapter 3 Fractions Chapter 4 Eponents and Radicals

More information

Fundamentals. Introduction. 1.1 Sets, inequalities, absolute value and properties of real numbers

Fundamentals. Introduction. 1.1 Sets, inequalities, absolute value and properties of real numbers Introduction This first chapter reviews some of the presumed knowledge for the course that is, mathematical knowledge that you must be familiar with before delving fully into the Mathematics Higher Level

More information

Mathematics Revision Questions for the University of Bristol School of Physics

Mathematics Revision Questions for the University of Bristol School of Physics Mathematics Revision Questions for the University of Bristol School of Physics You will not be surprised to find you have to use a lot of maths in your stu of physics at university! You need to be completely

More information

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

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

More information

The Euler Circular-Reasoning Gap: The Exponential Revisited

The Euler Circular-Reasoning Gap: The Exponential Revisited Mathematical Assoc. of America College Mathematics Journal 45: May 6, 205 3:3 p.m. Euler.tex page The Euler Circular-Reasoning Gap: The Exponential Revisited Andrew Dynneson, M.A. [[ andrewdynneson@gmail.com

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

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were first introduced (digression) 3. Complex numbers, Euler s formula 3 4. Homogeneous differential

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

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

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

Complex Numbers. Math 3410 (University of Lethbridge) Spring / 8

Complex Numbers. Math 3410 (University of Lethbridge) Spring / 8 Complex Numbers Consider two real numbers x, y. What is 2 + x? What is x + y? What is (2 + x)(3 + y)? What is (2x + 3y)(3x + 5y)? What is the inverse of 3 + x? What one fact do I know for sure about x

More information

Complex Numbers and Exponentials

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

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

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

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

CHAPTER 1 COMPLEX NUMBER

CHAPTER 1 COMPLEX NUMBER BA0 ENGINEERING MATHEMATICS 0 CHAPTER COMPLEX NUMBER. INTRODUCTION TO COMPLEX NUMBERS.. Quadratic Equations Examples of quadratic equations:. x + 3x 5 = 0. x x 6 = 0 3. x = 4 i The roots of an equation

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

MT3503 Complex Analysis MRQ

MT3503 Complex Analysis MRQ MT353 Complex Analysis MRQ November 22, 26 Contents Introduction 3 Structure of the lecture course............................... 5 Prerequisites......................................... 5 Recommended

More information

Honors Advanced Math Final Exam 2009

Honors Advanced Math Final Exam 2009 Name Answer Key. Teacher/Block (circle): Kelly/H Olsen/C Olsen/F Verner/G Honors Advanced Math Final Exam 009 Lexington High School Mathematics Department This is a 90-minute exam, but you will be allowed

More information

MATH 320, WEEK 11: Eigenvalues and Eigenvectors

MATH 320, WEEK 11: Eigenvalues and Eigenvectors MATH 30, WEEK : Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors We have learned about several vector spaces which naturally arise from matrix operations In particular, we have learned about the

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

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

Oxford University Mathematical Institute. Complex Numbers

Oxford University Mathematical Institute. Complex Numbers Version of 30 September 2017 Oxford University Mathematical Institute Complex Numbers Notes by Peter M. Neumann (Queen s College) 1. Introduction Students coming to Oxford to study mathematics arrive with

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

CHAPTER 1. REVIEW: NUMBERS

CHAPTER 1. REVIEW: NUMBERS CHAPTER. REVIEW: NUMBERS Yes, mathematics deals with numbers. But doing math is not number crunching! Rather, it is a very complicated psychological process of learning and inventing. Just like listing

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

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

THE TEACHER UNDERSTANDS THE REAL NUMBER SYSTEM AND ITS STRUCTURE, OPERATIONS, ALGORITHMS, AND REPRESENTATIONS

THE TEACHER UNDERSTANDS THE REAL NUMBER SYSTEM AND ITS STRUCTURE, OPERATIONS, ALGORITHMS, AND REPRESENTATIONS The real number SySTeM C O M P E T E N C Y 1 THE TEACHER UNDERSTANDS THE REAL NUMBER SYSTEM AND ITS STRUCTURE, OPERATIONS, ALGORITHMS, AND REPRESENTATIONS This competency section reviews some of the fundamental

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

The complex logarithm, exponential and power functions

The complex logarithm, exponential and power functions Physics 116A Winter 2006 The complex logarithm, exponential and power functions In this note, we examine the logarithm, exponential and power functions, where the arguments of these functions can be 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

Notes on Complex Numbers

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

More information

We begin by considering the following three sequences:

We begin by considering the following three sequences: STUDENT S COMPANIONS IN BASIC MATH: THE TWELFTH The Concept of Limits for Sequences and Series In calculus, the concept of limits is of paramount importance, in view of the fact that many basic objects

More information

Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative

Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Section 0.6: Factoring from Precalculus Prerequisites a.k.a. Chapter 0 by Carl Stitz, PhD, and Jeff Zeager, PhD, is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license. 201,

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

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for CHAPTER 4 VECTORS Before we go any further, we must talk about vectors. They are such a useful tool for the things to come. The concept of a vector is deeply rooted in the understanding of physical mechanics

More information