6 Flashcards

Applications of diagonalisation

1
Q

The solution to the difference equation
xt+1 = axt
is

A

xt = atx0, where x0 is the first term of the sequence. (We assume that the sequence is x0, x1, x2 … rather than x1, x2,…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Solving systems of difference equations by CHANGE OF VARIABLE. Steps: Given system Xt+1 = AXt

A
  1. Let Xt = PZt (or, equivalently, Zt = P-1Xt)
  2. Zt+1 = P-1Xt+1

Zt+1 = P-1AXt

Zt+1 = P-1APZt

Zt+1 = DZt

  1. Find P
  2. Write out Zt+1 = DZt ​ and solve to give ut, vt and wt using fact that the solution to the difference equation xt+1 = axt is xt = atx0, where x0 is the first term of the sequence

5 Write out Xt = PZt in matrix form

6​ Write out X0 = PZ0 and solve using row operations to find u0, v0 and W0

7 Plug these back into step 5 (still in matrix form)

8 State xt, yt and zt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Solving systems of difference equations by MATRIX POWERS. Steps given system Xt+1 = AXt

A
  1. If Xt+1 = AXt, then Xt = AtX0
  2. FInd P

3 P-1AP = D = diag(1, 5, 13)

so A = PDP-1 and At = PDtP-1

  1. Find P-1
  2. Xt = AtX0 = PDtP-1X0 - fill in and work out
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Malthus equation

A

ẏ = ry where ẏ = dy/dt
with solution y(t) = erty(0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Steps to solve a linear system of differential equations,

= Ay

where A is an n x n matrix

A

If D is diagonal, this is easy to solve. For, suppose
D = diag(λ1, λ2, …, λn) then the system is precisely
1 = λ1y1, ẏ2 = λ2y2, …, ẏn = λnyn;
and so
y1 = y1(0)eλ1t, …, yn = yn(0)eλnt

  1. Suppose that A can be diagonalised. Then P-1AP = D, with P = (v1vn); D = diag(λ1, λ2, …, λn);
    where λi are the eigenvalues and vi the corresponding eigenvectors.

1b. Find P and D
2. Let z = P-1y (or, equivalently, y = Pz).

so = Pż since P has constant entries.

Since = Ay, and Pż = ẏ, then Pż = Ay = APz

so ż = P-1APz = Dz

  1. ż = Dz in matrix form to write out z1 and z2 in z1 = eλ1tz1(0) form
  2. Then write out in matrix form y = Pz to state ys in terms of zs
  3. Write out in matrix form z0 = P-1y0 to state z1(0),… zn(0) in terms of yi(0)s
  4. Finally, state yi(t)s in terms of yi(0)s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The vector y* ∈ Rn is a steady state of the system ẏ = F(y) if

A

F(y*) = 0

If a system has initial condition y(0)=y* then it satisfies y(t)=y* for all t. So y* is a constant solution of the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A steady state y* is an asymptotically stable equilibrium if

A

every solution y(t) that starts
near y* converges to y* as t → ∞,

i.e. if there is some ε > 0 such that

if ẏ = F(y) and ∥y(0) - y*∥ < ε then y(t) → y*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A can be diagonalised if it has

A
  • n distinct eigenvalues
  • n linearly independent eigenvectors (can have repeated eigenvalues)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If the n x n matrix A has n distinct eigenvalues λ1, λ2, …, λn and corresponding eigenvectors v1,…, vn then the system = Ay has general solution

A

y(t) = c1eλ1tv1 + c2eλ2tv2 + … + cneλntvn

where constants ci are the initial values zi(0) and

ż = P-1APz = Dz.

Note: if ż = Dz then z = (c1eλ1t … cneλnt)T

also y = Pz = (v1 vn)(c1eλ1t … cneλnt)T = c1eλ1tv1 + c2eλ2tv2 + … + cneλntvn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Suppose A has n distinct negative real eigenvalues. Then the only steady state of the system = Ay is

A

y* = 0, and this is asymptotically stable.

This is because:

  • if all the λi are neg, then each term in

y(t) = c1eλ1tv1 + c2eλ2tv2 + … + cneλntvn

will tend to zero as t → ∞

  • if the matrix has non-zero eigenvalues and can be
    diagonalised then the only solution to Ay = 0 is y = 0; i.e., the only steady state is y* = 0 and, since y(t) → 0 as t → ∞, y* is asymptotically stable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Taylor’s Theorem

A

Let F : Rn → Rn be continuously differentiable
and let y* ∈ Rn. Then for h ∈ Rn,
F(y* + h) = F(y*) + DF(y*)h + R(h).

DF(y*) is the Jacobian evaluated at y*, and R(h) has the property that R(h)/∥h∥ → 0 as h0.
Loosely speaking, if each entry of h is small, then
F(y* + h) ≈ F(y*) + DF(y*)h;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Let y* be a steady state solution of the system = F(y) (where F : Rn → Rn is continuously differentiable).

Let DF(**y\***) denote the Jacobian matrix
evaluated at y\*. If DF(**y\***) has n negative real eigenvalues then **y\*** is
A

asymptotically stable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Now suppose that we have two species of animal and that they compete with each other (for food, for instance). Denote the corresponding populations at time t by y1(t) and y2(t). We assume that, in the absence of the other, the population of either species
would exhibit logistic growth, as above. But given that they compete with each other, we assume that the presence of each has a negative effect on the growth rate of the other. That is, we assume that for some positive numbers a1, a2, b1, b2, c1, c2,
1/y1 = a1 - b1y1 - c1y2
1/y2 = a2 - b2y2 - c2y1-

What is the coupled system of difference equations?

A

1 = a1y1 - b1y12 - c1y2y1

1 = a2y2 - b2y22 - c2y1y2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A quadratic form in n x 2 variables, e.g.

(q(x1, x2, x3) = 5x12 + 10x22 + 2x32+ 4x1x2 + 2x1x3 + 2x2x3) variables is of the form

A

xTAx

A = (5 2 1)

(2 10 1)

(1 1 2)

Nb: Diagonal entries of A are the coefficients of the squared variables and the other entries are half of the coefficients)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Suppose that q(x) is a quadratic form. Then
q(x) is positive definite if

A

q(x) ≥ 0 for all x, and q(x) = 0 only when x = 0, the
zero-vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Suppose that q(x) is a quadratic form. Then
q(x) is positive semi-definite if

A

q(x) ≥ 0 for all x

17
Q

Suppose that q(x) is a quadratic form. Then
q(x) is negative definite if

A

q(x) ≤ 0 for all x, and q(x) = 0 only when x = 0, the
zero-vector

18
Q

Suppose that q(x) is a quadratic form. Then
q(x) is negative semi-definite if

A

q(x) ≤ 0 for all x

19
Q

Suppose that q(x) is a quadratic form. Then
q(x) is indefinite if

A

it is neither positive definite, nor positive semi-definite, nor negative definite, nor negative semi-definite; in other words, if there are x1, x2 such that q(x1) < 0 and q(x2) > 0.

20
Q

Suppose that the quadratic form q(x) has matrix representation
q(x) = xTAx. Then:
If all eigenvalues of A are positive, then q is

A

positive definite

21
Q

Suppose that the quadratic form q(x) has matrix representation
q(x) = xTAx. Then:
If all eigenvalues of A are non-negative, then q is

A

positive semi-definite

22
Q

Suppose that the quadratic form q(x) has matrix representation
q(x) = xTAx. Then:
If all eigenvalues of A are negative, then q is

A

negative definite

23
Q

Suppose that the quadratic form q(x) has matrix representation
q(x) = xTAx. Then:
If all eigenvalues of A are non-´positive, then q is

A

negative semi-definite

24
Q

Suppose that the quadratic form q(x) has matrix representation
q(x) = xTAx. Then:
If some eigenvalues of A are negative, and some are positive, then q is

A

indefinite

25
Q

Suppose that A is an n x n matrix and that A1, A2, …, An are its leading principal submatrices. Then: A is positive definite if and only if

A

all its leading principal subdeterminants are positive

all its eigenvalues are positive

26
Q

Suppose that A is an n x n matrix and that A1, A2, …, An are its leading principal submatrices. Then: A is negative definite if and only if

A
  • its negative, -A, is positive definite.
  • its leading principal subdeterminants alternate in sign, with the first negative, as follows:

IA1I < 0, IA2I > 0, IA3I < 0, …, IAnI > 0.
It should be noted that there is no test quite this simple to check whether a matrix is positive or negative semi-definite.

A matrix has all its eigenvalues negative if and only if the principal subdeterminants are alternately negative and positive.

27
Q
A