Linear algebra and differential equations (Math 54): Lecture 22 - - PowerPoint PPT Presentation

linear algebra and differential equations math 54 lecture
SMART_READER_LITE
LIVE PREVIEW

Linear algebra and differential equations (Math 54): Lecture 22 - - PowerPoint PPT Presentation

Linear algebra and differential equations (Math 54): Lecture 22 Vivek Shende April 18, 2019 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We talked about higher order linear ODE.


slide-1
SLIDE 1

Linear algebra and differential equations (Math 54): Lecture 22

Vivek Shende April 18, 2019

slide-2
SLIDE 2

Hello and welcome to class!

slide-3
SLIDE 3

Hello and welcome to class!

Last time

slide-4
SLIDE 4

Hello and welcome to class!

Last time

We talked about higher order linear ODE.

slide-5
SLIDE 5

Hello and welcome to class!

Last time

We talked about higher order linear ODE.

slide-6
SLIDE 6

Hello and welcome to class!

Last time

We talked about higher order linear ODE.

This time

slide-7
SLIDE 7

Hello and welcome to class!

Last time

We talked about higher order linear ODE.

This time

We will discuss systems of linear ODE.

slide-8
SLIDE 8

Systems of linear ODE

slide-9
SLIDE 9

Systems of linear ODE

Recall that a linear ODE was something like this: y′′(t) + sin(t)y(t) = cos(t)

slide-10
SLIDE 10

Systems of linear ODE

Recall that a linear ODE was something like this: y′′(t) + sin(t)y(t) = cos(t) A system of linear ODE is something like this: y′′(t) + sin(t)x(t) = et x′(t) + t2y(t) = 10t

slide-11
SLIDE 11

Systems of linear ODE

More formally, a linear ODE was something like this:

  • an(t) dn

dtn + · · · + a0(t)

  • y(t) = f (t)
slide-12
SLIDE 12

Systems of linear ODE

More formally, a linear ODE was something like this:

  • an(t) dn

dtn + · · · + a0(t)

  • y(t) = f (t)

A system of linear ODE is something like this:

  • An(t) dn

dtn + · · · + A0(t)

  • y(t) = f(t)
slide-13
SLIDE 13

Systems of linear ODE

More formally, a linear ODE was something like this:

  • an(t) dn

dtn + · · · + a0(t)

  • y(t) = f (t)

A system of linear ODE is something like this:

  • An(t) dn

dtn + · · · + A0(t)

  • y(t) = f(t)

I.e., exactly the same sort of thing, except now the functions are vector-valued

slide-14
SLIDE 14

Systems of linear ODE

More formally, a linear ODE was something like this:

  • an(t) dn

dtn + · · · + a0(t)

  • y(t) = f (t)

A system of linear ODE is something like this:

  • An(t) dn

dtn + · · · + A0(t)

  • y(t) = f(t)

I.e., exactly the same sort of thing, except now the functions are vector-valued (i.e., they are maps R → Rn rather than R → R)

slide-15
SLIDE 15

Systems of linear ODE

More formally, a linear ODE was something like this:

  • an(t) dn

dtn + · · · + a0(t)

  • y(t) = f (t)

A system of linear ODE is something like this:

  • An(t) dn

dtn + · · · + A0(t)

  • y(t) = f(t)

I.e., exactly the same sort of thing, except now the functions are vector-valued (i.e., they are maps R → Rn rather than R → R) and the coefficients are matrix-valued functions.

slide-16
SLIDE 16

Systems of linear ODE

For example, the linear system y′′(t) + sin(t)x(t) = et x′(t) + t2y(t) = 10t

slide-17
SLIDE 17

Systems of linear ODE

For example, the linear system y′′(t) + sin(t)x(t) = et x′(t) + t2y(t) = 10t could be also written as 1 d2 dt2 + 1 d dt +

  • t2

sin(t) x(t) y(t)

  • =

10t et

slide-18
SLIDE 18

Vector valued functions

slide-19
SLIDE 19

Vector valued functions

