Discrete mathematics I - Complex numbers

Size: px
Start display at page:

Download "Discrete mathematics I - Complex numbers"

Transcription

1 Discrete mathematics I - Emil Vatai <vatai@inf.elte.hu> (based on hungarian slides by László Mérai) 1 January 31, Financed from the financial support ELTE won from the Higher Education Restructuring Fund of the Hungarian Government.

2 Introduction and historical background Cubic equation Solving the cubic equation For a 0, we are looking for the solution of ax 3 + bx + cx + d = 0 By dividing with a we obtain a monic polynomial on the lhs: x 3 + b x + c x + d = 0 (1) Reminder: Solving x + px + q = 0 With the substitution x = y p we get y + q = 0. From this we can easily obtain the solution by rearranging and taking the square roots. By substituting x = y b/3 into (1) y 3 + py + q = 0 ()

3 Introduction and historical background Solving y 3 + py + q = 0 Idea: try to find the solution in a y = u + v form! By rearranging (u + v) 3 = u 3 + 3u v + 3uv + v 3 we obtain (u + v) 3 3uv(u + v) (u 3 + v 3 ) = 0 y 3 +py +q = 0 Our goal: find u, v for which 3uv = p, (u 3 + v 3 ) = q. Then y = u + v will be a solution! Finding u, v u 3 v 3 = ( p 3 )3 and u 3 + v 3 = q, u 3, v 3 will be the roots of the quadratic equation z + qz + ( p 3 )3 = 0. Taking the cubic root of the solutions of the previous equation: (q ) y = 3 q ( ) p q 3 (q ) ( ) p 3 + (3) 3

4 Introduction and historical background Example: solve y 3 1y + 0 = 0 It is pretty obvious that y = 1 is a solution. Using the formula Substitution p = 1, q = 0 into (3) (q x = 3 q + ) ( ) p q 3 x = (q ) ( ) p We have negative 43 under the square root! Can we continue using the formula like this?

5 Introduction and historical background Calculating x = Let s (formally) allow ( 3) = 3: ( + 3) 3 = ( 3) + ( 3) 3 = = So = ( + 3) 3 and similarly = ( 3) 3 The solution is: x = ( + 3) + ( 3) = 4. Is this formal calculation with 3 allowed? Why do we calculate the value of like this? There was a solution y = 1, what happened to it? Is there a third root? (There should be!)

6 Introduction and historical background Number sets Natural numbers: N = {0, 1,,... } There is no x N such that: x + = 1 i.e. x + = 1 has no solution because subtraction is not (always) defined in N! Integers: Z = {...,, 1, 0, 1,,... } Now we have subtraction (x = 1), but x = 1 has no solution because division is not (always) defined in Z! Rational numbers: Q = { p q : p, q Z, q 0} Now we have division (x = 1 ), but x = has no solution because square root is not (always) defined in Q! Real numbers: R Now we have square root (and a irrational numbers), but x = 1 has no solution, because the square root of negative numbers is (never) defined!

7 Introduction and historical background x = 1 can be solved in the set of complex numbers Application of complex numbers CS: Computer graphics, geometry Math: geometry, solving equations Physics: quantum mechanics, relativity theory etc. Introduction of complex numbers (informal definition) Let i be the solution of x = 1. We do our calculations as if i was a variable, substituting i = 1. For example: More generally: (1 + i) = 1 + i + i = 1 + i + ( 1) = i. (a + bi)(c + di) = ac bd + (ad + bc)i (4)

8 Definition of complex numbers Definition (The set of complex numbers) The C is the set of complex numbers, where if z C, then z is an expression a + bi with a, b R. This is the rectangular (or Cartesian or algebraic) form of z. Re(z) = a is the real part and Im(z) = b is the imaginary part of z. Important warning: Im(z) bi! Graphical representation a = Re(z) z z = a + bi b = Im(z)

9 Opertaions on complex numbers Definition (Operations on C) Addition: (a + bi) + (c + di) = a + c + (b + d)i. Multiplication: (a + bi)(c + di) = ac bd + (ad + bc)i. Equality: complex numbers are equal if both their real and imaginary parts are equal i.e. a + bi = c + di if a = c and b = d! Remarks: let z = a + bi (with a, b R). If b = 0 then z is a real number. If a = 0 then z is a pure imaginary number.

