Day 2 Eigenvectors neither stretched nor compressed, its eigenvalue is 1. All vectors with the same...

Preview:

Citation preview

Day 2 Eigenvectors

neither stretched nor compressed, its eigenvalue is 1. All vectors with the same vertical direction—i.e., parallel to this vector—are also eigenvectors, with the same eigenvalue. Together with the zero-vector, they form the eigenspace for this eigenvalue.

In this shear mapping of the Mona Lisa, the picture was deformed in such a way that its central vertical axis (red vector) has not changed direction, but the diagonal vector (blue) has changed direction. Hence the red vector is an eigenvector of the transformation and the blue vector is not. Since the red vector was

Similar Matrices

Two square matrices and A and B that are related by

B = X-1AX

where X is a square nonsingular matrix are said to be similar. A transformation of the form X-1AX is called a similarity transformation, or conjugation by X.

http://mathworld.wolfram.com/SimilarMatrices.html

www.math.uiuc.edu/~franklan/Math416_SimilarMatrices.pdf

S-1AS =Λ

Suppose an n x n matrix A has n independent eigenvectors. Put those vectors in the column of a matrix called S (called the eigenvector matrix)

If you multiply AS = A =

= Hence: AS = SΛ

or S-1AS =Λ

x1 x 2 …xn

λ1 x1,λ2x2… λnxn

x1 x2 …xn

λ 1 0 … 00 λ2 …0 …0,0…0 λn

Eigenvalue matrix, Λ

Capital λ

S-1AS =ΛRecall from our discussion of similar matrices that A

and Λ are similar matrices.

They represent the same transformation with regards to a different basis.

We will use this to find out about powers (and later exponentials) of a matrix.

Diagonal Matrix D

An n x n is similar to diagonal matrix

if & only if A has n linearly independent eigenvectors.

The elements on the diagonals are the eigenvalues of A.Theorem 7.4

Diagonalize the matrix if possible

Diagonalization problem 1

Diagonalize problem 1 solution

Note: A= SΛS-1

Diagonalize the matrix if possible

When can we diagonalize a matrix?

If a matrix has n independent eigenvectors then we can diagonalize the matrix. (Th. 7.4)

We can do this in all times when there are n different eigenvalues. (Th. 7.5)

If there are repeated eigenvalues we may or may not find n independent eigenvectors

What are the Eigenvalues and eigenvectors of A2 , A3

If Ax = λx multiply both sides of the equation by A

A2x = Aλx = λAx = λ2x

This tells us that the eigenvectors of A2x = λ2x.

If we square A then we square the eigenvalues of a A but the eigenvectors are the same as the eigenvectors of A.

We can get the same information from the formula S-1AS =Λ

S-1AS = Λ AS = S Λ

A = S Λ S-1

Therefore A2 = S Λ S-1 S Λ S-1

A2 = S Λ2 S-1

Note this is telling us the same information that we found before.

Raise matrix to a power

Applications

•For use in transition matrices from one state to another.

•Waiting time / queuing theory.

•To study long term behavior.

•Markov matrices.

Raise matrix to a power

In a previous slide we were able to diagonalize the matrix.

Find A4

Ak = S Λk S-1To Find A4

Multiply S D4 S-1

We usually do not use this equation in this form. However, this demonstrates that diagonalization tells us about powers of a matrix.

Note: we found the eigenvalues and eigenvectors on slide 7.

What Eigenvectors and Eigenvalues tell us about the powers of a matrix

When do the powers of a matrix go to zeroAk → 0

What would be true about A?

Recall: A = S Λ S-1

Ak = S Λk S-1

A matrix that goes to zero when raised to the k power as k → ∞ is called stable.

A system that approaches zero as t → ∞ is said to be stable.

A difference equation is stable if: The absolute value of each eigenvalue is less than one.

Recall: The eigenvalues may be complex.

Note: This approach only works if there are n independent eigenvectors.

A system that approaches a (non zero) constant as t→∞ is called a steady state What are the eigenvalues for a matrix that describes a transformation that will become a steady state regardless of the initial conditions?

What assumptions are built into this?

A system that approaches a (non zero) constant as t→∞ is called a steady state What are the eigenvalues for a matrix that describes a transformation that will become a steady state regardless of the initial conditions?

One or more eigenvalues that are 1 and the others have an absolute value of less than 1.

What assumptions are built into this?

n independent eigenvectors.

How does this usually get applied?uk+1 = A uk With starting condition u0

u1 = Au0, u2 = A2 u0, u3 = A3 u0, uk = Aku0

To solve

Write u0 as a combination of eigenvectors.

u0 = c1x1 + c2x2 + … + cnxn

Multiply both sides of the equation by A

(Note: the x’s are eigenvectors)

Au0 = c1λ1x1 + c2 λ2 x2 + … + cn λn xn

Aku0 = c1λ1kx1 + c2 λ2

k x2 + … + cn λn

k xn

Key Formula for Difference Equations

Note: this formula is based on having n independent eigenvectors.If that is not true then this approach can not be used.

The Fibonacci Sequence

The sequence 0, 1, 1, 2, 3, 5, 8, … is called the Fibonacci Sequence. Each term is found by adding the two previous terms

Equation: y(k+2) = y(k+1) + y(k)

How fast is this sequence growing?

How could we approximate the 100th term of the sequence?

We need to change this into matrix language

Equation: y(n+2) = y(n+1) + y(n)

Trick create another equation

y(n+1) = y(n+1)

This system can be expressed at the matrix system

Find the determinant of A - λI

1- λ 1 = λ2 – λ – 1 by the quadratic formula

1 - λ λ1 = ½ (1 + √5) λ2 = ½ (1 - √5)

λ1 ≈ 1.618 λ 2 ≈ -0.618

What do the eigenvalues tell us about the growth of the Fibonacci Sequence?

Fibonacci solution

λ2 – λ – 1 = 0

Find the eigenvectors:

Recall: λ2 – λ – 1 = 0 for these two values

Fibonacci solutionTo find eigenvectors

Recall: λ2 – λ – 1 = 0 for these two values

Fibonacci solution

Use our key equation

Plug in λ1 ≈ 1.618 λ 2 ≈ -0.618

And the corresponding eigenvectors for x1 and x2. Then use the initial conditions to find the c1 and c2.

Fibonacci solution

A100u0 = c1 ½ (1 + √5)100 x1 + c2 (1 -√5)100 x2

x1 and x2 are the eigenvectors

by inspections the eigenvectors are

Recall: λ2 – λ – 1 = 0 for these two values.

Fibonacci solution

Ak u0 = c1 (λ1)k λ1 + c2 (λ2)k λ2

1 1

λ1 = ½ (1 + √5) λ2 = ½ (1 - √5)

Now use the initial conditions to find c1 and c2

u0 = 1 u0 = c1x1 + c2x2

0

[ ] [ ]

[ ]λ1c1 + λ2c2 = 11 c1 + 1 c2 = 0c1 = √5/5 c2 = -√5/5

Homework wkst 7.2 p. 461 6-11 all

Customer: "How much is a large order of Fibonachos?"Cashier: "It's the price of a small order plus the price of a medium order."

More info

www.math.hawaii.edu/~pavel/fibonacci.pdf

Recommended