Implicit in this discussion has been the understanding that the set

  • f functions f : R → Rn is a vector space, with componentwise

addition and scalar multiplication.

slide-20
SLIDE 20

Vector valued functions

Implicit in this discussion has been the understanding that the set

  • f functions f : R → Rn is a vector space, with componentwise

addition and scalar multiplication. E.g., if f(t), g(t) are maps R → R3,

slide-21
SLIDE 21

Vector valued functions

Implicit in this discussion has been the understanding that the set

  • f functions f : R → Rn is a vector space, with componentwise

addition and scalar multiplication. E.g., if f(t), g(t) are maps R → R3, we might write a linear combination of them af(t) + bg(t) as: a   f1(x) f2(x) f3(x)   + b   g1(x) g2(x) g3(x)   =   af1(x) + bg1(x) af2(x) + bg2(x) af3(x) + bg3(x)  

slide-22
SLIDE 22

Matrix valued functions

slide-23
SLIDE 23

Matrix valued functions

Some, but by no means all, linear transformations on the space of vector valued functions are given by matrix multiplication by matrix valued functions.

slide-24
SLIDE 24

Matrix valued functions

Some, but by no means all, linear transformations on the space of vector valued functions are given by matrix multiplication by matrix valued functions. For example, sin(t) t2 et 4 f (t) g(t)

  • =

sin(t)f (t) + t2g(t) etf (t) + 4g(t)

slide-25
SLIDE 25

Why?

slide-26
SLIDE 26

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other.

slide-27
SLIDE 27

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass M.

slide-28
SLIDE 28

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed,
slide-29
SLIDE 29

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed, and

disregard the pull of the planet on the star.

slide-30
SLIDE 30

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed, and

disregard the pull of the planet on the star. Then the planet has coordinates x(t) = (x1(t), x2(t), x3(t)),

slide-31
SLIDE 31

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed, and

disregard the pull of the planet on the star. Then the planet has coordinates x(t) = (x1(t), x2(t), x3(t)), and Newton’s law of gravitation asserts mx′′(t) = −GMm ||x||3 x

slide-32
SLIDE 32

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed, and

disregard the pull of the planet on the star. Then the planet has coordinates x(t) = (x1(t), x2(t), x3(t)), and Newton’s law of gravitation asserts mx′′(t) = −GMm ||x||3 x That’s a system of 3

slide-33
SLIDE 33

Why?

Systems of ODE arise when several quantities are varying simultaneously and depend on each other. For example, consider a planet of mass m orbiting a star of mass

  • M. We will take our coordinates so that the star is fixed, and

disregard the pull of the planet on the star. Then the planet has coordinates x(t) = (x1(t), x2(t), x3(t)), and Newton’s law of gravitation asserts mx′′(t) = −GMm ||x||3 x That’s a system of 3 nonlinear ODE.

slide-34
SLIDE 34

Why?

slide-35
SLIDE 35

Why?

slide-36
SLIDE 36

Why?

This system is governed by the equations m1x′′

1 (t)

= −k1x1(t) + k2(x2(t) − x1(t)) m2x′′

2 (t)

= −k2(x2(t) − x1(t)) − k3x2(t)

slide-37
SLIDE 37

Why?

Systems of linear ODE arise in, e.g., questions involving:

slide-38
SLIDE 38

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs

slide-39
SLIDE 39

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs ◮ more generally, complicated mechanical systems

slide-40
SLIDE 40

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs ◮ more generally, complicated mechanical systems ◮ electrical circuits with resistors, inductors, and capacitors

slide-41
SLIDE 41

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs ◮ more generally, complicated mechanical systems ◮ electrical circuits with resistors, inductors, and capacitors ◮ chemical processes not at equilibrium

slide-42
SLIDE 42

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs ◮ more generally, complicated mechanical systems ◮ electrical circuits with resistors, inductors, and capacitors ◮ chemical processes not at equilibrium ◮ predator-prey models

slide-43
SLIDE 43

Why?

Systems of linear ODE arise in, e.g., questions involving:

◮ springs attached to other springs ◮ more generally, complicated mechanical systems ◮ electrical circuits with resistors, inductors, and capacitors ◮ chemical processes not at equilibrium ◮ predator-prey models ◮ ... and in many more situations!

slide-44
SLIDE 44

All linear ODE are first order ODE

You can also turn a single n’th order linear ODE into a system of first order linear ODE.

slide-45
SLIDE 45

All linear ODE are first order ODE

You can also turn a single n’th order linear ODE into a system of first order linear ODE. E.g., the second order linear ODE y′′(t) − ty(t) = 0

slide-46
SLIDE 46

All linear ODE are first order ODE

You can also turn a single n’th order linear ODE into a system of first order linear ODE. E.g., the second order linear ODE y′′(t) − ty(t) = 0 is equivalent to the first order system y′(t) = z(t) z′(t) = ty(t)

slide-47
SLIDE 47

All linear ODE are first order ODE

You can also turn a single n’th order linear ODE into a system of first order linear ODE. E.g., the second order linear ODE y′′(t) − ty(t) = 0 is equivalent to the first order system y′(t) = z(t) z′(t) = ty(t) which we could also write as d dt y(t) z(t)

  • =

1 t y(t) z(t)

slide-48
SLIDE 48

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system,
slide-49
SLIDE 49

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system, by introducing variables which take the place of the

higher derivatives.

slide-50
SLIDE 50

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system, by introducing variables which take the place of the

higher derivatives. E.g., x′′

1 (t) = x1(t) + x′ 1(t) + x2(t)

x′′

2 (t) = 2x1(t) + x2(t) + x′ 2(t)

slide-51
SLIDE 51

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system, by introducing variables which take the place of the

higher derivatives. E.g., x′′

1 (t) = x1(t) + x′ 1(t) + x2(t)

x′′

2 (t) = 2x1(t) + x2(t) + x′ 2(t)

can also be viewed as a first-order system

slide-52
SLIDE 52

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system, by introducing variables which take the place of the

higher derivatives. E.g., x′′

1 (t) = x1(t) + x′ 1(t) + x2(t)

x′′

2 (t) = 2x1(t) + x2(t) + x′ 2(t)

can also be viewed as a first-order system by introducing functions y1, y2 which play the roles of the x′

1, x′ 2:

slide-53
SLIDE 53

All linear ODE are first order ODE

For that matter, any system of linear ode can be written as a first

  • rder system, by introducing variables which take the place of the

higher derivatives. E.g., x′′

1 (t) = x1(t) + x′ 1(t) + x2(t)

x′′

2 (t) = 2x1(t) + x2(t) + x′ 2(t)

can also be viewed as a first-order system by introducing functions y1, y2 which play the roles of the x′

1, x′ 2:

x′

1(t)

= y1(t) x′

2(t)

= y2(t) y′

1(t)

= x1(t) + y1(t) + x2(t) y′

2(t)

= 2x1(t) + x2(t) + y2(t)

slide-54
SLIDE 54

Try it yourself!

Write y′′′(t) + y′′(t) + y′(t) + y(t) = 0 as a first order system.

slide-55
SLIDE 55

Try it yourself!

Write y′′′(t) + y′′(t) + y′(t) + y(t) = 0 as a first order system. d dt   y(t) y′(t) y′′(t)   =   1 1 −1 −1 −1     y(t) y′(t) y′′(t)  

slide-56
SLIDE 56

Try it yourself!

Write y′′′(t) + y′′(t) + y′(t) + y(t) = 0 as a first order system. d dt   y(t) y′(t) y′′(t)   =   1 1 −1 −1 −1     y(t) y′(t) y′′(t)   I didn’t rename the derivatives of y, which is common practice.

slide-57
SLIDE 57

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for),

slide-58
SLIDE 58

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for), A(t) is a matrix valued function,

slide-59
SLIDE 59

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for), A(t) is a matrix valued function, and f(t) is a given function.

slide-60
SLIDE 60

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for), A(t) is a matrix valued function, and f(t) is a given function.