10 Alternative (more formal definition) of C Definition ( as ordered pairs) Let C = R R (Cartesian product), (a, b), (c, d) C Addition: (a, b) + (c, d) = (a + c, d + b); Multiplication: (a, b) (c, d) = (ac bd, ad + bc). The two definitions are equivalent with i = i (0, 1). a + bi is more convenient when calculating with pencil and paper, (a, b) is used in computer programs. Theorem (Fundamental theorem of algebra NP) If 0 < n N,a 0,..., a n C, where a n 0, then for every expression a 0 + a 1 x + a x a n x n there is a complex number z C, such that a 0 + a 1 z + a z a n z n = 0.

11 Calculation with complex numbers: absolute value Definition (Additive inverse) In general, y is the additive inverse of x if x + y = 0. For r R the additive inverse is r. Theorem (Additive inverse) The additive inverse of z = a + bi C is z = a bi C. Definition (Absolute value) The absolute value of the z = a + bi C complex number in rectangular form is z = a + bi = a + b For real numbers: a = a + 0i = a + 0 = a Theorem (Statement) If z C, then z 0, and z = 0 z = 0

12 1 1 i 1 i 1 i 1 i 1 i 1 1 Discrete mathematics I - Calculation with complex numbers: reciprocal Definition (Reciprocal, multiplicative inverse) y is the reciprocal (or multiplicative inverse) of x if x y = 1. For r R \ {0} the reciprocal is 1/r sometimes denoted as r 1. Reciprocal of complex numbers: rationalisation 1 What is the rectangular form of 1+i? Idea: rationalisation, i.e. multiply both numerator and denominator with the conjugate: = = 1 (1 + )(1 ) = 1 1 ( ) = 1 1 = 1 + Similarly:

13 Calculation with complex numbers: quotient Conjugate Let z = a + bi be the rectangular form of a complex number. The conjugate of z is z = a + bi = a bi szám. Theorem (Statement) The reciprocal of z 0 is 1 z = z z z. Remark The previous statement is correct, since the denominator is z z = (a + bi)(a bi) = a (bi) = a + b = z R. Theorem (No zero divisors) z w = 0 z = 0 vagy w = 0. Definition (Quotient) The quotient of two complex numbers z w = z 1 w.

14 Calculation with complex numbers: rules Theorem (Prove them for homework) 1. z = z;. z + w = z + w; 3. z w = z w; 4. z + z = Re(z); 5. z z = Im(z) i; 6. z z = z ; 7. If z 0, then z 1 = z z ; 8. 0 = 0 and if z 0, then z > 0; 9. z = z ; 10. z w = z w ; 11. z + w z + w (triangle inequality theorem).

15 Calculation with complex numbers: proof Theorem (Prove them at homework). 10. z w = z w ;. Proof. z w = z w z w = z w z w = z z w w = z w = ( z w )

16 Polar form Representation of complex numbers On the complex plane z = r(cos ϕ + i sin ϕ) r = z ϕ r cos ϕ r sin ϕ If z = a + bi C, then Re(z) = a, Im(z) = b. The length of the vector (Re(z), Im(z)) is r = a + b = z. The argument of z 0 complex number is ϕ = arg(z) [0, π) Using trigonometric functions, we can express the coordinates as:

17 Definition (Argument) Discrete mathematics I - Polar form Definition (Polar form) The polar (or tigonometric) form of the non-zero z C is z = r(cos ϕ + i sin ϕ), where r > 0 is the absolute value (or length) of z. Remarks 0 does not have a polar form (because it has no argument). The polar form is not unique: r(cos ϕ + i sin ϕ) = r(cos(ϕ + π) + i sin(ϕ + π)) z = r(cos ϕ + i sin ϕ) is the polar form; z = a + bi is the rectangular form (a = r cos ϕ, b = r sin ϕ)

