Applied Symbolic Computation (CS 567) Review of Complex Numbers

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:
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 i.
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.
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.
Applied Symbolic Computation1 Applied Symbolic Computation (CS 300) Review of Complex Numbers Jeremy R. Johnson.
Mathematics. Complex Numbers Session Session Objectives.
Complex Numbers 2-4.
Copyright © 2011 Pearson Education, Inc. Complex Numbers Section P.7 Prerequisites.
Section 8.1 Complex Numbers.
Drill #81: Solve each equation or inequality
Introduction The product of two complex numbers is found using the same method for multiplying two binomials. As when multiplying binomials, both terms.
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.
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
Complex Numbers 12 Learning Outcomes
CHAPTER 1 COMPLEX NUMBERS
Vectors, Roots of Unity & Regular Polygons
Additional Topics in Trigonometry
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
Complex Eigenvalues Prepared by Vince Zaccone
Introduction to Complex Numbers
Additional Topics in math Lessons 5-7
The imaginary unit i is defined as
Copyright © Cengage Learning. All rights reserved.
Complex Numbers – Part 1 By Dr. Samer Awad
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) Modular Arithmetic
Applied Symbolic Computation (CS 300) Modular Arithmetic
Chapter 2 Complex Numbers
Applied Symbolic Computation (CS 300) Review of Complex Numbers
Section 4.6 Complex Numbers
Complex Numbers Arithmetic Operation Definition Complex Conjugate
CSE 411 Computer Graphics Lecture #2 Mathematical Foundations
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.
Applied Symbolic Computation (CS 300) Modular Arithmetic
Applied Symbolic Computation (CS 300) Modular Arithmetic
Trigonometric (Polar) Form of Complex Numbers
Complex Numbers and i is the imaginary unit
Applied Symbolic Computation (CS 300) Modular Arithmetic
Complex Numbers MAΘ
Complex Numbers.
A circle with center at (0, 0) and radius 1 is called a unit circle.
7.7 Complex Numbers.
The Complex Plane.
6.5 Complex Numbers in Polar Form: DeMoivre’s Theorem
Presentation transcript:

Applied Symbolic Computation (CS 567) Review of Complex Numbers September 4, 1997 Applied Symbolic Computation (CS 567) Review of Complex Numbers Jeremy R. Johnson Applied Symbolic Computation

Applied Symbolic Computation September 4, 1997 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 Computation

Applied Symbolic Computation Definition Let i = -1, i.e. a root of x2+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 Computation

Applied Symbolic Computation Arithmetic and Norm (a+bi) + (c+di) = (a+c) + (b+d)i (a+bi) * (c+di) = ac + adi + bci + b*di2 = 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) = a2+b2 The inverse of the complex number a+bi = a-bi/(a2+b2). By the definition of the norm it is clear that (a+bi)*(a-bi/(a2+b2)) = 1. Applied Symbolic Computation

Applied Symbolic Computation 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 (a,b)  b Applied Symbolic Computation

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

Applied Symbolic Computation 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.  = e2i/n = cos(2/n) + sin(2/n)i, is an nth root of unity since n = (e2i/n )n = e2i = cos(2) + sin(2)i = 1 Moreover,  = e2i/n is a primitive nth root of unity since j = e2ij/n = cos(2j/n) + sin(2j/n)i  1. Since an nth root of unity satisfies the equation xn – 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 Computation

Applied Symbolic Computation Roots of Unity (cont) Multiplication by  = e2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) Applied Symbolic Computation