slide-61
SLIDE 61

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for), A(t) is a matrix valued function, and f(t) is a given function. This is called an equation in normal form,

slide-62
SLIDE 62

Normal form

Thus any system of linear ODE can be written in the form d dt v(t) = A(t)v(t) + f(t) where v(t) is a vector valued indeterminate function (i.e., that we are interested in solving for), A(t) is a matrix valued function, and f(t) is a given function. This is called an equation in normal form, and it is homogenous when f(t) = 0.

slide-63
SLIDE 63

Existence and uniqueness

For any continuous A(t) and f(t), any time t0, and any given vector v0 ∈ Rn, the equation v′(t) = A(t)v(t) + f(t) has a unique solution with v(t0) = v0.

slide-64
SLIDE 64

Existence and uniqueness

For any continuous A(t) and f(t), any time t0, and any given vector v0 ∈ Rn, the equation v′(t) = A(t)v(t) + f(t) has a unique solution with v(t0) = v0. Equivalently, for any fixed number s, the following linear morphism is an isomorphism. evs : solutions → Rn v → v(s)

slide-65
SLIDE 65

The Wronskian

slide-66
SLIDE 66

The Wronskian

So if v1, . . . , vn are a collection of n solutions to a system of n linear ODE, then the morphism evs : Span(v1, . . . , vn) → Span(v1(s), . . . , vn(s)) v → v(s) is an isomorphism for every s.

slide-67
SLIDE 67

The Wronskian

So if v1, . . . , vn are a collection of n solutions to a system of n linear ODE, then the morphism evs : Span(v1, . . . , vn) → Span(v1(s), . . . , vn(s)) v → v(s) is an isomorphism for every s. In particular, the vi span the solution space

slide-68
SLIDE 68

The Wronskian

So if v1, . . . , vn are a collection of n solutions to a system of n linear ODE, then the morphism evs : Span(v1, . . . , vn) → Span(v1(s), . . . , vn(s)) v → v(s) is an isomorphism for every s. In particular, the vi span the solution space if and only if the vi(s) span Rn,

slide-69
SLIDE 69

The Wronskian

So if v1, . . . , vn are a collection of n solutions to a system of n linear ODE, then the morphism evs : Span(v1, . . . , vn) → Span(v1(s), . . . , vn(s)) v → v(s) is an isomorphism for every s. In particular, the vi span the solution space if and only if the vi(s) span Rn, which happens if and only if the determinant of the matrix whose columns are the vi(s) is nonzero.

slide-70
SLIDE 70

The Wronskian

So if v1, . . . , vn are a collection of n solutions to a system of n linear ODE, then the morphism evs : Span(v1, . . . , vn) → Span(v1(s), . . . , vn(s)) v → v(s) is an isomorphism for every s. In particular, the vi span the solution space if and only if the vi(s) span Rn, which happens if and only if the determinant of the matrix whose columns are the vi(s) is nonzero. This is called the Wronskian determinant.

slide-71
SLIDE 71

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t),

slide-72
SLIDE 72

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t), we can collect a basis v1, . . . , vn for the solution space into a matrix V (t) whose columns are the vi.

slide-73
SLIDE 73

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t), we can collect a basis v1, . . . , vn for the solution space into a matrix V (t) whose columns are the vi. Note that such a matrix satisfies the matrix equation V ′(t) = A(t)V (t)

slide-74
SLIDE 74

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t), we can collect a basis v1, . . . , vn for the solution space into a matrix V (t) whose columns are the vi. Note that such a matrix satisfies the matrix equation V ′(t) = A(t)V (t) because each of its columns does.

slide-75
SLIDE 75

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t), we can collect a basis v1, . . . , vn for the solution space into a matrix V (t) whose columns are the vi. Note that such a matrix satisfies the matrix equation V ′(t) = A(t)V (t) because each of its columns does. Conversely, any matrix satisfying the above equation has columns which satisfy the vector equation.

slide-76
SLIDE 76

Fundamental matrix