18 Polar form Converting rectangular to polar form Using the inverse of tan Let a + bi = r(cos ϕ + i sin ϕ), which implies a = r cos ϕ and b = r sin ϕ. If a 0, then tan ϕ = b a, so ϕ = { arctan b a if a > 0; arctan b a + π if a < 0 If a = 0 then we have a pure imaginary number, so ϕ = sign(b) π Note: ϕ is not the argument, because ϕ [ π, 3π ) is possible. But this can be fixed by adding π.

19 Polar form Multiplication with complex in polar form Let z, w C non-zero complex numbers: z = z (cos ϕ + i sin ϕ), and w = w (cos ψ + i sin ψ) then their product is zw = z (cos ϕ + i sin ϕ) w (cos ψ + i sin ψ) = = z w (cos ϕ cos ψ sin ϕ sin ψ + i(cos ϕ sin ψ + sin ϕ cos ψ)) = = z w (cos(ϕ + ψ) + i sin(ϕ + ψ)) The last equality comes from the trigonometric addition formulas: cos(ϕ + ψ) = cos ϕ cos ψ sin ϕ sin ψ sin(ϕ + ψ) = cos ϕ sin ψ + sin ϕ cos ψ The absolute value of the product is: zw = z w. The argument of the product is: { arg(z) + arg(w) if arg(z) + arg(w) < π arg(zw) = arg(z) + arg(w) π if π arg(z) + arg(w) < 4π i.e. the arguments are summed and then reduced by π.

20 Polar form Multiplication in polar form Theorem (De Moivre s formula) Let z, w C non-zero numbers z = z (cos ϕ + i sin ϕ), w = w (cos ψ + i sin ψ), and let n N. Then zw = z w (cos(ϕ + ψ) + i(sin(ϕ + ψ)); z w = z (cos(ϕ ψ) + i sin(ϕ ψ)), if w 0; w z n = z n (cos nϕ + i sin nϕ) The angles are added/subtracted/multiplied. To get the argument, we have to reduce the new angle by π Geometric interpretation Multiplication with z C is a combined stretching and rotating transformation. The plane is stretched by z, and rotated by

21 Polar form Roots of complex numbers Example (8-th root of 1) ( ) 1 + i 8 ( 1 = + i ( = cos 8 π 4 Other number which for which z 8 = 1 1, 1; ) 1 8 ( = cos π 4 + i sin π ) 8 = 4 ) ( + i sin 8 π ) = cos π + i sin π = 1 4 i : i 8 = (i ) 4 = ( 1) 4 = 1, and similarly i; 1+i and 1+i ; ±i 1+i also: ( i 1+i ) 8 = i 8 ( 1+i ) 8 = 1 1 = 1

22 Polar form Calculating the n-th root Theorem (Equality in polar form) Two complex numbers z = z (cos ϕ + i sin ϕ) and w = w (cos ψ + i sin ψ) in polar form are equal z (cos ϕ + i sin ϕ) = w (cos ψ + i sin ψ) if w = z and ψ = ϕ + k π for some k Z Taking the n-th root: Let w n = z (w is unknown): If w n = w n (cos nψ + i sin nψ) = z (cos ϕ + i sin ϕ) then: w n = z w = n z and nψ = ϕ + k π for some k Z, i.e. ψ = ϕ n + k π n for some k Z. If k {0, 1,..., n 1}, then these are all different numbers.

23 Polar form Taking the n-th root Theorem (Taking the n-th root) Let z = z (cos ϕ + i sin ϕ), n N. The values of w C are the n-th root of z if w n = z: ( ) w = z n cos + i sin k = 0, 1,..., n 1. ( ϕ n + πk n ( ϕ n + πk )) n

24 Polar form Example for: taking the n-th root ( w = z n cos ( ϕ n + kπ ) + i sin n Example (Calculation) Let s calculate the value 6 1 i 3+i : Since 7π i ( ϕ n + kπ )) : k = 0, 1,..., n 1 n 1 i = ( ) i = ( ) cos 7π 4 + i sin 7π 4 ( ) 3 + i = 3 + i 1 = ( cos π 6 + i sin π ) 6 π 6 = 19π 1 : 3+i = 6 ) 1 (cos 19π 19π 1 + i sin 1 = ( ) 1 19π+4kπ 19π+4kπ

25 Polar form Complex roots of unity n-th roots of unity The complex numbers ε C which for which ε n = 1 are the n-th roots of unity ( ε k = ε (n) k = cos kπ n Example (8-th roots of unity) + i sin kπ ) : k = 0, 1,..., n 1 n Im ε 3 ε ε 1 ε 4 α O ε 0 Re

26 Polar form Taking the n-th root The square roots a of a positive real number r is are the solutions of x = r i.e. ± r. Theorem (All n-th roots) Let z C be a non-zero complex number, n N and w C such that w n = z. Then the n-th roots of z can be written as wε k for k = 0, 1,... n 1. Proof. The values of wε k are n-th roots: (wε k ) n = w n ε n k = z 1 = z. This results in n different values, so we have all the n-th roots of z.

27 Order and primitive roots of unity Order The integer powers of some complex numbers are periodic: 1, 1, 1,... 1, 1, 1, 1,... i, 1, i, 1, i, 1,... 1+i, i, 1+i, 1, 1 i, i, 1 i, 1, 1+i, i,... In general cos( π n ) + i sin( π n ) has (only) n different powers. Definition (Order) The number of different powers of a complex number z is the order of z, sometimes denoted by o(z). Example (Order) The order of 1 is 1; The order of is :, 4, 8, 16,...; The order of 1 is : 1, 1;

28 Order and primitive roots of unity Properties of order Theorem (Properties of order) A complex number z either has all pairs of integer powers different, then o(z) =, or there are two integer powers equal, and then the powers of z are periodic, with the period equal to o(z). Also, o(z) = min{d N + : z d = 1}, i.e. the order is the smallest positive integer d such that z d = 1. Furthermore, z k = z l o(z) k l. Specially: z k = 1 o(z) k Proof. Let o(z) <. Then there are k, l integers, such that z k = z l. Suppose k > l. Then z k l = 1. Let d be the smallest positive integer, such that z d = 1. Let s divide n by d (with a remainder), so n = q d + r, where 0 r < d. Now 1 = z n = z q d+r = (z d ) q z r = 1 q z r = z r. Since d

29 Order and primitive roots of unity Primitive roots of unity Not all n-th roots of unity have order equal to n: 4-th roots of unity: 1, i, 1, i. o(1) = 1; o( 1) = o(i) = 4 Primitive n-th roots of unity The n-th roots of unity which have order equal to n are the primitive n-th roots of unity Theorem (Corollary (proof for homework)) The powers of a primitive n-th root of unity are exactly the n-th roots of unity.

30 Order and primitive roots of unity Primitive roots of unity Example (Primitive roots of unity) Primitive 1-st root of unity: 1; Primitive -nd root of unity: 1; Primitive 3-rd roots of unity: 1±i 3 ; Primitive 4-th roots of unity: ±i; Primitive 5-th roots of unity:... (HW) Primitive 6-th roots of unity: 1±i 3. Theorem (Statement) ( ) ( ) An n-th root of unity cos kπ n + i sin kπ n is a primitive n-th root of unity, if and only if gcd(n, k) = 1.

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

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

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

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

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. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3

Complex Numbers. Vicky Neale. Michaelmas Term Introduction 1. 2 What is a complex number? 2. 3 Arithmetic of complex numbers 3 Complex Numbers Vicky Neale Michaelmas Term 2018 Contents 1 Introduction 1 2 What is a complex number? 2 3 Arithmetic of complex numbers 3 4 The Argand diagram 4 5 Complex conjugation 5 6 Modulus 6 7 Argument

More information

Integrating Algebra and Geometry with Complex Numbers

Integrating Algebra and Geometry with Complex Numbers Integrating Algebra and Geometry with Complex Numbers Complex numbers in schools are often considered only from an algebraic perspective. Yet, they have a rich geometric meaning that can support developing

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

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

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

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

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 5.5 Complex Eigenvalues Motivation: Describe rotations Among transformations, rotations are very simple to describe geometrically. Where are the eigenvectors? A no nonzero vector x is collinear

More information

3 + 4i 2 + 3i. 3 4i Fig 1b

3 + 4i 2 + 3i. 3 4i Fig 1b The introduction of complex numbers in the 16th century was a natural step in a sequence of extensions of the positive integers, starting with the introduction of negative numbers (to solve equations of

More information

Math 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

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

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

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

Objective Mathematics

Objective Mathematics Multiple choice questions with ONE correct answer : ( Questions No. 1-5 ) 1. If the equation x n = (x + ) is having exactly three distinct real solutions, then exhaustive set of values of 'n' is given

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

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

Chapter 3: Polynomial and Rational Functions

Chapter 3: Polynomial and Rational Functions Chapter 3: Polynomial and Rational Functions 3.1 Polynomial Functions A polynomial on degree n is a function of the form P(x) = a n x n + a n 1 x n 1 + + a 1 x 1 + a 0, where n is a nonnegative integer

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

P.6 Complex Numbers. -6, 5i, 25, -7i, 5 2 i + 2 3, i, 5-3i, i. DEFINITION Complex Number. Operations with Complex Numbers

P.6 Complex Numbers. -6, 5i, 25, -7i, 5 2 i + 2 3, i, 5-3i, i. DEFINITION Complex Number. Operations with Complex Numbers SECTION P.6 Complex Numbers 49 P.6 Complex Numbers What you ll learn about Complex Numbers Operations with Complex Numbers Complex Conjugates and Division Complex Solutions of Quadratic Equations... and

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

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

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS TOOLS IN FINDING ZEROS OF POLYNOMIAL FUNCTIONS Synthetic Division and Remainder Theorem (Compressed Synthetic Division) Fundamental

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

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved.

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved. 2 Polynomial and Rational Functions Copyright Cengage Learning. All rights reserved. 2.4 Complex Numbers Copyright Cengage Learning. All rights reserved. What You Should Learn Use the imaginary unit i

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

Complex Numbers Introduction. Number Systems. Natural Numbers ℵ Integer Z Rational Q Real Complex C

Complex Numbers Introduction. Number Systems. Natural Numbers ℵ Integer Z Rational Q Real Complex C Number Systems Natural Numbers ℵ Integer Z Rational Q R Real Complex C Number Systems Natural Numbers ℵ Integer Z Rational Q R Real Complex C The Natural Number System All whole numbers greater then zero

More information

Chapter 2 Formulas and Definitions:

Chapter 2 Formulas and Definitions: Chapter 2 Formulas and Definitions: (from 2.1) Definition of Polynomial Function: Let n be a nonnegative integer and let a n,a n 1,...,a 2,a 1,a 0 be real numbers with a n 0. The function given by f (x)

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

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

Math 632: Complex Analysis Chapter 1: Complex numbers

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

More information

1.6 Lecture 2: Conjugation and inequalities

1.6 Lecture 2: Conjugation and inequalities 1.6. LECTURE 2: CONJUGATION AND INEQUALITIES 21 Lastly, we have the exceptional case αβ = 2δ and α 2 β 2 < 4γ. In this case, z = 1 [ ( α + i β ± )] β 2 2 α 2 + 4γ. As can be seen clearly from this exercise,

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

More information

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers MATHS (O) NOTES The Institute of Education 07 SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly Topics Covered: COMPLEX NUMBERS Strand 3(Unit ) Syllabus - Understanding the origin and need for complex

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

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

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

More information

Complex Numbers. Copyright Cengage Learning. All rights reserved.

Complex Numbers. Copyright Cengage Learning. All rights reserved. 4 Complex Numbers Copyright Cengage Learning. All rights reserved. 4.1 Complex Numbers Copyright Cengage Learning. All rights reserved. Objectives Use the imaginary unit i to write complex numbers. Add,

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. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n).

1. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n). MATH 135: Randomized Exam Practice Problems These are the warm-up exercises and recommended problems taken from all the extra practice sets presented in random order. The challenge problems have not been

More information

Chapter 1. Complex Numbers. Dr. Pulak Sahoo

Chapter 1. Complex Numbers. Dr. Pulak Sahoo Chapter 1 Complex Numbers BY Dr. Pulak Sahoo Assistant Professor Department of Mathematics University Of Kalyani West Bengal, India E-mail : sahoopulak1@gmail.com 1 Module-1: Basic Ideas 1 Introduction

More information

1 Complex numbers and the complex plane

1 Complex numbers and the complex plane L1: Complex numbers and complex-valued functions. Contents: The field of complex numbers. Real and imaginary part. Conjugation and modulus or absolute valued. Inequalities: The triangular and the Cauchy.

More information

Lesson 7.1 Polynomial Degree and Finite Differences

Lesson 7.1 Polynomial Degree and Finite Differences Lesson 7.1 Polynomial Degree and Finite Differences 1. Identify the degree of each polynomial. a. 3x 4 2x 3 3x 2 x 7 b. x 1 c. 0.2x 1.x 2 3.2x 3 d. 20 16x 2 20x e. x x 2 x 3 x 4 x f. x 2 6x 2x 6 3x 4 8

More information

MAT116 Final Review Session Chapter 3: Polynomial and Rational Functions

MAT116 Final Review Session Chapter 3: Polynomial and Rational Functions MAT116 Final Review Session Chapter 3: Polynomial and Rational Functions Quadratic Function A quadratic function is defined by a quadratic or second-degree polynomial. Standard Form f x = ax 2 + bx + c,

More information

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 5.5 Complex Eigenvalues A Matrix with No Eigenvectors Consider the matrix for the linear transformation for rotation by π/4 in the plane. The matrix is: A = 1 ( ) 1 1. 2 1 1 This matrix has no

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

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

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

Solving Quadratic Equations Review

Solving Quadratic Equations Review Math III Unit 2: Polynomials Notes 2-1 Quadratic Equations Solving Quadratic Equations Review Name: Date: Period: Some quadratic equations can be solved by. Others can be solved just by using. ANY quadratic

More information

Math Homework 1. The homework consists mostly of a selection of problems from the suggested books. 1 ± i ) 2 = 1, 2.

Math Homework 1. The homework consists mostly of a selection of problems from the suggested books. 1 ± i ) 2 = 1, 2. Math 70300 Homework 1 September 1, 006 The homework consists mostly of a selection of problems from the suggested books. 1. (a) Find the value of (1 + i) n + (1 i) n for every n N. We will use the polar

