First-Order DEs
Linear Systems
Geometric Analysis
Second-Order DEs
Laplace Transforms
100

Method used to solve the DE: y' = M(x)N(y).

What is separation of variables?

100

A nonzero vector, v, such that Av = Lv for some real # L

What is an eigenvector?

100

Solutions to a differential equation y' = f(y) given by f(y) = 0 for all y.

What are equilibrium solutions?

100
a(t)x'' + b(t)x' + c(t)x = 0

What is a homogeneous second order DE?

100

The variable that replaces t in a Laplace Transform

What is s?

200

x' + p(t)x = q(t)

What is a first-order linear differential equation?

200

ad - bc

What is the determinant of the two by two matrix (a, b; c, d)?
200

An equilibrium solution such that all nearby solutions tend to converge towards it over time.

What is a sink?

200

Method used to solve this second-order DE:

x'' - 2x' -8x = e-2t

What is undetermined coefficients?

200

F(s) = 2/((s-3)^2 + 4)

What is the Laplace Transform of f(t) = e3tsin(2t)
300

A ___ occurs at the value of a parameter where the number of equilibrium solutions changes.

What is a bifurcation?

300

Solution to the system:

x' = x + 3y

y' = x - y

x(t) = 3c1e2t + c2e-2t

y(t) = c1e2t - c2e-2t

300

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?

300
yp(t) = Antn+An-1tn-1+...A1t+A0

What is the guess for the particular solution if g(t) is an nth degree polynomial?

300

F(s) = 1/(s(s+1))

What is the Laplace Transform of f(t) = 1 - e-t?

400

The solution to the IVP:

y' - (2/x)y = 2x2, y(-2) = 4.

What is y(x) = 2x3+5x2?

400

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))?

400

The x-nullcline(s) of the system:

x' = x+y

y' = -2x+y

What is: y = -x?

400

The solution to:

y'' - y = cos(x)

What is y(x) = c1ex + c2 - 0.5cos(x) - 0.5sin(x)?

400

f(t) = 3sin2(2t)

What is the inverse Laplace Transform of 24/s(s2+16)?

500

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?

500

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?

500

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)?

500

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)|?

500

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)?