Description

Eine lineare Differentialgleichung ist eine Ordinary differential equation, die Linear von den betrachteten Variablen und ihren Ableitungen abhängt.

Zur Behandlung von mehrdimensionalen ODEs, siehe System of linear ODEs

Definition

Eine Ordinary differential equation wird linear genannt, wenn jede Gleichung in die Form umgewandelt werden kann.

Die Existenz des entscheidet darüber, ob das gegebene System homogen oder inhomogen ist

Properties

Solution of first-order homogenous linear ODEs

If the linear ODE is homogenous, meaning it is of the form the solution can be calculated using Separation of variables and is

Solution of first-order nonhomogenous linear ODEs

If the linear ODE is inhomogenous, meaning it is of the form the solution can be calculated using Variation of parameters and is Or as I like to put it (in terms of the homogenous solution ):

Reduction to dimensionality

Linear ODE of higher order can be broken down into a System of linear ODEs of higher dimension. The equation can be transformed by using the new variables giving us

u_{1}' &= u_{2}\\ \vdots &= \vdots\\ u_{n-2}' &= u_{n-1}\\ u_{n-1}' &= -a_{n-1}u_{n-1} - ... -a_{0}u_{0} \end{align}$$ Which is equal to $$\begin{pmatrix} u_{0}' \\ \vdots \\ u_{n-1}'\end{pmatrix} = \begin{pmatrix} 0 & 1 & ... & 0 \\ \vdots & \ddots & \ddots & \vdots \\ -a_0 & ... & -a_{(n-2)} & -a_{(n-1)} \end{pmatrix}\begin{pmatrix} u_{0} \\ \vdots \\ u_{n-1}\end{pmatrix}$$

From this follows that systems of higher order also have a superposition principle. Their solutions form a vector space. The points of the vectors space determine the initial position, the initial first derivative and so on. From this we get the following Fundamental system (ODE)

Fundamental system

Let there be a linear ODE of order like above. If is a -times root of the characteristic polynomial of the matrix written above then the following are linearly independent solutions and together with all other roots they form a Fundamental system (ODE).

Note: If the linear ODE is real-valued and is imaginary, e.g. , then is a root too. then is a pair of real solutions.

Examples

Even though higher order linear ODEs can be transformed into higher-dimensional ODEs the former is much easier, since we can write them in one dimension. I guess, they just have way more structure. This allows us to more easily find a correct function by guessing.

Linear ODEs solvable by an ansatz

The last coefficient imposes hard restriction on what solutions are allowed. This allows us to use an Ansatz-strategy (similar to Variation of parameters): Guess a parametrised solution and determine the parameters.

Let the ODE be of the form

Right side of the ODEParameterAnsatz
und bezeichnen Polynome von Grad .