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

Size: px
Start display at page:

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

Transcription

1 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER /2018 DR. ANTHONY BROWN 2. Complex Numbers 2.1. Introduction to Complex Numbers. The first thing that it is important to realise is that complex numbers are not particularly complex, the next thing is that real numbers are not any more real than imaginary numbers. These are just words that mathematicians have given them, so there is nothing to be worried about! To give an idea of where complex numbers lie in the general scheme of things, let us have a look at various types of numbers. First and foremost there are the natural numbers, i.e., the counting numbers. The set {1,2,3,...} of all natural numbers is denoted N (note that some texts take N = {0,1,2,...}). These numbers are fine for counting things or for solving equations such as x+1 = 2, but a problem arises if we want to solve an equation such as x+2 = 1, for example. In order to remedy this and other problems, negative whole numbers and the number zero were introduced. The natural numbers together with these are called the integers and are denoted Z. So we have Z = {..., 2, 1,0,1,2,...}. Again the integers are fine for doing some sorts of mathematics but problems now arise if we want to solve equations such as 2x = 1, for example. In order to remedy this, yet another class of numbers had to be introduced. These are numbers of the form x, with x,y Z and y 0, the so called y { } x rational numbers, which are denoted Q. So we can write Q = : x,y Z,y 0. y As you might be expecting, the rational numbers are fine for some things but not for others. For example, they are no good if we want to solve the equation x 2 = 2. Accordingly the so called real numbers were introduced. These are denoted R but I will not define real numbers in this course. There is a very good reason for this: you may think that you are familiar with real numbers and that you know what they are, but in fact they are extremely complicated animals and it could easily take a whole third year course to introduce them properly! 1

2 We then come to the complex numbers. As the real numbers were introduced to remedy a defect in the rational numbers, complex numbers were introduced to remedy a defect in the real numbers, i.e., there are no real solutions of equations such as x 2 +1 = 0. Let us start by defining complex numbers and then see how we can add, multiply and divide one complex number by another. In order to define complex numbers we will need the symbol i, which has the property that when you square it you get the number 1. It is important not to worry too much about what this means, it is much better to take it as a definition. It is really quite similar to the way 2 was introduced, we defined 2 to be the number that when squared gives the number 2. Definition (Complex number). A complex number is a number of the form a+bi where a and b are real numbers and i has the property that i 2 = 1. Remark There are other forms a complex number can be written in, but when it is in the form a+bi, then we say it is in Cartesian form. Given a complex number a+bi we will sometimes want to refer to the a or the b, so we give them special names. Definition (Real and Imaginary parts). Given a complex number a+ bi, then the real part of a+bi is a and the imaginary part of a+bi is b. In symbols we say Re(a+bi) = a and Im(a+bi) = b. Warning Note that the imaginary part of a+bi is defined to be b, not bi. That is the imaginary part of a complex number is a real number. It can often be helpful to use a graphical representation of complex numbers, the so called Argand diagram. This identifies the complex number a+bi with the point (a,b) in R 2. A selection of complex numbers is represented in Figure 1. Figure 1. An Argand diagram with complex numbers as points. 2

3 Remark Note that when we are dealing with an unknown complex number, weusually denoteitbyz rather thanthexwewouldusewithareal number. Instead of y, we usually use w. Sometimes, instead of representing complex numbers as points, we represent them as vectors from the origin. Some examples of this are shown in Figure 2. Figure 2. An Argand diagram with complex numbers as vectors. We define the absolute value (sometimes called the modulus) of a complex number as its distance from the origin in the Argand diagram. Definition (Absolute value (modulus) of a complex number). The absolute value (or modulus) of a complex number is given by a+bi = a 2 +b Arithmetic of Complex Numbers. Now that we have an idea as to what complex numbers are, we will have to define how to add, subtract, multiply and divide them. Addition, subtraction and multiplication are all straightforward and are performed as follows. Definition (Addition of complex numbers). Given two complex numbers a+bi and c+di, then their sum is defined to be (a+bi)+(c+di) = (a+c)+(b+d)i. Thatistoaddtwocomplexnumbers, weaddtheirrealpartsandaddtheirimaginary parts. Example The following are some concrete examples. (1) (1+2i)+(2+3i) = (1+2)+(2+3)i = 3+5i. (2) (2 i)+( 1+5i) = (2 1)+( 1+5)i = 1+4i. (3) ( 1 2i)+(1 2i) = ( 1+1)+( 2 2)i = 0 4i = 4i. 3