More information

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives 3 COMPLEX NUMBERS Objectives After studying this chapter you should understand how quadratic equations lead to complex numbers and how to plot complex numbers on an Argand diagram; be able to relate graphs

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

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

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

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

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

4 Unit Math Homework for Year 12

4 Unit Math Homework for Year 12 Yimin Math Centre 4 Unit Math Homework for Year 12 Student Name: Grade: Date: Score: Table of contents 3 Topic 3 Polynomials Part 2 1 3.2 Factorisation of polynomials and fundamental theorem of algebra...........

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

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

MATH 150 Pre-Calculus

MATH 150 Pre-Calculus MATH 150 Pre-Calculus Fall, 2014, WEEK 2 JoungDong Kim Week 2: 1D, 1E, 2A Chapter 1D. Rational Expression. Definition of a Rational Expression A rational expression is an expression of the form p, where

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Overview: 2.2 Polynomial Functions of Higher Degree 2.3 Real Zeros of Polynomial Functions 2.4 Complex Numbers 2.5 The Fundamental Theorem of Algebra 2.6 Rational

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

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

More information

Math 005A Prerequisite Material Answer Key

Math 005A Prerequisite Material Answer Key Math 005A Prerequisite Material Answer Key 1. a) P = 4s (definition of perimeter and square) b) P = l + w (definition of perimeter and rectangle) c) P = a + b + c (definition of perimeter and triangle)

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