Given a homogenous system v′(t) = A(t)v(t), we can collect a basis v1, . . . , vn for the solution space into a matrix V (t) whose columns are the vi. Note that such a matrix satisfies the matrix equation V ′(t) = A(t)V (t) because each of its columns does. Conversely, any matrix satisfying the above equation has columns which satisfy the vector equation.

slide-77
SLIDE 77

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t).

slide-78
SLIDE 78

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem,

slide-79
SLIDE 79

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

slide-80
SLIDE 80

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

◮ The columns of V (t) are linearly independent as vector valued

functions

slide-81
SLIDE 81

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

◮ The columns of V (t) are linearly independent as vector valued

functions

◮ The columns of V (t) are linearly independent as vectors for

some t

slide-82
SLIDE 82

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

◮ The columns of V (t) are linearly independent as vector valued

functions

◮ The columns of V (t) are linearly independent as vectors for

some t

◮ The determinant of V (t) never vanishes

slide-83
SLIDE 83

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

◮ The columns of V (t) are linearly independent as vector valued

functions

◮ The columns of V (t) are linearly independent as vectors for

some t

◮ The determinant of V (t) never vanishes ◮ The determinant of V (t) is nonzero for some t.

slide-84
SLIDE 84

Fundamental matrix

Consider a matrix V (t) satisfying V ′(t) = A(t)V (t). By the existence and uniqueness theorem, the following are equivalent:

◮ The columns of V (t) are linearly independent as vector valued

functions

◮ The columns of V (t) are linearly independent as vectors for

some t

◮ The determinant of V (t) never vanishes ◮ The determinant of V (t) is nonzero for some t.

A matrix V (t) satisfying the above is called a fundamental matrix for the system.

slide-85
SLIDE 85

Example

For example, consider the system x′(t) = Ax(t), where A =   1 −2 2 −2 1 2 2 2 1  

slide-86
SLIDE 86

Example

For example, consider the system x′(t) = Ax(t), where A =   1 −2 2 −2 1 2 2 2 1   Let us check that matrix X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   is a fundamental matrix.

slide-87
SLIDE 87

Example

There are two things to check.

slide-88
SLIDE 88

Example

There are two things to check. First, that the columns of X(t) are solutions,

slide-89
SLIDE 89

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t).

slide-90
SLIDE 90

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent.

slide-91
SLIDE 91

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent. Let us check the first thing:

slide-92
SLIDE 92

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent. Let us check the first thing: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X ′(t) =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t  

slide-93
SLIDE 93

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent. Let us check the first thing: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X ′(t) =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t   AX(t) =   1 −2 2 −2 1 2 2 2 1     e3t −e3t −e−3t e3t −e−3t e3t e−3t  

slide-94
SLIDE 94

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent. Let us check the first thing: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X ′(t) =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t   AX(t) =   1 −2 2 −2 1 2 2 2 1     e3t −e3t −e−3t e3t −e−3t e3t e−3t   =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t  

slide-95
SLIDE 95

Example

There are two things to check. First, that the columns of X(t) are solutions, or in other words, that X ′(t) = AX(t). Second, that the columns are linearly independent. Let us check the first thing: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X ′(t) =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t   AX(t) =   1 −2 2 −2 1 2 2 2 1     e3t −e3t −e−3t e3t −e−3t e3t e−3t   =   3e3t −3e3t 3e−3t 3e3t 3e−3t 3e3t −3e−3t  

slide-96
SLIDE 96

Example

Now that we know X ′(t) = AX(t),

slide-97
SLIDE 97

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent

slide-98
SLIDE 98

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent if and only if this is true at some given value of t.

slide-99
SLIDE 99

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent if and only if this is true at some given value of t. t = 0 is a particularly good choice: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X(0) =   1 −1 −1 1 −1 1 1  

slide-100
SLIDE 100

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent if and only if this is true at some given value of t. t = 0 is a particularly good choice: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X(0) =   1 −1 −1 1 −1 1 1   It is easy to see that X(0) is invertible