4 (4) (3+3i)+(2 3i) = (3+2)+(3 3)i = 5+0i = 5. Subtraction of complex numbers is similar. Definition (Subtraction of complex numbers). Given two complex numbers a+bi and c+di, then a+bi minus c+di is defined to be (a+bi) (c+di) = (a c)+(b d)i. That is to subtract one complex number from another, we subtract their real parts and subtract their imaginary parts. Example Here are some concrete examples. (1) (1+2i) (2+3i) = (1 2)+(2 3)i = 1 i. (2) (2 i) ( 1+5i) = (2 ( 1))+( 1 5)i = 3 6i. (3) ( 1 2i) ( 1+2i) = ( 1 ( 1))+( 2 2)i = 0 4i = 4i. (4) (3+3i) (2+3i) = (3 2)+(3 3)i = 1+0i = 1. Remark If we regard complex numbers as vectors in R 2, then addition and subtraction of complex numbers may be regarded as addition and subtraction of vectors in the usual manner. Multiplication of complex numbers is accomplished in a similar manner to multiplying expressions such as (a+bx) and (c+dx), where at the end we just have to let x = i and x 2 = 1. Remember that (a+bx)(c+dx) = ac+adx+bcx+bdx 2 = ac+(ad+bc)x+bdx 2 and this yields the following definition. Definition (Multiplication of complex numbers). Given two complex numbers a+bi and c+di, then a+bi multiplied by c+di is defined to be (a+bi)(c+di) = ac+adi+bci+bdi 2 = ac+(ad+bc)i bd = (ac bd)+(ad+bc)i. That is to multiply one complex number by another, we multiply out the brackets in the usual manner and let i 2 = 1 at the end. Example Again here are some concrete examples. (1) (1+2i)(2+3i) = ((1)(2) (2)(3))+((1)(3)+(2)(2))i = 4+7i. (2) (2 i)( 1+5i) = ((2)( 1) ( 1)(5))+((2)(5)+( 1)( 1))i = 3+11i. (3) (3 2i)(3+2i) = ((3)(3) ( 2)(2))+((3)(2)+( 2)(3))i = 13+0i = 13. (4) (3 2i)( 2+3i) = ((3)( 2) ( 2)(3))+((3)(3)+( 2)( 2))i=0+13i = 13i. Remark Note that if we add, subtract or multiply complex numbers, we can end up with a real number or with a number that is purely imaginary or a mixture of both. As with real numbers (but in contrast to matrices), if we have zw = 0 then at least one of z or w must be zero. 4