Warm-Up. Simplify the following terms:

Warm-Up. Simplify the following terms: Warm-Up Simplify the following terms: 81 40 20 i 3 i 16 i 82 TEST Our Ch. 9 Test will be on 5/29/14 Complex Number Operations Learning Targets Adding Complex Numbers Multiplying Complex Numbers Rules for

More information

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

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

Section 1.3 Review of Complex Numbers

Section 1.3 Review of Complex Numbers 1 Section 1. Review of Complex Numbers Objective 1: Imaginary and Complex Numbers In Science and Engineering, such quantities like the 5 occur all the time. So, we need to develop a number system that

More information

Polynomial and Synthetic Division

Polynomial and Synthetic Division Chapter Polynomial and Rational Functions y. f. f Common function: y Horizontal shift of three units to the left, vertical shrink Transformation: Vertical each y-value is multiplied stretch each y-value

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

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 55 Complex Eigenvalues A Matrix with No Eigenvectors In recitation you discussed the linear transformation for rotation by π/4 in the plane The matrix is: A = 1 ( ) 1 1 2 1 1 This matrix has no

More information

Mathematics Specialist Units 3 & 4 Program 2018

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

More information

Complex 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

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

Mathematics AQA Advanced Subsidiary GCE Core 1 (MPC1) January 2010

