Complex Numbers S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Math Review with Matlab: Complex Math.

Slides:



Advertisements
Similar presentations
Laplace Transform Math Review with Matlab:
Advertisements

Math Review with Matlab:
PROGRAMME 1 COMPLEX NUMBERS 1.
Chapter 15 Complex Numbers
Section 1.4 Complex Numbers
8.1 Complex Numbers JMerrill, A Little History Math is used to explain our universe. When a recurring phenomenon is seen and cant be explained by.
Complex numbers.
Operations with Complex Numbers
Complex Numbers in Engineering (Chapter 5 of Rattan/Klingbeil text)
Algebra - Complex Numbers Leaving Cert Helpdesk 27 th September 2012.
Complex numbers Definitions Conversions Arithmetic Hyperbolic Functions.
EGR 272 – Complex Numbers and AC Circuits using MATLAB
Math Review with Matlab:
S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Laplace Transform Math Review with Matlab: Fundamentals.
Matlab Graphics S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Introduction to Matlab: 2D Graphics.
Solving Algebraic Equations
Complex Numbers for AC Circuits Topics Covered in Chapter : Positive and Negative Numbers 24-2: The j Operator 24-3: Definition of a Complex Number.
Differential Equations Math Review with Matlab: Finding Solutions to Differential Equations S. Awad, Ph.D. M. Corless, M.S.E.E. D. Cinpinski E.C.E. Department.
Lecture 191 Phasors. Lecture 192 Set Phasors on Stun How do we learn to use these phasors? 1.Sinusoids-amplitude, frequency and phase (Section 8.1) 2.Phasors-amplitude.
Math 112 Elementary Functions
Lesson 18 Phasors & Complex Numbers in AC
COMPLEX NUMBER SYSTEM 1. COMPLEX NUMBER NUMBER OF THE FORM C= a+Jb a = real part of C b = imaginary part. 2.
ELECTRIC CIRCUIT ANALYSIS - I
Chapter 7 Quadratic Equations
Notes Over 5.4 Imaginary Numbers.
Complex Numbers in Polar Form; DeMoivre’s Theorem
Imaginary Number: POWERS of i: Is there a pattern?
Absolute Value The absolute value of a real number a, denoted by |a|, is the distance between a and 0 on the number line. 2– – 1– 3– 4– 5 | – 4|
10.8 The Complex Numbers.
MATLAB Basics. The following screen will appear when you start up Matlab. All of the commands that will be discussed should be typed at the >> prompt.
Section 7.7 Previously, when we encountered square roots of negative numbers in solving equations, we would say “no real solution” or “not a real number”.
DeMoivre’s Theorem The Complex Plane. Complex Number A complex number z = x + yi can be interpreted geometrically as the point (x, y) in the complex plane.
1 ET 201 ~ ELECTRICAL CIRCUITS COMPLEX NUMBER SYSTEM  Define and explain complex number  Rectangular form  Polar form  Mathematical operations (CHAPTER.
EE 1270 Introduction to Electric Circuits Suketu Naik 0 EE 1270: Introduction to Electric Circuits Lecture 17: 1) Sinusoidal Source 2) Complex Numbers.
COMPLEX NUMBERS. ARITHMETIC OPERATIONS WITH COMPLEX NUMBERS Which complex representation is the best to use? It depends on the operation we want to perform.
4.6 Perform Operations With Complex Numbers. Vocabulary: Imaginary unit “i”: defined as i = √-1 : i 2 = -1 Imaginary unit is used to solve problems that.
Unit 8 Phasors.
Review of Complex numbers 1 Exponential Form:Rectangular Form: Real Imag x y  r=|z|
7.7 Complex Numbers. Imaginary Numbers Previously, when we encountered square roots of negative numbers in solving equations, we would say “no real solution”
Imaginary Number: POWERS of i: Is there a pattern? Ex:
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 8 Complex Numbers, Polar Equations, and Parametric Equations.
ELE 102/102Dept of E&E MIT Manipal Phasor Versus Vector: Phasor – defined with respect to time. Vector – defined with respect to space A phasor is a graphical.
Using Rectangular Coordinates and Phasor Notation.
Complex Numbers 2 The Argand Diagram.
11.2a Geometric Representation of a Complex Number Write complex numbers in polar form.
Chapter 1 Equations and Inequalities Copyright © 2014, 2010, 2007 Pearson Education, Inc Complex Numbers.
STROUD Worked examples and exercises are in the text Programme 1: Complex numbers 1 COMPLEX NUMBERS 1 PROGRAMME 1.
Lesson 1.8 Complex Numbers Objective: To simplify equations that do not have real number solutions.
IMAGINARY NUMBERS AND DEMOIVRE’S THEOREM Dual 8.3.
Complex Numbers C.A-1.5. Imaginary numbers i represents the square root of – 1.
Introduction to Complex Numbers AC Circuits I. Outline Complex numbers basics Rectangular form – Addition – Subtraction – Multiplication – Division Rectangular.
The Complex Number System. 1. Write each expression as a pure imaginary number. (similar to p.537 #26)
CHAPTER 1 COMPLEX NUMBERS
Solve this!.
Lesson 1: Phasors and Complex Arithmetic
COMPLEX NUMBERS and PHASORS
LECTURE #3 Complex Exponentials & Complex Numbers
Math & Exponents.
ECE 3301 General Electrical Engineering
Complex Numbers Consider the quadratic equation x2 + 1 = 0.
11.2 – Geometric Representation of Complex Numbers
Trigonometry Section 11.2 Write and graph complex numbers in polar form. Multiply complex numbers. To represent the complex number a+ bi graphically,
Section 2.1 Complex Numbers
Section 1.4 Complex Numbers
Imaginary root Reference book: Algebra & Trigonometry, M. Sullivan.
Complex Numbers MAΘ
Complex Number.
Complex Numbers in Engineering (Chapter 5 of Rattan/Klingbeil text)
Complex Numbers What if we want to add two sinusoids?
6.5 Complex Numbers in Polar Form: DeMoivre’s Theorem
Presentation transcript:

Complex Numbers S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Math Review with Matlab: Complex Math

Complex Numbers:Complex Math 2 Complex Number Math n Rectangular Addition Rectangular Addition n Rectangular Subtraction Rectangular Subtraction n Polar Multiplication Polar Multiplication n Rectangular Multiplication Rectangular Multiplication n Polar Division Polar Division n Complex Conjugate Complex Conjugate n Rectangular Division Rectangular Division

Complex Numbers:Complex Math 3 Complex Addition n The addition of two complex number z 1 and z 2 gives another complex number n Addition of complex numbers is most easily done in Rectangular Form

Complex Numbers:Complex Math 4 Addition Example n As an example, the following two complex numbers can be added mathematically and graphically

Complex Numbers:Complex Math 5 » Z1=2+3i; » Z2=4+i; » Z3=Z1+Z2 Z3 = i Matlab Addition n This result can be verified in Matlab

Complex Numbers:Complex Math 6 Complex Subtraction n Similarly, subtraction of two complex number z 1 and z 2 gives another complex number n Subtraction of complex numbers is most easily done in Rectangular Form

Complex Numbers:Complex Math 7 Subtraction Example n As an example, the following two complex numbers can be subtracted graphically and mathematically n Subtracting z 2 is the same as adding -z 2

Complex Numbers:Complex Math 8 » Z1=3+3i; » Z2=2+i; » Z3=Z1-Z2 Z3 = i Matlab Subtraction n This result can be verified in Matlab

Complex Numbers:Complex Math 9 Polar Multiplication n Multiplication of complex numbers is most easily done in polar form since:

Complex Numbers:Complex Math 10 Polar Multiplication n Similarly, the shorthand angle notation can be used to express polar multiplication

Complex Numbers:Complex Math 11 Rectangular Multiplication n Multiplication of complex numbers can also be done in Rectangular Form by directly multiplying z 1 and z 2

Complex Numbers:Complex Math 12 Multiplication Example n Multiply the two complex numbers first using the direct rectangular form n Then verify the results using the polar version of multiplication.

Complex Numbers:Complex Math 13 Direct Multiplication n Direct multiplication in the rectangular form yields:

Complex Numbers:Complex Math 14 Polar Multiplication n z 1 and z 2 must first be converted to polar form

Complex Numbers:Complex Math 15 Polar Multiplication n Verify that this is same result as rectangular multiplication

Complex Numbers:Complex Math 16 » z1=3+2i; z2=1-4i; » mult=z1*z2 mult = i » r = abs(mult) r = » theta=angle(mult) theta = Matlab Verification n Verify the multiplication of z 1 and z 2 using Matlab

Complex Numbers:Complex Math 17 Polar Division n Division of complex numbers is most easily done in Polar Form

Complex Numbers:Complex Math 18 Polar Division n Similarly, the shorthand angle notation can be used to express polar multiplication

Complex Numbers:Complex Math 19 Polar Division Example n Divide the complex number z 1 by z 2 by hand, then use Matlab to verify the result

Complex Numbers:Complex Math 20 » z1=10*exp(i*60*(pi/180)); » z2=5*exp(i*30*(pi/180)); Matlab Division Convert to Radians Convert to Degrees » div=z1/z2 div = i » Mag=abs(div) Mag = 2 » Theta=angle(div)*180/pi Theta =

Complex Numbers:Complex Math 21 Complex Conjugate n The Complex Conjugate of a complex number is found by changing the sign of the imaginary portion n Complex Conjugate is denoted as z* n This is equivalent to negating the angle n Corresponds to a reflection of z in the real axis of an Argand diagram

Complex Numbers:Complex Math 22 Conjugate Example Plot the complex number z = 4 + i2 and it’s complex conjugate z*

Complex Numbers:Complex Math 23 Matlab Conjugate The conj command returns the complex conjugate of a complex number » z=4+2i; » zconj=conj(z) zconj = i » feather(z); » hold on » feather(zconj,'r') » xlabel('Real'); » ylabel('Imaginary');

Complex Numbers:Complex Math 24 Useful Complex Conjugate Relationships Addition Subtraction Multiplication

Complex Numbers:Complex Math 25 Rectangular Division n Division of complex numbers can also be done in Rectangular Form by use of the Complex Conjugate n The result is the multiplication of z 1 by the conjugate of z 2 divided by the magnitude of z 2 squared

Complex Numbers:Complex Math 26 Rectangular Division n Explicitly worked out, the division is:

Complex Numbers:Complex Math 27 Division Example n Divide z 1 by z 2 using the complex conjugate method

Complex Numbers:Complex Math 28 Matlab Verification » z1=4+j; » z2=2-3j; » z3 = z1/z2 z3 = i n The previous result is easily verified using Matlab

Complex Numbers:Complex Math 29 Summary n Complex addition and subtraction are most easily done using the rectangular form n Complex multiplication and division are most easily done using the exponential polar form n The complex conjugate can be used as a tool for implementing division using the rectangular form of complex numbers