5 We still have to deal with division of one complex number by another. While not particularly difficult, we do need to follow a procedure and for this we need the following definition. Definition (Complex conjugate). Given a complex number z = a+bi, then the complex conjugate of z is defined to be z = a bi. That is to find the complex conjugate of a complex conjugate, we simply change the sign of the imaginary part. For example 2+3i = 2 3i and 2 5i = 2+5i. Using this definition, it is now easy to explain how to divide a+bi by c+di. The procedure is to multiply the top and bottom of a+bi by the complex conjugate of c+di c+di. Thus a+bi c+di = a+bi c+di c di c di = (ac+db)+(bc ad)i (c 2 +d 2 )+(cd cd)i = (ac+db)+(bc ad)i c 2 +d 2 = ac+db c 2 +d + bc ad 2 c 2 +d 2i Remark Rather than remember this equation, it is much easier to just remember that you have to multiply the top and the bottom of the quotient by the complex conjugate of the bottom, and then multiply out using the usual rules combined with i 2 = 1. Example Again a couple of examples may be useful. (1) 2+3i 3 4i = (2+3i)(3+4i) (3 4i)(3+4i) = (6 12)+(8+9)i = i. (2) 1 2i = (1 2i)( i) = 2 i = 2 i. i (i)( i) 1 Please take special note of this second example, since it is one that often causes problems. If we let a = 0 in a+bi = a bi we obtain bi = bi, so for example, the complex conjugate of i is i Polar form and DeMoivre s Formula. While it is fine to represent complex numbers as a + bi for addition, subtraction, multiplication and division, there is a more useful representation if we want to take powers of complex numbers. This is the so called polar form and the idea is to define the position of a non-zero complex number z on the Argand diagram by giving its distance from the origin and the angle the vector from the origin to z makes with 5

6 the positive real axis (where anti-clockwise angles count as positive and clockwise angles count as negative). How this works is shown in Figure 3. Figure 3. The polar form of a complex number. Definition (Polar form of a complex number). A complex number is said to be in polar form if it is expressed in the form r(cos(θ)+isin(θ)), where r,θ R with r > 0. In this representation, r is the distance the complex number lies from the origin (i.e., it is the modulus of the complex number) and θ is the angle the vector from the origin to the complex number makes with the positive real axis. This angle is called the argument of the complex number. Remark Note that the argument of a complex number is not unique: if n is an integer then cos(θ +2nπ) = cos(θ) and sin(θ +2nπ) = sin(θ), so it follows that if θ is an argument of a complex number then so is θ +2nπ. Often we will want to convert a complex number in Cartesian form to polar form and vice-versa. If a complex number is in polar form r(cos(θ) +isin(θ)) then it is easy to convert it to Cartesian form since we simply have to calculate rcos(θ) and rsin(θ). Going in the opposite direction is a bit more tricky though. Say we want to convert a complex number z = a + bi into polar form. There are four possibilities depending on whether a and b are positive or negative. We will first consider the easiest case when a and b are positive. In this case, we can see from Figure 4 that tan(θ) = b ( ) b a. Hence θ = tan 1. a Since r = a 2 +b 2, we have now expressed z in the form r(cos(θ)+isin(θ)). Remark Note that this formula doesn t work if a = 0 but this case is easy to deal with. Since b > 0, the number z lies on the positive imaginary axis and so θ = π ( π ( π (cos 2 2). Thus in this case z = b +isin. 2)) 6

7 Figure 4. Converting a complex number from Cartesian to polar form (a and b positive. If one or both of a and b are negative then things are a bit more complicated. In this case we first have to calculate another angle φ and then find what θ corresponds to this φ. Let us next consider the case where a is positive and b is negative. Figure 5. Converting a complex number from Cartesian to polar form (a positive and b negative. The idea is to first calculate φ (see Figure 5) which is just an angle without regard of direction and then express θ (which does take direction into account) In terms of φ. If we look at Figure 5, we can see that tan(φ) = b a. Note that we have to take the 7

8 absolute value of b for otherwise we would get a negative angle for φ and that is not a ( ) what we want. Hence φ = tan 1 b a. If we now remember that clockwise angles ( ) of θ count as negative, we see that θ = φ = tan 1 b a. Since we always have r = a 2 +b 2, we have now expressed z in polar form. Remark Again note that this formula doesn t work if a = 0 but this case is also easy to deal with. Since b < 0, the number z lies on the negative imaginary axis and so θ = π cos 2. Thus in this case z = b π ) ( +isin π )), where we 2 2 have to take the absolute value of b to end up with a positive number. Next let us deal with the case where a is negative and b is positive. Figure 6. Converting a complex number from Cartesian to polar form (a negative and b positive). The calculation for r and φ here is the same ( but ) we have a different final expression for θ. In this case θ = π φ = π tan 1 b a. The final case is where both a and b are negative and this case is shown in Figure 7. Again the calculation for r and θ is the same but this time θ is given by ( ) θ = φ π = tan 1 b a π. 8

