Method used to solve the DE: y' = M(x)N(y).
What is separation of variables?
A nonzero vector, v, such that Av = Lv for some real # L
What is an eigenvector?
Solutions to a differential equation y' = f(y) given by f(y) = 0 for all y.
What are equilibrium solutions?
What is a homogeneous second order DE?
The variable that replaces t in a Laplace Transform
What is s?
x' + p(t)x = q(t)
What is a first-order linear differential equation?
ad - bc
An equilibrium solution such that all nearby solutions tend to converge towards it over time.
What is a sink?
Method used to solve this second-order DE:
x'' - 2x' -8x = e-2t
What is undetermined coefficients?
F(s) = 2/((s-3)^2 + 4)
A ___ occurs at the value of a parameter where the number of equilibrium solutions changes.
What is a bifurcation?
Solution to the system:
x' = x + 3y
y' = x - y
x(t) = 3c1e2t + c2e-2t
y(t) = c1e2t - c2e-2t
The equilibrium points of the following IVP are classified as this:
x' = -(x/10) + y
y' = -x - (y/10)
x(0) = 2; y(0) = 2
What is a spiral sink?
What is the guess for the particular solution if g(t) is an nth degree polynomial?
F(s) = 1/(s(s+1))
What is the Laplace Transform of f(t) = 1 - e-t?
The solution to the IVP:
y' - (2/x)y = 2x2, y(-2) = 4.
What is y(x) = 2x3+5x2?
Solution to the system x' = Ax, where A=(-1, -2; 4, 3).
What is vector_x(t) = c1et(cos(2t); -cos(2t) + sin(2t)) + c2et(sin(2t); -cos(2t) - sin(2t))?
The x-nullcline(s) of the system:
x' = x+y
y' = -2x+y
What is: y = -x?
The solution to:
y'' - y = cos(x)
What is y(x) = c1ex + c2 - 0.5cos(x) - 0.5sin(x)?
f(t) = 3sin2(2t)
What is the inverse Laplace Transform of 24/s(s2+16)?
The value of k in the DE: P' = kP, where P(0) = 1000 and P(1) = 1030.
What is k = ln(1.03) = 0.0296?
The general solution of x' = Ax, where A = (4, 3; -3, -2).
What is x(t) = c1et(1; -1) + c2(t; -t + 1/3)et?
The equilibrium points of the system:
x' = x(1-x-2y)
y' = y(1-y-2x)
What are: (0, 1); (1/3, 1/3); (1,0); (0,0)?
The solution to the DE:
2y'' + 18y = 6tan(3t)
What is y(t) = c1cos(3t) + c2sin(3t) - (1/3)cos(3t)ln|sec(3t) + tan(3t)|?
The solution to the IVP: y'' + 2y' + y = 2e^(-t), y(0)=-1, y'(0) = 3
What is y(t) = e-t(t2+2t - 1)?