[Math] a linear differential equation with periodic coefficients

analysisordinary differential equationsreal-analysis

Let
$$y' = a(x) y + b(x)$$
be a linear differential equation with continuous, periodic coefficients $a, b: \mathbb{R} \to \mathbb{R}$ that both have a period of $T > 0$. Also, we assume that $\int_0^T a(t) dt ≠ 0$.

Based on this, I now want to show that the given differential equation has exactly one $T$-periodic solution.

Thanks in advance. My thought so far was that we might somehow transfer the periodicity onto $y$ by maybe considering a function like $z(x) = y(x + T)$, and then find one solution that fits both functions, and show that it's the only one. For the existence of a solution, we probably have to use the given integral, but I'm not entirely sure how.

Best Answer

Suppose

$y(0) = y_0; \tag{1}$

then the unique solution to the equation

$y' = a(x)y + b(x) \tag{2}$

is

$y(x) = \exp \left ( \displaystyle \int_0^x a(s)ds \right ) \left (y_0 + \displaystyle \int_0^x \exp \left (-\displaystyle \int_0^s a(u) du \right )b(s) ds \right ); \tag{3}$

formula (3) is very well known; a derivation may be found here; for $x = T$ we thus have

$y(T) = \exp \left ( \displaystyle \int_0^T a(s)ds \right ) \left (y_0 + \displaystyle \int_0^T \exp \left (-\displaystyle \int_0^s a(u) du \right )b(s) ds \right ). \tag{4}$

A $T$-periodic solution to (2) satisfies $y(T) = y(0) = y_0$; in this case (4) yields

$y_0 = \exp \left ( \displaystyle \int_0^T a(s)ds \right ) \left (y_0 + \displaystyle \int_0^T \exp \left (-\displaystyle \int_0^s a(u) du \right )b(s) ds \right ), \tag{5}$

which we re-write as

$\left ( 1 - \exp \left ( \displaystyle \int_0^T a(s) ds\right)\right)y_0 = \exp \left ( \displaystyle \int_0^T a(s) ds \right )\displaystyle \int_0^T \exp \left (-\displaystyle \int_0^s a(u) du\right) b(s) ds; \tag{6}$

the hypothesis

$\displaystyle \int_0^T a(s) ds \ne 0 \tag{7}$

guarantees that

$\exp \left ( \displaystyle \int_0^T a(s) ds \right ) \ne 1; \tag{8}$

in this case we may solve (6) for $y_0$:

$y_0 = \dfrac{\displaystyle \int_0^T a(s) ds}{1 - \exp \left (\displaystyle \int_0^T a(s) ds \right )}\displaystyle \int_0^T \exp \left ( \displaystyle \int_0^s a(u) du \right ) b(s) ds. \tag{9}$

(9) indicates that there is at most one initial condition $y_0 = y(0)$ for which the solution $y(t)$ of (2) is periodic. Thus any periodic $y(t)$ satisfying (2) under the condition (7) must be unique; it remains to establish the existence of such a $y(t)$.

To establish the existence of a periodic solution, note that we may translate any solution to (2) forward in $x$ by $T$, obtaining a function $y(x + T)$; we have

$y'(x +T) = a(x + T)y(x + T) + b(x + T) = a(x)y(x + T) + b(x), \tag{10}$

by the $T$-periodicity of $a(x)$ and $b(x)$. Furthermore, at $x = 0$ the function $y(x + T)$ takes the value

$y(0 + T) = y(T). \tag{11}$

If follows from (11) that if we can find a solution $y(x)$ such that

$y(T) = y(0) = y_0, \tag{12}$

then both $y(x)$ and $y(x + T)$ will satisfy (2) with the same initial condition $y_0$; uniqueness of solutions then allows us to conclude that

$y(x + T) = y(x) \tag{13}$

for all $x$; i.e., the solution $y(x)$ is $T$-periodic. But if we choose $y_0$ as in (9), then (6) and hence (5) evidently bind, so that (4) yields (12), and hence (13); we have thus demonstrated the existence of a periodic solution to (2), which must then be unique by the arguments given above. QED.