Mathematics AQA Advanced Subsidiary GCE Core 1 (MPC1) January 2010 Link to past paper on AQA website: http://store.aqa.org.uk/qual/gce/pdf/aqa-mpc1-w-qp-jan10.pdf These solutions are for your personal use only. DO NOT photocopy or pass on to third parties. If you are

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

Dividing Polynomials: Remainder and Factor Theorems

Dividing Polynomials: Remainder and Factor Theorems Dividing Polynomials: Remainder and Factor Theorems When we divide one polynomial by another, we obtain a quotient and a remainder. If the remainder is zero, then the divisor is a factor of the dividend.

More information

King s Year 12 Medium Term Plan for LC1- A-Level Mathematics

King s Year 12 Medium Term Plan for LC1- A-Level Mathematics King s Year 12 Medium Term Plan for LC1- A-Level Mathematics Modules Algebra, Geometry and Calculus. Materials Text book: Mathematics for A-Level Hodder Education. needed Calculator. Progress objectives

More information

27 Wyner Math 2 Spring 2019

27 Wyner Math 2 Spring 2019 27 Wyner Math 2 Spring 2019 CHAPTER SIX: POLYNOMIALS Review January 25 Test February 8 Thorough understanding and fluency of the concepts and methods in this chapter is a cornerstone to success in the

