ODE 1 Flashcards

1
Q

How to determine the order of an ODE

A

What is the highest derivative?

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

How to put an ODE in normal form

A

Isolate the highest Derivative

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

How to determine if a solution to an ODE is valid

A

Plug it im

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

What is an IVP

A

An ODE with an initial condition

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

How to solve an IVP

A

Solve the ode and then use the initial condition to solve for C

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

Interval of existance

A

the largest interval over which the solution can be defined and remain a solution. IF there is any discontinuous portion then it wont work

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

How to solve separable equations steps

A

Separate the variables
integrate both sides
solve for y(t) if possible

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

first order linear equation form

A

x’=a(t)x+f(t)

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

is an equation homogeneous?

A

if f(t) = 0 and the form is x’=a(t)x

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

formula for the integrating factor

A

e^(-int(a(t))

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

how to use the integrating factor

A

put the equation into the form x’-ax=f(t)
(ux)’=uf
then integrate both sides and solve for what you need

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

autonomous equation

A

an equation that does not have a dependant variable

ie x’=f(x)

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

how to find equilibrium points for an ODE

A

Set the equation equal to 0

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

semi stable

A

1 moves in 1 moves away

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

stable

A

both move towards

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

unstable

A

both move away

17
Q

Eulers method

A

yk=y(k-1)+f(t(k-1),y(k-1))h

tk=t(k-1)+h