slide-101
SLIDE 101

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent if and only if this is true at some given value of t. t = 0 is a particularly good choice: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X(0) =   1 −1 −1 1 −1 1 1   It is easy to see that X(0) is invertible e.g. by computing its determinant, or by row reducing.

slide-102
SLIDE 102

Example

Now that we know X ′(t) = AX(t), we know that the columns of X(t) are linearly independent if and only if this is true at some given value of t. t = 0 is a particularly good choice: X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   X(0) =   1 −1 −1 1 −1 1 1   It is easy to see that X(0) is invertible e.g. by computing its determinant, or by row reducing. Thus we have checked that X(t) is a fundamental matrix.

slide-103
SLIDE 103

Try it yourself

Show that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

slide-104
SLIDE 104

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t)

slide-105
SLIDE 105

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0.

slide-106
SLIDE 106

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix,

slide-107
SLIDE 107

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix, any solution is a linear combination of its columns,

slide-108
SLIDE 108

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix, any solution is a linear combination of its columns, i.e. takes the form v(t) = V (t)c for some coefficient vector c.

slide-109
SLIDE 109

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix, any solution is a linear combination of its columns, i.e. takes the form v(t) = V (t)c for some coefficient vector c. We want to find v(t) such that v(t0) = V (t0)c = v0.

slide-110
SLIDE 110

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix, any solution is a linear combination of its columns, i.e. takes the form v(t) = V (t)c for some coefficient vector c. We want to find v(t) such that v(t0) = V (t0)c = v0. Thus c = V (t0)−1v0

slide-111
SLIDE 111

Using a fundamental matrix

Suppose you know a fundamental matrix for an equation V ′(t) = A(t)V (t) and now want to solve the initial value problem v′(t) = A(t)v(t) subject to some initial values v(t0) = v0. Because V (t) is a fundamental matrix, any solution is a linear combination of its columns, i.e. takes the form v(t) = V (t)c for some coefficient vector c. We want to find v(t) such that v(t0) = V (t0)c = v0. Thus c = V (t0)−1v0 and so v(t) = V (t)V (t0)−1v0.

slide-112
SLIDE 112

Using a fundamental matrix

For example, we saw that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

  • .
slide-113
SLIDE 113

Using a fundamental matrix

For example, we saw that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

  • .

Let us solve the initial value problem for a x(t) with x(0) = (1, 2).

slide-114
SLIDE 114

Using a fundamental matrix

For example, we saw that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

  • .

Let us solve the initial value problem for a x(t) with x(0) = (1, 2). x(t) = X(t)X(0)−1x(0) = et e−t et 3e−t 1 1 1 3 −1 1 2

slide-115
SLIDE 115

Using a fundamental matrix

For example, we saw that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

  • .

Let us solve the initial value problem for a x(t) with x(0) = (1, 2). x(t) = X(t)X(0)−1x(0) = et e−t et 3e−t 1 1 1 3 −1 1 2

  • = 1

2 et e−t et 3e−t 3 −1 −1 1 1 2

  • = 1

2 et e−t et 3e−t 1 1

slide-116
SLIDE 116

Using a fundamental matrix

For example, we saw that the equation x′(t) = 2 −1 3 −2

  • x(t)

has a fundamental matrix X(t) = et e−t et 3e−t

  • .

Let us solve the initial value problem for a x(t) with x(0) = (1, 2). x(t) = X(t)X(0)−1x(0) = et e−t et 3e−t 1 1 1 3 −1 1 2

  • = 1

2 et e−t et 3e−t 3 −1 −1 1 1 2

  • = 1

2 et e−t et 3e−t 1 1

  • = 1

2 et + e−t et + 3e−t

slide-117
SLIDE 117

Try it yourself

We saw that the equation x′(t) = Ax(t), where A =   1 −2 2 −2 1 2 2 2 1   has a fundamental matrix X(t) =   e3t −e3t −e−3t e3t −e−3t e3t e−3t   Find some x(t) satisfying x′(t) = Ax(t) such that x(0) = (1, 2, 3).