Initial Value Problems#
Many functions can be solutions to a given ODE on the same subset \(S\). However, we are usually interested in functions which satisfy additional properties because ODEs are ubiquitous in physics models.
Definition: Initial Value Problem
An initial value problem (IVP) consists of an \(n\)-th order ODE
together with a tuple \((x_0, y_0, y_1, \dotsc, y_{n-1})\) of numbers known as initial conditions.
Definition: Solution of an IVP
We say that a function \(f: \mathcal{D}_f \subseteq \mathbb{R} \to \mathbb{R}\) is a solution of the IVP on a subset \(S \subseteq \mathcal{D}_f\) if \(f\) is a solution to the ODE on \(S\) with \(x_0 \in S\) and \(f^{(k)}(x_0) = y_k\) for all \(k \in \{0, 1, \dotsc, n-1\}\).
Example: \(y'(x) - x^2 = 0\) with \(y(0) = 1\)
Consider the following initial value problem:
We want to find all real functions \(y\) which are solutions to the ODE \(y'(x) - x^2 = 0\) on \([0,1]\) and which also satisfy the initial condition \(y(0) = 1\).
By rearranging the ODE, we get
and we see that its solutions are the antiderivatives of \(x^2\). Therefore, each solution \(y\) has the form
for some \(C \in \mathbb{R}\). Now, we need to determine specific solutions which also satisfy the initial condition:
We can indeed verify that \(y(x) = \frac{1}{3}x^3 + 1\) satisfies both the ODE and the initial condition on \([0,1]\) and is thus a solution to the IVP. However, whether it is the only solution, is not immediately obvious.
Example: \(y'(x) = a y(x)\) with \(y(0) = y_0\)
Consider the initial value problem
The solutions of the ODE on \(\mathbb{R}\) have an exponential form
for some \(c \in \mathbb{R}\). By using the initial condition, we get a unique solution to the initial value problem:
Example: \(y'(t) = y^2(t)\) with \(y(0) = 1\)
Consider the following initial value problem:
On the interval \([0,1)\) it has only the following solution:
Example: \(y''(t) + \omega^2 y(t) = 0\) with \(y(0) = y_0\) and \(y'(0) = y_1\)
Consider the initial value problem
for some \(\omega, y_0, y_1 \in \mathbb{R}_{\gt 0}\). The solutions to the ODE on \(\mathbb{R}\) have the form
for some \(A, B \in \mathbb{R}\). By using the initial conditions, we can find the solutions of the IVP:
We thus get \(y_0 = y(0) = A\) and so \(A = y_0\). For \(y'\), we have:
Using the second initial condition, we get:
Therefore, \(y_1 = y'(0) = B \omega\) and so \(B = \frac{y_1}{\omega}\).
The solution of the IVP on \(\mathbb{R}\) is thus the following:
Showing that this is the only solution on \(\mathbb{R}\) is not trivial.
Peano's Theorem: Existence of Local Solutions to Explicit IVPs
Consider the following \(n\)-th order initial value problem:
If \(f\) is continuous on
for some \(\alpha, \beta \gt 0\), then there exists a solution of the IVP on \([t_0, t_0 + \delta]\) for some \(\delta \in \left(0, \min \left\{\alpha, \frac{\beta}{M}\right\}\right]\), where
Example: \(y'(t) = \sqrt{|y(t)|}\) with \(y(0) = 0\)
Consider the following initial value problem:
It has an explicit first-order ODE \(y' = f(t, y)\), where \(f(t, y) = \sqrt{|y|}\), and an initial condition with \(t_0 = 0\) and \(y_0 = 0\).
For all \(\alpha, \beta \gt 0\), we see that \(f\) is continuous on
and so there exists a solution of the IVP on \([t_0, t_0 + \delta] = [0, \delta]\) for some \(\delta \in \left(0, \min \left\{\alpha, \frac{\beta}{M}\right\}\right]\). Specifically,
and we get:
Since \(\alpha\) and \(\beta\) can be chosen to be arbitrary large, we have shown the existence of solutions for each \(\delta \gt 0\). Specifically, we proved that there is a solution of the IVP on \([0, \delta]\) for each \(\delta \gt 0\).
However, the existence of a unique solution is not guaranteed. For example, both \(y(t) = 0\) and \(y(t) = \frac{1}{4}t^2\) are solutions on each \([0, \delta]\) for each \(\delta \gt 0\).
Proof
TODO
The Theorem of Picard-Lindelöf: Existence and Uniqueness of Local Solutions to Explicit IVPs
Consider the following \(n\)-th order initial value problem:
If \(f\) is continuous on and satisfies a local Lipschitz condition on
for some \(\alpha, \beta \gt 0\), then there exists a unique solution of the IVP on \([t_0, t_0 + \delta]\) for some \(\delta \in \left(0, \min \left\{\alpha, \frac{\beta}{M}\right\}\right]\), where
Proof
TODO
Theorem: Existence and Uniqueness of Solutions to Explicit IVPs
Consider the following \(n\)-th order initial value problem
and let \(T \gt t_0\).
If \(f\) is continuous on and satisfies a global Lipschitz condition on
then there exists a unique solution of the IVP on \([t_0, T]\).
Proof
TODO