Ordinary Differential Equations (Introduction)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is an ODE?

An equation involving derivatives of a function of one variable

2
New cards

Order

Highest derivative in the equation

3
New cards

Solution

Function that satisfies the equation

4
New cards

Classifying ODEs

Order

Linearity

Homogeneity

Autonomy

5
New cards

General form of a first order ODE

dy/dt = f(t,y)

6
New cards

What form indicates the 1st order ODE is separable?

dy/dt = g(t) * h(y)

7
New cards

Form of a linear ODE

dy/dx + P(x)y = Q(x)

8
New cards

How do we solve a first order linear ODE?

Integrating factor

9
New cards

What is an exact ODE?

If M(x,y)dx + N(x,y)dy = 0

And dM/dy = dN/dx

10
New cards

Bernoulli equation

dy/dx + P(x)y = Q(x) y^n

11
New cards

How do we solve a Bernoulli ODE?

Substitute u = y^(1-n)

12
New cards

Second order ODE general form

knowt flashcard image
13
New cards

How do you tell if a second order linear ODE is homogenous?

g(t) = 0

14
New cards

How do you solve a homogenous second order ODE?

Find the auxiliary equation

Roots determine solution type

15
New cards

What is the general solution for non homogenous second order ODEs?

y = yh + yp

yh is solution to homogenous equation, yp is particular solution

16
New cards

Methods to find yp

Undetermined coefficients

Variation of parameters

17
New cards

How do we solve systems of ODEs?

Use eigenvalue method for linear systems

18
New cards

General form of first order ODE system

dx*/dt = Ax*

19
New cards

General solution to first order ODE system

<p></p>
20
New cards

Autonomous systems

dx/dt = f(x,y)

dy/dt = g(x,y)

Equilibrium points where f(x,y) = g(x,y) = 0

21
New cards

How do we address autonomous systems?

Using phase plane analysis

Linearise near critical points by finding Jacobian matrix J

22
New cards

How do we address non linear systems?

Linearise at equilibrium using Jacobian

23
New cards

What does linearisation look like?

dx*/dt = Jx*

24
New cards

Jacobian matrix for 2D autonomous system

knowt flashcard image
25
New cards

How do we evaluate at equilibrium?

f(x*, y*) = 0

g(x*, y*) = 0

Solve to find equilibrium points and evaluate J at these points