9 Figure 7. Converting a complex number from Cartesian to polar form (a and b negative). Example Letusdoanexampleofeachtypetoseehowthisworksinpractice. (1) Let z = 1+i, so that a = 1 and b = 1 (i.e., a and b are both positive). So we are in the situation shown in Figure 4. Hence tan(θ) = 1 1 = 1 and θ = tan 1 (1) = π 4. Next r = z = = 2. Thus z = π ( π 2 cos +isin in 4) 4)) polar form. (2) Let z = 1 3i, so that a = 1 and b = 3 (i.e., a is positive and b is negative). So we are in the situation shown in Figure 5. In this case we have to calculate φ first. Now tan(φ) = 3 1 = 3 and φ = tan 1 ( 3) = π 3. Thus θ = φ = π 3. Next r = z = ( 3) 2 = 1+3 = 4 = 2. Thus z = 2 ( cos ( π 3 ) +isin ( π 3 )) in polar form. Note that we leave the minus sign in the brackets and don t try to simplify using cos( θ) = cos(θ) or sin( θ) = sin(θ). (3) Let z = 3 + i, so that a = 3 and b = 1 (i.e., a is negative and b is positive). So we are in the situation shown in Figure 6. Again we have to 9

10 calculate φ first. Now tan(φ) = 1 3 = 1 3 and φ = tan 1 ( 1 3 ) = π 6. Thus θ = π φ = π π 6 = 5π 6. Next ( r = z = 2 3) +12 = 3+1 = 4 = 2. ) ( )) 5π 5π Thus z = 2 cos +isin in polar form. 6 6 (4) Let z = 2 2i, so that a = 2 and b = 2 (i.e., a and b are both negative). So we are in the situation shown in Figure 7. Again we have to calculate φ first. Now tan(φ) = 2 2 = 1 and φ = tan 1 (1) = π 4. Thus θ = φ π = π 4 π = 3π 4. Next r = z = = 8 = 2 2. Thus z = 2 2 cos 3π ) ( +isin 3π )) in polar form. 4 4 Warning I have used numbers in Example for which the angles come out in exact multiples of π. In general we would have to use a calculator to find φ and θ. It may seem that it is a lot of work to convert a complex number from Cartesian to polar form but we will shortly come to the reason it is all worthwhile. However before that we will note that it is a bit easier to multiply complex numbers in polar form than it is to multiply them when they are in Cartesian form. Definition (Multiplying complex numbers in polar form). Given two complex numbers in polar form z 1 = r 1 (cos(θ 1 ) + isin(θ 1 )) and z 2 = r 2 (cos(θ 2 ) + isin(θ 2 )), then z 1 z 2 = r 1 r 2 (cos(θ 1 +θ 2 )+isin(θ 1 +θ 2 )). That is to multiply two complex numbers in polar form, we multiply their moduli and add their arguments. Now for the main reason we went to the trouble of expressing complex numbers in polar form. Theorem (DeMoivre s Formula). Let z = cos(θ) + isin(θ) and let n Z. Then z n = cos(nθ)+isin(nθ). That is to raise a complex number of the form cos(θ)+isin(θ) to an integer power n, we multiply the argument by n. 10

