Complex Eigenvalues Prepared by Vince Zaccone

Slides:



Advertisements
Similar presentations
Ch 7.6: Complex Eigenvalues
Advertisements

You will learn about: Complex Numbers Operations with complex numbers Complex conjugates and division Complex solutions of quadratic equations Why: The.
Matrix Representation
Ch 7.7: Fundamental Matrices
Linear Transformations
Ch 7.8: Repeated Eigenvalues
Ch 7.9: Nonhomogeneous Linear Systems
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
6 1 Linear Transformations. 6 2 Hopfield Network Questions.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Complex Numbers OBJECTIVES Use the imaginary unit i to write complex numbers Add, subtract, and multiply complex numbers Use quadratic formula to find.
Math 3C Practice Midterm Solutions Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Orthogonal Matrices and Spectral Representation In Section 4.3 we saw that n  n matrix A was similar to a diagonal matrix if and only if it had n linearly.
Linear Algebra/Eigenvalues and eigenvectors. One mathematical tool, which has applications not only for Linear Algebra but for differential equations,
Systems of Linear Equations Gaussian Elimination Types of Solutions Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Section 5.1 First-Order Systems & Applications
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
The Inverse of a Matrix Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Systems of Linear Equations in Vector Form Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
1.5 COMPLEX NUMBERS Copyright © Cengage Learning. All rights reserved.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
Coordinate Systems Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Matrix Arithmetic Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Math 4B Systems of Differential Equations Matrix Solutions Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Determinants Prepared by Vince Zaccone
Differential Equations
Systems of Differential Equations Phase Plane Analysis
Differential Equations
Eigenvalues and Eigenvectors
Matrix Arithmetic Prepared by Vince Zaccone
Systems of Linear Equations
Vector Spaces Prepared by Vince Zaccone
Systems of Linear Equations
Objectives Define and use imaginary and complex numbers.
Linear Transformations
Boyce/DiPrima 10th ed, Ch 7.8: Repeated Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce.
Complex integers? Here a and b are integers.
Complex Numbers Consider the quadratic equation x2 + 1 = 0.
Systems of Linear Equations
Systems of Linear Equations
Matrix Operations SpringSemester 2017.
Coordinate Systems Prepared by Vince Zaccone
5.4 Complex Numbers.
Least Squares Approximations
Linear Independence Prepared by Vince Zaccone
Vector Spaces Prepared by Vince Zaccone
Systems of Differential Equations Phase Plane Analysis
Systems of Differential Equations Nonhomogeneous Systems
Differential Equations
Least Squares Approximations
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Systems of Linear Equations
Simplify each expression.
4.6 Perform Operations with Complex Numbers
Complex Number and Roots
The Inverse of a Matrix Prepared by Vince Zaccone
Homework Check.
Differential Equations
Systems of Linear Equations
Systems of Linear Equations
Orthogonal Projections
Coordinate Systems Prepared by Vince Zaccone
pre-calc day 3 Warm-up: Activities: Learning goal:
Matrix Operations SpringSemester 2017.
Diagonalization Prepared by Vince Zaccone
Linear Algebra: Matrix Eigenvalue Problems – Part 2
Differential Equations
Presentation transcript:

Complex Eigenvalues Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Numbers When solving for the roots of a quadratic equation, real solutions can not be found when the discriminant is negative. In these cases we use complex numbers to write down the solutions. For example, if we try to solve x2-2x+2=0 we run into trouble: With the definition i2=-1, we can write the solutions as COMPLEX numbers, with a REAL part and an IMAGINARY part. In general, complex numbers look like a+bi, where a and b are real. We call a the “real part” and b the “imaginary part” of the complex number. Every complex number has a “conjugate” a-bi. Multiplying conjugates yields a real number: (a+bi)(a-bi)=a2+b2. This is a very useful trick! Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: We will find the eigenvalues for this matrix. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: We will find the eigenvalues for this matrix. Next we find eigenvectors for the eigenvalues. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: At this point we can write down the equation and find the vector. We could do row reduction but it’s not really necessary (multiplying one row by the conjugate of its complex entry should make it clear that the rows are multiples of each other. Let’s use the second row: Here is an eigenvector for λ=1+4i Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: We could repeat the same work to find the other eigenvector, but we don’t need to. Since the e-values are conjugates, so are their eigenvectors. Here are the eigenvalues with their eigenvectors. At this point we could use our diagonalization technique to obtain a diagonal matrix with the (complex) eigenvalues on the diagonal, just like we did when the eigenvalues were real. Instead, we will get a matrix C that shows the rotation and stretch that we mentioned previously. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: We form matrix P whose columns are the real and imaginary parts of the eigenvector. The book uses the e-value with the negative imaginary part, so we will do the same. The process will also work if you choose the other e-value. When we use this matrix to do a similarity transformation on the original matrix A (just like we did for diagonalization) we get a new matrix C that will have the stretch and rotation properties we are looking for. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Use the shortcut for 2x2 inverse matrices Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Use the shortcut for 2x2 inverse matrices For eigenvalue a-bi, the C matrix will always take the form Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Matrix C is similar to Matrix A. It has the same eigenvalues. Matrix C splits into 2 parts. One is just a stretch (multiplication by the length of the eigenvalue). The other part is a rotation. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Matrix C is similar to Matrix A. It has the same eigenvalues. Matrix C splits into 2 parts. One is just a stretch (multiplication by the length of the eigenvalue). The other part is a rotation. In our example, the eigenvalue is 4+1i, so r=√17 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Matrix C is similar to Matrix A. It has the same eigenvalues. Matrix C splits into 2 parts. One is just a stretch (multiplication by the length of the eigenvalue). The other part is a rotation. In our example, the eigenvalue is 4+1i, so r=√17 Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues When a matrix has complex eigenvalues they will always come in conjugate pairs. The effect of multiplying by the matrix will be a stretch and a rotation. The example below should help clarify the situation: Matrix C is similar to Matrix A. It has the same eigenvalues. Matrix C splits into 2 parts. One is just a stretch (multiplication by the length of the eigenvalue). The other part is a rotation. In our example, the eigenvalue is 4+1i, so r=√17 So matrix C will stretch a vector by √17, and rotate it counter-clockwise by 76°. This will correspond to an outward spiral when we look at the effect of matrix A. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB