Linear Ordinary Differential Equations

Definition: Linear Ordinary Differential Equations

An ordinary differential equation

is linear if there exist functions such that the ODE can be expressed as

Theorem: Existence and Uniqueness

Let be some open interval and let

be a linear ODE with initial conditions , where .

If and are continuous on , then there exists one and only one function which satisfies the initial conditions and the linear ODE for every .

First-Order Linear ODEs

A first-order linear ODE can be expressed as

for some functions , and . We often need transform this into a more standard form by dividing by and imposing the condition that :

where and .

Algorithm: Solving First-Order Linear ODEs

We are given the following first-order linear ODE:

To solve this, we use the method of integrating factors. The goal is to find some function such that we can use the product rule to express the left-hand side as the derivative of . We can then use antidifferentiation to find the solutions.

  1. Multiply both sides by a yet unknown function :
  1. In order for to be the derivative of , we need to be equal to because the product rule gives us :
  1. Divide both sides of by , imposing the condition :
  1. By also imposing the condition that and then antidifferentiating both sides, we can transform this further:
  1. We take the real exponential function of both sides:

For each choice of , the expression is some antiderivative of . Thus, if we can find an antiderivative of , then we can find a which satisfies the condition . We can easily verify this as well by applying the chain rule and the rules for the derivative of the real exponential function:

Moreover, since the real exponential function is always positive, we have a which satisfies the previously imposed condition that .

  1. We have shown how to find an appropriate , so we can proceed with the original equation:
  1. We antidifferentiate both sides:
  1. To obtain the solutions, we divide both sides by :

For each choice of , the expression is just some antiderivative of . Therefore, the solutions of the original equation on some open subset are the functions which for all can be expressed for as

where is any antiderivative of and is any antiderivative of .

Summary

Given some open subset , the solutions of the ODE on are the functions which on can be expressed as

for some antiderivative of and some antiderivative of .

Linear ODEs with Constant Coefficients

A linear ODE can be written in the form

where are real numbers.