I'm making an exercise in a book from Ravi P. Agarwal, Introduction to Ordinary Differential Equations. I would like to get some help for the following problem:
We are given the differential equation $$ y''+p_1(x)y'+p_2(x)y = 0 $$ where $p_1(x)$ and $p_2(x)$ are continuous functions, and periodic with period $w$ in $\mathbb{R}$.
Show that:
A nontrivial solution $y(x)$ is periodic of period $w$ if and only if $y(0)=y(w)$ and $y'(0)=y'(w)$.
Further if $y_1(x)$ and $y_2(x)$ are two solutions such that $y_1 (0)= 1, y_1'(0)=0, y_2(0)=1, y'_2(0)=0$ then show that:
there exist constants $a, b, c, d$ such that for all $x$ :
$$y_1(x+w)= ay_1(x)+by_2(x)$$ $$y_2(x+w)= cy_1(x)+dy_2(x)$$
I think I have to use a theorem which is in the book. I will give the theorem:
Theorem: Let the matrix $A(x)$ and the function $b(x)$ be continuous and periodic of period $w$ in $\mathbb{R}$. Then the differential system $ u'= A(x)u + b(x)$ has a periodic solution $u(x)$ of period $w$ if and only if $u(0)=u(w)$


