Please enable JavaScript.
Coggle requires JavaScript to display documents.
ODE, OLDER VERSION - Coggle Diagram
ODE
General Linear 2nd order with Continuous Function Coefficients
Homogeneous Linear 2nd order with Continuous Function Coefficients
-
Reduction of Order Method (For non-constant coefficients) (requires at least one solution to be known?)
Simplified Nonhomogeneous Linear 2nd order with Continuous Function Coefficients 
Note: (A(x) nonzero and divide through by it)
Simplified Homogeneous Linear 2nd order with Continuous Function Coefficients
-
-
-
-
THEOREM: Solutions of Nonhomogeneous Equations (restricting to 2nd order but it's stated in the n-th order)
(Informally) States that
IF
we assume there to be a particular solution yp
and y1 & y2 are linearly independent solutions to the associated homogeneous equation
i.e. we have the complementary (solution) function yc=c1y1+c2y2
THEN
the general solution is y=yc+yp
Method of Undetermined Coefficients (to find particular solutions) (useful for constant coefficients)
What might f(x) be?
a linear combination of finite products of functions of the following types:
- a polynomial in x
- an exponential e^(rx)
- cos(kx) or sin(kx)
-
Variation of Parameters #
-
Elementary Applications
- Free falling object.
- Population growth and decay.
- Tank model.
- Newton’s law of cooling.
- Springs.
-