<< Chapter < Page Chapter >> Page >
This module defines eigenvalues and eigenvectors and explains a method of finding them given a matrix. These ideas are presented, along with many examples, in hopes of leading up to an understanding of the Fourier Series.

In this section, our linear systems will be n×n matrices of complex numbers. For a little background into some of theconcepts that this module is based on, refer to the basics of linear algebra .

Eigenvectors and eigenvalues

Let A be an n×n matrix, where A is a linear operator on vectors in n .

A x b
where x and b are n×1 vectors ( [link] ).

Illustration of linear system and vectors.
eigenvector
An eigenvector of A is a vector v n such that
A v λ v
where λ is called the corresponding eigenvalue . A only changes the length of v , not its direction.

Graphical model

Through [link] and [link] , let us look at the difference between [link] and [link] .

Represents [link] , A x b .

If v is an eigenvector of A , then only its length changes. See [link] and notice how our vector's length is simply scaled by our variable, λ , called the eigenvalue :

Represents [link] , A v λ v .

When dealing with a matrix A , eigenvectors are the simplest possible vectors to operate on.

Examples

From inspection and understanding of eigenvectors, find the two eigenvectors, v 1 and v 2 , of A 3 0 0 -1 Also, what are the corresponding eigenvalues, λ 1 and λ 2 ? Do not worry if you are having problems seeing these values from the information given so far,we will look at more rigorous ways to find these values soon.

The eigenvectors you found should be: v 1 1 0 v 2 0 1 And the corresponding eigenvalues are λ 1 3 λ 2 -1

Got questions? Get instant answers now!

Show that these two vectors, v 1 1 1 v 2 1 -1 are eigenvectors of A , where A 3 -1 -1 3 . Also, find the corresponding eigenvalues.

In order to prove that these two vectors are eigenvectors, we will show that these statements meetthe requirements stated in the definition . A v 1 3 -1 -1 3 1 1 2 2 A v 2 3 -1 -1 3 1 -1 4 -4 These results show us that A only scales the two vectors ( i.e. changes their length) and thus it proves that [link] holds true for the following two eigenvalues that you were asked to find: λ 1 2 λ 2 4 If you need more convincing, then one could also easilygraph the vectors and their corresponding product with A to see that the results are merely scaled versions of our original vectors, v 1 and v 2 .

Got questions? Get instant answers now!

Khan lecture on eigenvectors

video from Khan Academy - Introduction to Eigenvectors and Eigenvalues - 7:43 min.

Calculating eigenvalues and eigenvectors

In the above examples, we relied on your understanding of thedefinition and on some basic observations to find and prove the values of the eigenvectors and eigenvalues. However, as youcan probably tell, finding these values will not always be that easy. Below, we walk through a rigorous and mathematicalapproach at calculating the eigenvalues and eigenvectors of a matrix.

Finding eigenvalues

Find λ such that v 0 , where 0 is the "zero vector." We will start with [link] , and then work our way down until we find a way to explicitly calculate λ . A v λ v A v λ v 0 A λ I v 0 In the previous step, we used the fact that λ v λ I v where I is the identity matrix. I 1 0 0 0 1 0 0 0 0 1 So, A λ I is just a new matrix.

Given the following matrix, A , then we can find our new matrix, A λ I . A a 1 1 a 1 2 a 2 1 a 2 2 A λ I a 1 1 λ a 1 2 a 2 1 a 2 2 λ

Got questions? Get instant answers now!

If A λ I v 0 for some v 0 , then A λ I is not invertible . This means: A λ I 0 This determinant (shown directly above) turns out to be a polynomial expression (of order n ). Look at the examples below to see what this means.

Starting with matrix A (shown below), we will find the polynomial expression, where our eigenvalues will be the dependent variable. A 3 -1 -1 3 A λ I 3 λ -1 -1 3 λ A λ I 3 λ 2 -1 2 λ 2 6 λ 8 λ 2 4

Got questions? Get instant answers now!

Starting with matrix A (shown below), we will find the polynomial expression, where our eigenvalues will be the dependent variable. A a 1 1 a 1 2 a 2 1 a 2 2 A λ I a 1 1 λ a 1 2 a 2 1 a 2 2 λ A λ I λ 2 a 1 1 a 2 2 λ a 2 1 a 1 2 a 1 1 a 2 2

Got questions? Get instant answers now!

If you have not already noticed it, calculating the eigenvalues is equivalent to calculating the roots of A λ I c n λ n c n 1 λ n 1 c 1 λ c 0 0

Therefore, by simply using calculus to solve for the roots of our polynomial we can easily find the eigenvalues of ourmatrix.

Finding eigenvectors

