Final Exam Flashcards
Ordinary differential equation (ODE)
unknown function x has one independent variable t. Equation relates x and its derivatives to values of t.
First order linear ODE
How to solve?
integrate both sides n-times, will have n arbitrary constants
How to solve?
separation of variables
How to solve?
first-order linear ODE (not separable)
Example: Assume that a drug is absorbed by the body at a rate proportional to the amount of the drug present in the bloodstream at time 𝑡. Let’s write 𝑥(𝑡) for the mg of drug present in the bloodstream at time 𝑡.
Find an ODE for which 𝑥(𝑡) is a solution, assuming that the drug is absorbed at a rate of 0.4𝑥(𝑡) per hour and that the patient is simultaneously receiving the drug intravenously at the constant rate of 10 mg/hour:
N-th order ODE is linear
functions in front of the derivatives only depend on t
N-th order ODE is HOMOGENOUS
E(t) = 0
N-th order ODE is NORMAL
leading coefficient not equal 0
continuous coefficients
General solution to a linear ODE
x = p(t) + H(t)
What is the Existence & uniqueness theorem for ODEs, applies to initial value problems
Operator
What does it mean that linear differential operators are linear?
- L[x1 + x2] = Lx1 + Lx2
- L[kx] = k Lx
Cramer’s rule to solve Bx = A
Replace the ith column of B with the vector A, take determinant.
Linear combination of homogenous solution L[x] = 0
Also a homogenous solution: L[c1h1(t) + c2h2(t)] = 0
If you found n linearly independent solutions to a n’th order ode, then any other solution can be written as a linear combination of those
Existence & uniqueness theorem for nth order linear ODEs
If you have n initial conditions, then x = x(t) has a UNIQUE solution for a fixed value t0.
Linearly dependent vs independent
Wornskian test for linear independence:
Theorem: Wronskian for solutions, non-vanishing never vanishing:
Exponential shift formula
Euler’s formula
How to solve a homogeneous linear equation with constant coefficients:
Find a particular solution p(t) to linear ODE, P(D)x = E(t)
Find equivalent system of ODEs in matrix form: Dx = Ax + E
Eigenvector
(A – λI)x = 0
Av = λv
Eigenvalue
det(A – λI) ≠ 0
What is the solution to Dx = Ax if λ is an eigenvalue of A with corresponding eigenvector v.
If A is an (n x n) matrix with n distinct eigenvalues
The eigenvectors must be linearly INDEPENDENT
How to easily check if vectors are linearly independent?
Make a matrix constructed of column vectors. The vectors are linearly independent if
det ≠ 0
When solving non-homogenous matrix equations via row operations & row reduction
variables – # equation = # free variables
Homogeneous linear system
Ax = 0
Homogeneous linear system (Dx = Ax) constant coeff, COMPLEX ROOTS. How to solve?
If square matrix A has eigenvalue with multiplicity d>1, d is the max # linearly independent-eigenvectors
Less than d eigenvectors cannot describe general solution
Generalised eigenvector
How to find the solution to Dx = Ax associated with a generalized eigenvector
Find general solution to Dx = Ax + E, VARIATION OF PARAMETERS
How to draw phase diagrams?
- Plot eigenvectors (lines)
- Add directions (λ>0 arrow away from origin)
Partial fraction decomposition
Rewrite the function 𝑓(𝑡) using the unit step functions
Integral curve vs. phase portraits:
Integral curves: solutions to linear system Dx=Ax
Phase portraits: all integral curves together with arrows for direction
Characterizing phase portraits using eigenvalues:
2 real eigenvalues (OPPOSITE SIGN) with corresponding eigenvectors v, w
two lines through the origin determined by v,w.
Every other curve asymptotic to line corresponding to the smaller λ as t → –∞, and to line corresponding to the larger to the larger λ as t → ∞.
Characterizing phase portraits using eigenvalues:
2 real eigenvalues (SAME SIGN) with corresponding eigenvectors v, w
curves have slopes approaching the slopes of these lines
Characterizing phase portraits using eigenvalues:
1 real eigenvalue with corresponding eigenvector v
(multiplicity 2) 2 linearly independent eigenvectors: curves are radial lines through the origin
1 eigenvector: slopes approaching the slope of this line as t→ + or –∞
Characterizing phase portraits using eigenvalues:
complex eigenvalues
Autonomous system
Equilibrium
constant solution of the form x(t) = c
Equilibria occur at points c where the derivatives of the coordinates vanish: dx/dt(a,b) = dy/dt(a,b) = 0
Properties of equilibrium:
Eigenvalues of A have NEGATIVE real part
c is an attractor (stable)
Properties of equilibrium:
Eigenvalues of A have POSITIVE real part
c is a repeller (unstable)
Properties of equilibrium:
Eigenvalues with real parts of opposite sign, zero, or purely imaginary
c is neither attractor or repeller (unstable)
Linearisation matrix