ODEs Flashcards

(11 cards)

1
Q

list the solns for first order ODEs: homogenous
y’ + p(x) y = 0

A

y = Ae^-p(x)

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

list the solns for first order ODEs: inhomogenous
y’ + p(x) y = f(x)

A

y e^∫p(x)dx = ∫ f(x) e^∫p(x) dx
constant is A e^-P(x)
P(x) is integrating factor

or change dy/dx to dx/dy

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

list the solns for first order ODEs: = f(y/x)

A

u = y/x
y’ = u + x u’
u’ = [f(u) - u] / x

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

list the solns for first order ODEs: y’ + p(x) y = q(x) y^n

A

z = y^1-n
z’ = (1-n) y^-n y’
z’ + (1-n) p(x) z = (1-n) q(x)

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

second order ODEs: homogenous
y’’ + 2py’ + q(x) = 0

A

if Y1, Y2 are soln aY1+aY2 are solns

Assume p, q are constant and real
try y=e^λx
λ^2 + 2p(x) λ + q(x) = 0
λ = -p ± √(p^2 - q)

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

homogenous 2nd order 2 real roots

A

y = Ae^λ1x + Be^λ2x

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

homogenous 2nd order 2 complex

A

y = e^-px[AcosΩx + BsinΩx]
Re^-px cos(Ωx - ϕ) if A, B = Rcosϕ, Rsinϕ
Ω = √q - p^2

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

homogenous 2nd order p^2 = q

A

y = (A+Bx)e^-px

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

second order ODEs: explain the physical results for each case (2 real, 1 root, 0 root, yp=yc)
y’’ + 2py’ + q(x) = f(x)

A

overdamped
critically damped
underdamped
resonance

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

second order ODEs: inhomogeneous method (how to solve yp?)

f is polynomial, exponential, combination of sines and cosines, sum of cases

A

plug in yp to get constants, then use yp+yc to get boundaries
multiply by x if yp=yc
try y = anx^n + an-1 x^n-1…
y = ae^kx
y = asin(Kx) + bcos(Kx)
find integrals separately and add

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

how to solve higher order ODEs
how to solve (d/dx-2)^4 y=0 (solve it)

A

try e^λx
remember there will be 4 roots

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