11 Using Theorem and the rule of indices (rz) n = r n z n, this allows us to raise any complex number in polar form to any integer power. Corollary Let z = r(cos(θ)+isin(θ)) and let n Z. Then z n = r n (cos(nθ)+isin(nθ)). That is to raise a complex number in polar form to an integer power n, we raise the modulus to the power n and multiply the argument by n. Remark (1) As usual z n is defined to be 1 z n. (2) This is a very powerful result, since it allows us to easily raise complex numbers to huge powers which would be almost impossible otherwise. To see what I mean, think about how you would find (1+3i) (3) There is a generalization of DeMoivre s Formula in which we can take n to be any real number but we won t study it in this course since it adds some extra complications. Example The main work in finding a power of a complex number is in converting it to polar form, so we will use the solutions in Example to calculate some powers. (1) Find (1+i) 50. Using Corollary we have ( π ( π 50 (1+i) 50 = 2 cos +isin 4) 4))) ( ) ) ( )) 50 50π 50π = 2 cos +isin 4 4 = 2 25 (0+1i) = 2 25 i. (2) Find (1 3i) 15. Using Corollary we have (1 ( 3i) 15 = 2 cos π ) ( +isin π ))) = 2 15 (cos( 5π)+isin( 5π)) = 2 15 ( 1+0i) = (3) Find ( 3+i) 60. Using Corollary we have ( ( ) ( ))) 60 5π 5π 3+i) 60 = 2 cos +isin 6 6 = 2 60 (cos(50π)+isin(50π)) = 2 60 (1+0i) =

12 (4) Find ( 2 2i) 47. Using Corollary we have ( ( 2 2i) 47 = 2 2 cos 3π ) ( +isin 3π ))) = cos 141π ) ( +isin 141π )) 4 4 ( = ) i 2 2 = 2 70 ( 1+i). Warning As in Example 2.3.5, I have used numbers for which the final answers are exact. In general we would have to use a calculator to find these Roots of Complex Numbers. In this section, we will look at how we can find solutions to equations of the form z n = a+bi, where a+bi is a given complex number, n is a natural number and we have tofind z. If we goback toreal numbers foramoment andconsider theequation x 2 = 4, then we see that there are two solutions x = 2 and x = +2. Note that the power of x is two and there are two solutions. Now let us consider the equation x 4 = 16. While this equation also has two real solutions x = 2 and x = +2, it has four complex solutions (x = 2i and x = 2i as well as the real solutions). So the power of x is four and the equation has four complex solutions but only two real solutions. We will see below that if n N, then the equation z n = a+bi always has n complex solutions, so in some sense complex equations are more predictable than real equations. Remark Instead of saying we are finding the solutions of the equation z n = a + bi, we often say we are finding the nth roots of a + bi. Note this is the same as in the real case, where instead of saying we are solving the equation x n = a, we say we are finding the nth roots of a. The solutions to the equation z n = a + bi (i.e., the nth roots of a + bi) are found using the following procedure. (1) Express a + bi in polar form, that is, find r > 0 and θ R such that a+bi = r(cos(θ)+isin(θ)). (2) The nth roots are then given by z k = r 1 θ n cos n + 2kπ ) ( θ +isin n n + 2kπ )) k = 0,1,...,n 1. n That is there are n roots indexed by k. Remark If we plot the roots on an Argand diagram (see Figure 8 for an example of the fifth roots), we will see that they are all the same distance from the origin (i.e., they lie on a circle centred at the origin) and also they are evenly distributed around the origin. 12

13 Figure 8. Fifth roots of a complex number. Example AsisusualinMaths, acoupleofexamples will makethingsclearer. (1) Find the fifth roots of 1+i. Using Example , 1+i = π ( π 2 cos +isin 4) 4)) in polar form. Hence the fifth roots of 1+i are given by ( )1 5 π/4 z k = 2 cos 5 + 2kπ ) ( π/4 +isin kπ )) k = 0,1,2,3,4. 5 That is the roots are z k = 2 1 π 10 cos kπ ) 5 ( π +isin kπ )) 5 We can also write these out individually. z 0 = 2 1 π ( π 10 cos +isin 20) ) ( 20)) )) z 1 = 2 1 9π 9π 10 cos +isin ) ( )) z 2 = π 17π 10 cos +isin ) ( )) z 3 = π 25π 10 cos +isin ) ( )) z 4 = π 33π 10 cos +isin k = 0,1,2,3,4.

