<< 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

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
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