More information

Natural Numbers Positive Integers. Rational Numbers

Natural Numbers Positive Integers. Rational Numbers Chapter A - - Real Numbers Types of Real Numbers, 2,, 4, Name(s) for the set Natural Numbers Positive Integers Symbol(s) for the set, -, - 2, - Negative integers 0,, 2,, 4, Non- negative integers, -, -

More information

Polynomial and Rational Functions. Chapter 3

Polynomial and Rational Functions. Chapter 3 Polynomial and Rational Functions Chapter 3 Quadratic Functions and Models Section 3.1 Quadratic Functions Quadratic function: Function of the form f(x) = ax 2 + bx + c (a, b and c real numbers, a 0) -30

More information

Algebra III Chapter 2 Note Packet. Section 2.1: Polynomial Functions

Algebra III Chapter 2 Note Packet. Section 2.1: Polynomial Functions Algebra III Chapter 2 Note Packet Name Essential Question: Section 2.1: Polynomial Functions Polynomials -Have nonnegative exponents -Variables ONLY in -General Form n ax + a x +... + ax + ax+ a n n 1

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

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

An introduction to complex numbers

An introduction to complex numbers An introduction to complex numbers The complex numbers Are the real numbers not sufficient? A complex number A representation of a complex number Equal complex numbers Sum of complex numbers Product of

More information

Sect Complex Numbers

Sect Complex Numbers 161 Sect 10.8 - Complex Numbers Concept #1 Imaginary Numbers In the beginning of this chapter, we saw that the was undefined in the real numbers since there is no real number whose square is equal to a

More information

A Primer on Complex Numbers

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

More information

C-1. Snezana Lawrence

C-1. Snezana Lawrence C-1 Snezana Lawrence These materials have been written by Dr. Snezana Lawrence made possible by funding from Gatsby Technical Education projects (GTEP) as part of a Gatsby Teacher Fellowship ad-hoc bursary

More information

MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS

MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS E da = q ε ( B da = 0 E ds = dφ. B ds = μ ( i + μ ( ε ( dφ 3 MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS dt dt Key knowledge The key features and properties of cubic polynomials functions and

More information

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

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

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

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

9.5. Polynomial and Rational Inequalities. Objectives. Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater.

9.5. Polynomial and Rational Inequalities. Objectives. Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater. Chapter 9 Section 5 9.5 Polynomial and Rational Inequalities Objectives 1 3 Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater. Solve rational inequalities. Objective 1

More information