14 Note that if we add another 2π 5 onto the argument of z 4 we get ) ( )) π 41π 10 cos +isin and this is equal to z 0 since the only difference between them is that their arguments differ by 2π. Thus it is only possible to get five different roots in this case (and n different roots in the general case). Of course it is also possible to use a calculator to find the roots in Cartesian form (I have given the roots to three decimal places). z i z i z i z i z i (2) Find the third roots of 1 3i. Using Example , 1 3i = 2 cos π ) ( +isin π )) 3 3 in polar form. Hence the third roots of 1 3i are given by π/3 z k = cos + 2kπ ) ( π/3 +isin + 2kπ )) k = 0,1, That is the roots are z k = cos π 9 + 2kπ ) 3 ( +isin π 9 + 2kπ )) 3 We can also write these out individually. z 0 = cos π ) ( +isin π )) 9 ) ( 9 )) z 1 = 2 1 5π 5π 3 cos +isin 9 9 ) ( )) z 2 = π 11π 3 cos +isin 9 9 k = 0,1,2. Again note that if we add another 2π 3 onto the argument of z 2 we get ) ( )) π 17π 3 cos +isin 9 9 and this is equal to z 0 since the only difference between them is that their arguments differ by 2π. Thus it is only possible to get three different roots in this case. In Cartesian form (to three decimal places), z i, z i, z i. 14

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

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

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

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

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

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

College Trigonometry

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

More information

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

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

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

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

More information

) 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

3 What You Should Know About Complex Numbers

3 What You Should Know About Complex Numbers 3 What You Should Know About Complex Numbers Life is complex it has a real part, and an imaginary part Andrew Koenig. Complex numbers are an extension of the more familiar world of real numbers that make

More information

Complex Numbers. Emily Lawson

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

More information

What if the characteristic equation has complex roots?

