Accessible Differential Equations ODE Flow Chart


Step 1 — Is the problem a first order ODE?

Decision: Is the problem a first order ODE?
Check whether the highest derivative in the equation is a first derivative (i.e., it contains dy/dt but no higher-order terms).

→ Yes — it is 1st order

Is it a single equation or a system?

Decision: Single equation or system of equations?

→ Single equation

Does the ODE match the integrating factor form?

Decision: Does the ODE look like this?
d y d t plus g of t times y equals b of t

→ No — use Separation of Variables

Separation of Variables

The ODE should look like:

d y d t equals h of y times f of t

Apply Separation of Variables. The solution can take many forms.

→ Yes — use Integrating Factor Method

Integrating Factor Method

Apply the Integrating Factor Method. The solution takes the form:

y of t equals 1 over mu of t, times the integral of mu of t times b of t d t

where the integrating factor is:

mu of t equals e to the integral of g of t d t

→ System of equations — find eigenvalues

Systems of Equations: Find Eigenvalues & Eigenvectors

Find the eigenvalues and eigenvectors. The system takes the form:

d Y vector d t equals A times Y vector

Decision: Are the eigenvalues real or complex?

→ Complex eigenvalues

Complex Eigenvalues

The eigenvalues take the form:

lambda sub 1 comma 2 equals alpha plus or minus i times beta

Find one complex eigenvector (it will contain \(i\)). Separate it into real and imaginary parts:

Y vector Real of t plus i times Y vector Imaginary of t

Solution:

Y vector of t equals k sub 1 times Y vector Real of t, plus k sub 2 times Y vector Imaginary of t

Note: the \(i\) term has become \(k_2\).

→ Real eigenvalues

Real Eigenvalues — Repeated or Distinct?