Differential Equations Flashcards
direction fields/isoclines
set slope equal to a constant and then graph it
autonomous
not dependent on t (eg: y’ = y(2 - y))
equilibrium solution
where the slope = 0, attracts or repels solutions
first order/second order
highest order of slope is y’ or y’’
linear diff eq
highest power of y in the diff eq is 1 (just y)
ordinary diff eq
only 1 variable (typically t)
existence and uniqueness theorem for LINEAR diff eqs (first or second order)
y’ + p(t)y = g(t)
y(t0) = y
if p(t) & g(t) are continuous on (a,b) and if t0 is in (a,b), then the initial value problem has a uinque solution on (a,b)
homogeneous diff eq
diff eq that equals 0 (g(t) = 0)
integrating factor
u(t) = e^(∫p(t)dt)
1) multiply both sides of the equation by this factor
2) the left side can use reverse power rule with derivatives
3) take integral of this statement
4) solve for y and constants of integration
mixture problems
Q(t) = amount of salt [lb]
V(t) = amount of liquid [gal]
ri(t) = rate in [gal/min]
ro(t) = rate out [gal/min]
ci(t) = concentration in [lb/gal]
co(t) = concentration out [lb/gal]
co = Q(t)/V(t)
dQ/dt = rici - roco = rici - ro[Q(t)/V(t)]
+ integrate using integrating factor u(t)
Newton’s Law of Cooling
θ(t) = temp of object
s(t) = temp of surroundings
θ’(t) = k[s(t) - θ(t)]
+ integrate as normal, possibly with integrating factor or separation of variables, use initial conditions to solve for k and constants of integration
Malthusian Model
dP/dt = kP
P = P0e^(kt)
+ k is the growth rate
OR
dP/dt = kP - R
+ R is the decrease rate
Radioactive Decay
dQ/dt = -kQ
Q = Ce^(-kt) = Q0e^(-kt)
+ h = half-life, when Q0/2 = Q
+ h = ln(2)/k
Existence and Uniqueness Theorem for Non-Linear ODE’s
y’ = f(t,y)
y(t0) = y0
a ≤ t ≤ b
if f(t,y) and ∂f/∂y are continuous on R, then there is an open interval (c,d) contained in (a,b) in which the initial value problem has a unique solution
(not necessarily all of (a,b) contains a unique solution)
Separable First Order Diff Eq’s
1) Separate y’s from t’s
2) Integrate
3) Plug & Chug to find constant(s) of integration
Logistic Model
dP/dt = r(1 - P(t)/Pe)*P(t)
+ Pe = equlibrium population, where dP/dt = 0
+ r ≠ 0 since it’s a constant
+ lim p(t) as t -> ∞ = Pe
P(t) = P0Pe/[P0 - (P0 - Pe)e^(-rt)]
Falling Object w/Air Resistance
m*dv/dt = -mg - kv
0 = -g - kv/m
v = -gm/k = termminal velocity, top velocity
dv/dt + kv/m = -g
v’ + kv/m = -g
…
v = -gm/k + [v0 + gm/k]*e^(-kt/m)
Euler’s Method (approximation method)
y(k+1) = y(k) + f(t(k),y(k))*h
+ h = step size
+ y’ = f(t,y)
∫dx/x =
ln|x| + C
∫a^(x)dx =
e^(x)/ln(a) + C
∫ln(x)dx =
x(ln(x)) - x + C
∫sin(x)dx =
-cos(x) + C
∫cos(x)dx =
sin(x) + C
∫tan(x)dx =
ln|sec(x)| + C
or
-ln|cos(x)| + C