What if the characteristic equation has complex roots? MA 360 Lecture 18 - Summary of Recurrence Relations (cont. and Binomial Stuff Thursday, November 13, 01. Objectives: Examples of Recurrence relation solutions, Pascal s triangle. A quadratic equation What

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

Chapter 1: Complex Numbers

Chapter 1: Complex Numbers Chapter 1: Complex Numbers Why do we need complex numbers? First of all, a simple algebraic equation like X 2 = 1 may not have a real solution. Introducing complex numbers validates the so called fundamental

More information

Complex Numbers. Rich Schwartz. September 25, 2014

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

More information

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

Vectors Part 1: Two Dimensions

Vectors Part 1: Two Dimensions Vectors Part 1: Two Dimensions Last modified: 20/02/2018 Links Scalars Vectors Definition Notation Polar Form Compass Directions Basic Vector Maths Multiply a Vector by a Scalar Unit Vectors Example Vectors

More information

Some commonly encountered sets and their notations

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

More information

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

Chapter 8B - Trigonometric Functions (the first part)

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

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

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

Extending the Number System

Extending the Number System Analytical Geometry Extending the Number System Extending the Number System Remember how you learned numbers? You probably started counting objects in your house as a toddler. You learned to count to ten

More information

Polar Form of Complex Numbers

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

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( )

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( ) Syllabus Objectives: 5.1 The student will explore methods of vector addition and subtraction. 5. The student will develop strategies for computing a vector s direction angle and magnitude given its coordinates.

More information

COMPLEX NUMBERS

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

More information

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

P3.C8.COMPLEX NUMBERS

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

More information

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

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

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

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

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

Skills Practice Skills Practice for Lesson 4.1

Skills Practice Skills Practice for Lesson 4.1 Skills Practice Skills Practice for Lesson.1 Name Date Thinking About Numbers Counting Numbers, Whole Numbers, Integers, Rational and Irrational Numbers Vocabulary Define each term in your own words. 1.

More information

Complex Numbers Year 12 QLD Maths C

Complex Numbers Year 12 QLD Maths C Complex Numbers Representations of Complex Numbers We can easily visualise most natural numbers and effectively use them to describe quantities in day to day life, for example you could describe a group

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

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

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

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 2 - COMPLEX NUMBERS

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 2 - COMPLEX NUMBERS EDEXCEL NATIONAL CERTIFICATE UNIT 8 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME - ALGEBRAIC TECHNIQUES TUTORIAL - COMPLEX NUMBERS CONTENTS Be able to apply algebraic techniques Arithmetic progression (AP):

More information

Number Systems III MA1S1. Tristan McLoughlin. December 4, 2013

Number Systems III MA1S1. Tristan McLoughlin. December 4, 2013 Number Systems III MA1S1 Tristan McLoughlin December 4, 2013 http://en.wikipedia.org/wiki/binary numeral system http://accu.org/index.php/articles/1558 http://www.binaryconvert.com http://en.wikipedia.org/wiki/ascii

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

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

Math 2 Variable Manipulation Part 3 COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number:

Math 2 Variable Manipulation Part 3 COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number: Math 2 Variable Manipulation Part 3 COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number: 1 Examples: 1 + i 39 + 3i 0.8 2.2i 2 + πi 2 + i/2 A Complex Number is just

More information

Lesson 73 Polar Form of Complex Numbers. Relationships Among x, y, r, and. Polar Form of a Complex Number. x r cos y r sin. r x 2 y 2.

Lesson 73 Polar Form of Complex Numbers. Relationships Among x, y, r, and. Polar Form of a Complex Number. x r cos y r sin. r x 2 y 2. Lesson 7 Polar Form of Complex Numbers HL Math - Santowski Relationships Among x, y, r, and x r cos y r sin r x y tan y x, if x 0 Polar Form of a Complex Number The expression r(cos isin ) is called 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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Quadratic Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Quadratic Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 018/019 DR ANTHONY BROWN 31 Graphs of Quadratic Functions 3 Quadratic Equations In Chapter we looked at straight lines,

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

Course Notes for Signals and Systems. Krishna R Narayanan

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

More information

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

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

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

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

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

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

MAT01A1: Complex Numbers (Appendix H)

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

More information

Chapter 8: Polar Coordinates and Vectors

Chapter 8: Polar Coordinates and Vectors Chapter 8: Polar Coordinates and Vectors 8.1 Polar Coordinates This is another way (in addition to the x-y system) of specifying the position of a point in the plane. We give the distance r of the point

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Trigonometry

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Trigonometry ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH0000 SEMESTER 1 017/018 DR. ANTHONY BROWN 5. Trigonometry 5.1. Parity and Co-Function Identities. In Section 4.6 of Chapter 4 we looked

More information

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

More information

What if the characteristic equation has a double root?

What if the characteristic equation has a double root? MA 360 Lecture 17 - Summary of Recurrence Relations Friday, November 30, 018. Objectives: Prove basic facts about basic recurrence relations. Last time, we looked at the relational formula for a sequence

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

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

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

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

More information

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

Further Pure Mathematics 1

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

More information

Complex Numbers. April 10, 2015

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

More information

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

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

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

More information

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011 Math 302 Module 4 Department of Mathematics College of the Redwoods June 17, 2011 Contents 4 Integer Exponents and Polynomials 1 4a Polynomial Identification and Properties of Exponents... 2 Polynomials...

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

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

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... 7 Introduction... 7 Integer Exponents... 8 Rational Exponents...5 Radicals... Polynomials...30 Factoring Polynomials...36

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

Complex number 3. z = cos π ± i sin π (a. = (cos 4π ± I sin 4π ) + (cos ( 4π ) ± I sin ( 4π )) in terms of cos θ, where θ is not a multiple of.

Complex number 3. z = cos π ± i sin π (a. = (cos 4π ± I sin 4π ) + (cos ( 4π ) ± I sin ( 4π )) in terms of cos θ, where θ is not a multiple of. Complex number 3. Given that z + z, find the values of (a) z + z (b) z5 + z 5. z + z z z + 0 z ± 3 i z cos π ± i sin π (a 3 3 (a) z + (cos π ± I sin π z 3 3 ) + (cos π ± I sin π ) + (cos ( π ) ± I sin

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

More information

CHAPTER 6: ADDITIONAL TOPICS IN TRIG

CHAPTER 6: ADDITIONAL TOPICS IN TRIG (Section 6.1: The Law of Sines) 6.01 CHAPTER 6: ADDITIONAL TOPICS IN TRIG SECTION 6.1: THE LAW OF SINES PART A: THE SETUP AND THE LAW The Law of Sines and the Law of Cosines will allow us to analyze and

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3.

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3. Complex Numbers Class Work Simplify using i. 1. 16 2. 36b 4 3. 8a 2 4. 32x 6 y 7 5. 16 25 6. 8 10 7. 3i 4i 5i 8. 2i 4i 6i 8i 9. i 9 10. i 22 11. i 75 Complex Numbers Homework Simplify using i. 12. 81 13.

More information

ENGIN 211, Engineering Math. Complex Numbers

ENGIN 211, Engineering Math. Complex Numbers ENGIN 211, Engineering Math Complex Numbers 1 Imaginary Number and the Symbol J Consider the solutions for this quadratic equation: x 2 + 1 = 0 x = ± 1 1 is called the imaginary number, and we use the

More information

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

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

Section 3.6 Complex Zeros

Section 3.6 Complex Zeros 04 Chapter Section 6 Complex Zeros When finding the zeros of polynomials, at some point you're faced with the problem x = While there are clearly no real numbers that are solutions to this equation, leaving

More information

PURE MATHEMATICS AM 27

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

More information

CHAPTER 1. Review of Algebra

CHAPTER 1. Review of Algebra CHAPTER 1 Review of Algebra Much of the material in this chapter is revision from GCSE maths (although some of the exercises are harder). Some of it particularly the work on logarithms may be new if you

More information

Math 3 Variable Manipulation Part 4 Polynomials B COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number:

Math 3 Variable Manipulation Part 4 Polynomials B COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number: Math 3 Variable Manipulation Part 4 Polynomials B COMPLEX NUMBERS A Complex Number is a combination of a Real Number and an Imaginary Number: 1 Examples: 1 + i 39 + 3i 0.8.i + πi + i/ A Complex Number

More information

Math Circles Complex Numbers, Lesson 2 Solutions Wednesday, March 28, Rich Dlin. Rich Dlin Math Circles / 24

Math Circles Complex Numbers, Lesson 2 Solutions Wednesday, March 28, Rich Dlin. Rich Dlin Math Circles / 24 Math Circles 018 Complex Numbers, Lesson Solutions Wednesday, March 8, 018 Rich Dlin Rich Dlin Math Circles 018 1 / 4 Warmup and Review Here are the key things we discussed last week: The numbers 1 and

More information

Polar Equations and Complex Numbers

Polar Equations and Complex Numbers Polar Equations and Complex Numbers Art Fortgang, (ArtF) Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other

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

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

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it?

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it? Math 1302 Notes 2 We know that x 2 + 4 = 0 has How many solutions? What type of solution in the real number system? What kind of equation is it? What happens if we enlarge our current system? Remember

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

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5 Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x - 15 2. x 2-9x + 14 3. x 2 + 6x + 5 Solving Equations by Factoring Recall the factoring pattern: Difference of Squares:...... Note: There

More information

AP Calculus Summer Packet

AP Calculus Summer Packet AP Calculus Summer Packet Writing The Equation Of A Line Example: Find the equation of a line that passes through ( 1, 2) and (5, 7). ü Things to remember: Slope formula, point-slope form, slopeintercept

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

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books.

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books. Vectors A Vector has Two properties Magnitude and Direction. That s a weirder concept than you think. A Vector does not necessarily start at a given point, but can float about, but still be the SAME vector.

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