Given an eigenvalue, λ i , the associated eigenvectors are given by A v λ i v A v 1 v n λ 1 v 1 λ n v n set of n equations with n unknowns. Simply solve the n equations to find the eigenvectors.

Khan lecture on deriving eigenvectors and eigenvalues

video from Khan Academy - Example Deriving Eignevectors and Eigenvalues - 5:39 min.

Main point

Say the eigenvectors of A , v 1 v 2 v n , span n , meaning v 1 v 2 v n are linearly independent and we can write any x n as

x α 1 v 1 α 2 v 2 α n v n
where α 1 α 2 α n . All that we are doing is rewriting x in terms of eigenvectors of A . Then, A x A α 1 v 1 α 2 v 2 α n v n A x α 1 A v 1 α 2 A v 2 α n A v n A x α 1 λ 1 v 1 α 2 λ 2 v 2 α n λ n v n b Therefore we can write, x i α i v i and this leads us to the following depicted system:

Depiction of system where we break our vector, x , into a sum of its eigenvectors.

where in [link] we have, b i α i λ i v i

By breaking up a vector, x , into a combination of eigenvectors, the calculation of A x is broken into "easy to swallow" pieces.

Practice problem

For the following matrix, A and vector, x , solve for their product. Try solving it using two differentmethods: directly and using eigenvectors. A 3 -1 -1 3 x 5 3

Direct Method (use basic matrix multiplication) A x 3 -1 -1 3 5 3 12 4 Eigenvectors (use the eigenvectors and eigenvalues we found earlier for this same matrix) v 1 1 1 v 2 1 -1 λ 1 2 λ 2 4 As shown in [link] , we want to represent x as a sum of its scaled eigenvectors. For this case, we have: x 4 v 1 v 2 x 5 3 4 1 1 1 -1 A x A 4 v 1 v 2 λ i 4 v 1 v 2 Therefore, we have A x 4 2 1 1 4 1 -1 12 4 Notice that this method using eigenvectors required no matrix multiplication. This may have seemed more complicated here, but just imagine A being really big, or even just a few dimensions larger!

Got questions? Get instant answers now!

Questions & Answers

what is mutation
Janga Reply
what is a cell
Sifune Reply
how is urine form
Sifune
what is antagonism?
mahase Reply
classification of plants, gymnosperm features.
Linsy Reply
what is the features of gymnosperm
Linsy
how many types of solid did we have
Samuel Reply
what is an ionic bond
Samuel
What is Atoms
Daprince Reply
what is fallopian tube
Merolyn
what is bladder
Merolyn
what's bulbourethral gland
Eduek Reply
urine is formed in the nephron of the renal medulla in the kidney. It starts from filtration, then selective reabsorption and finally secretion
onuoha Reply
State the evolution relation and relevance between endoplasmic reticulum and cytoskeleton as it relates to cell.
Jeremiah
what is heart
Konadu Reply
how is urine formed in human
Konadu
how is urine formed in human
Rahma
what is the diference between a cavity and a canal
Pelagie Reply
what is the causative agent of malaria
Diamond
malaria is caused by an insect called mosquito.
Naomi
Malaria is cause by female anopheles mosquito
Isaac
Malaria is caused by plasmodium Female anopheles mosquitoe is d carrier
Olalekan
a canal is more needed in a root but a cavity is a bad effect
Commander
what are pathogens
Don Reply
In biology, a pathogen (Greek: πάθος pathos "suffering", "passion" and -γενής -genēs "producer of") in the oldest and broadest sense, is anything that can produce disease. A pathogen may also be referred to as an infectious agent, or simply a germ. The term pathogen came into use in the 1880s.[1][2
Zainab
A virus
Commander
Definition of respiration
Muhsin Reply
respiration is the process in which we breath in oxygen and breath out carbon dioxide
Achor
how are lungs work
Commander
where does digestion begins
Achiri Reply
in the mouth
EZEKIEL
what are the functions of follicle stimulating harmones?
Rashima Reply
stimulates the follicle to release the mature ovum into the oviduct
Davonte
what are the functions of Endocrine and pituitary gland
Chinaza
endocrine secrete hormone and regulate body process
Achor
while pituitary gland is an example of endocrine system and it's found in the Brain
Achor
what's biology?
Egbodo Reply
Biology is the study of living organisms, divided into many specialized field that cover their morphology, physiology,anatomy, behaviour,origin and distribution.
Lisah
biology is the study of life.
Alfreda
Biology is the study of how living organisms live and survive in a specific environment
Sifune
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Signals and systems. OpenStax CNX. Aug 14, 2014 Download for free at http://legacy.cnx.org/content/col10064/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Signals and systems' conversation and receive update notifications?

Ask