Applied Symbolic Computation1 Applied Symbolic Computation (CS 300) Review of Complex Numbers Jeremy R. Johnson.

Slides:



Advertisements
Similar presentations
Complex Representation of Harmonic Oscillations. The imaginary number i is defined by i 2 = -1. Any complex number can be written as z = x + i y where.
Advertisements

The Complex Number System
You will learn about: Complex Numbers Operations with complex numbers Complex conjugates and division Complex solutions of quadratic equations Why: The.
10.1 Complex Numbers Definition:
Chapter 6 Vocabulary.
1 Complex math basics material from Advanced Engineering Mathematics by E Kreyszig and from Liu Y; Tian Y; “Succinct formulas for decomposition of complex.
Polynomials Review and Complex numbers Newport Math Club Warm Up Problem: The game of assassin is played with 8 people and goes as follows: 1.Each player.
Math 112 Elementary Functions
Complex Numbers? What’s So Complex?. Complex numbers are vectors represented in the complex plane as the sum of a Real part and an Imaginary part: z =
Definition of Trigonometric Functions With trigonometric ratios of acute angles in triangles, we are limited to angles between 0 and 90 degrees. We now.
COMPLEX NUMBER SYSTEM 1. COMPLEX NUMBER NUMBER OF THE FORM C= a+Jb a = real part of C b = imaginary part. 2.
Mathematics.
Complex Numbers Stephanie Golmon Principia College Laser Teaching Center, Stony Brook University June 27, 2006.
Complex Numbers i.
Complex Numbers. Complex number is a number in the form z = a+bi, where a and b are real numbers and i is imaginary. Here a is the real part and b is.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. Quadratic Equations, Quadratic Functions, and Complex Numbers 9.
Copyright © Cengage Learning. All rights reserved. 2 Polynomial and Rational Functions.
Copyright © Cengage Learning. All rights reserved.
1 Copyright © Cengage Learning. All rights reserved. 4 Complex Numbers.
Complex Numbers Introduction.
Complex Numbers in Polar Form; DeMoivre’s Theorem
1 Roots & Radicals Intermediate Algebra. 2 Roots and Radicals Radicals Rational Exponents Operations with Radicals Quotients, Powers, etc. Solving Equations.
Copyright © 2009 Pearson Education, Inc. CHAPTER 8: Applications of Trigonometry 8.1The Law of Sines 8.2The Law of Cosines 8.3Complex Numbers: Trigonometric.
Mathematics. Complex Numbers Session Session Objectives.
Complex Numbers 2-4.
Copyright © 2011 Pearson Education, Inc. Complex Numbers Section P.7 Prerequisites.
Section 6.5 Complex Numbers in Polar Form. Overview Recall that a complex number is written in the form a + bi, where a and b are real numbers and While.
Section 8.1 Complex Numbers.
Drill #81: Solve each equation or inequality
This Week WeekTopic Week 1 Coordinate Systems, Basic Functions Week 2 Trigonometry and Vectors (Part 1) Week 3 Vectors (Part 2) Week 4 Vectors (Part 3:
Copyright © Cengage Learning. All rights reserved. 6 Additional Topics in Trigonometry.
Introduction The product of two complex numbers is found using the same method for multiplying two binomials. As when multiplying binomials, both terms.
Applications of Trigonometric Functions
CHAPTER 1 COMPLEX NUMBER. CHAPTER OUTLINE 1.1 INTRODUCTION AND DEFINITIONS 1.2 OPERATIONS OF COMPLEX NUMBERS 1.3 THE COMPLEX PLANE 1.4 THE MODULUS AND.
1Complex numbersV-01 Reference: Croft & Davision, Chapter 14, p Introduction Extended the set of real numbers to.
IMAGINARY NUMBERS AND DEMOIVRE’S THEOREM Dual 8.3.
Computer Sound Synthesis 2 MUS_TECH 335 Selected Topics.
Introduction to Complex Numbers AC Circuits I. Outline Complex numbers basics Rectangular form – Addition – Subtraction – Multiplication – Division Rectangular.
1 Copyright © Cengage Learning. All rights reserved. 1 Equations, Inequalities, and Mathematical Modeling.
Standard form Operations The Cartesian Plane Modulus and Arguments
CHAPTER 1 COMPLEX NUMBERS
Finding the square root of a complex number
CHAPTER 1 COMPLEX NUMBER.
ECE 1304 Introduction to Electrical and Computer Engineering
COORDINATES, GRAPHS AND LINES
ECE 3301 General Electrical Engineering
Introduction to Complex Numbers
The imaginary unit i is defined as
Copyright © Cengage Learning. All rights reserved.
Complex Numbers Dave Saha 15 Jan 99.
9-6: The Complex Plane and Polar Form of Complex Numbers
Complex math basics material from Advanced Engineering Mathematics by E Kreyszig and from Liu Y; Tian Y; “Succinct formulas for decomposition of complex.
Polynomial and Rational Functions
Complex Algebra Review
Applied Symbolic Computation (CS 300) Review of Complex Numbers
Section 4.6 Complex Numbers
Complex Numbers Arithmetic Operation Definition Complex Conjugate
Applied Symbolic Computation (CS 567) Review of Complex Numbers
Copyright © Cengage Learning. All rights reserved.
Complex Algebra Review
1 Equations, Inequalities, and Mathematical Modeling
Complex Algebra Review
Introduction The product of two complex numbers is found using the same method for multiplying two binomials. As when multiplying binomials, both terms.
Complex Numbers and i is the imaginary unit
Complex Numbers MAΘ
Complex Numbers.
7.7 Complex Numbers.
The Complex Plane.
6.5 Complex Numbers in Polar Form: DeMoivre’s Theorem
Presentation transcript:

Applied Symbolic Computation1 Applied Symbolic Computation (CS 300) Review of Complex Numbers Jeremy R. Johnson

Applied Symbolic Computation2 Introduction Objective: To review the basic properties of complex numbers. –Definition –Arithmetic and norm –Polar coordinates and Euler’s identity –Roots of unity References:

Applied Symbolic Computation3 Definition Let i =  -1, i.e. a root of x 2 +1 The set of complex numbers = {a+bi, a, b real numbers} The complex number a+bi can be thought of as the pair (a,b) and can be drawn in the complex plane, where the x axis is called the real axis and the y axis is called the imaginary axis. Any point is a linear combination of i = (0,1) and 1 = (1,0), i.e. a+bi = a*(1,0) + b*(0,1) (a,b) a b

Applied Symbolic Computation4 Arithmetic and Norm (a+bi) + (c+di) = (a+c) + (b+d)i (a+bi) * (c+di) = ac + adi + bci + b*di 2 = ac – bd + (ad+bc)i The complex conjugate of a+bi = a-bi The norm of a+bi is the real number = (a+bi)*(a-bi) = a 2 +b 2 The inverse of the complex number a+bi = a-bi/(a 2 +b 2 ). By the definition of the norm it is clear that (a+bi)*(a-bi/(a 2 +b 2 )) = 1.

Applied Symbolic Computation5 Polar Coordinates Any point z = (a,b) in the plane can be represented by a distance r and an angle . The pair (r,  ) is called the polar coordinates of the point z. (a,b) a b 

Applied Symbolic Computation6 e i  = cos(  ) + sin(  )i Since cos(  ) 2 + sin(  ) 2 = 1, Norm(e i  ) = 1, and the complex number e i  lies on the unit circle, i.e. the collection of complex numbers a +bi such that the point (a,b) satisfies the equation a 2 +b 2 = 1 (circle with radius 1). By Euler’s identity and polar coordinates an arbitrary complex number a+bi = re i , where Euler’s Identity a+bi = e i   1

Applied Symbolic Computation7 Roots of Unity An nth root of unity is a complex number  such that  n = 1. An nth root of unity  is a primitive nth root of unity if  j  1 for 0 < j < n.  = e 2  i/n = cos(2  /n) + sin(2  /n)i, is an nth root of unity since  n = (e 2  i/n ) n = e 2  i = cos(2  ) + sin(2  )i = 1 Moreover,  = e 2  i/n is a primitive nth root of unity since  j = e 2  ij/n = cos(2  j/n) + sin(2  j/n)i  1. Since an nth root of unity satisfies the equation x n – 1 = 0, there are at most n nth roots of unity. Since  j, is also an nth root of unity, powers of a primitive nth root of unity generate all nth roots of unity.

Applied Symbolic Computation8 Roots of Unity (cont) Multiplication by  = e 2  i/n rotates the number by 2  /n radians, and successive powers rotate around the circle. Powers of a primitive nth root of unity divide the unit circle into n equal arcs of 2  /n radians. E.G. n = 3 (cube roots of unity)