Find the first term expansion of the solutions of the following problem that is valid for large $t$, $\epsilon y'' +y' +y =0; \ \ \ t>0$
Regular expansion: Let us assume \begin{eqnarray} y(t) \sim y_0(t) + \epsilon y_1(t)+ ... . ...(1) \end{eqnarray} From the given equation we have \begin{eqnarray} \label{equ: substitution outer_expansion} y(t) \sim \epsilon (y_0''+ \epsilon y_1'' +...)+ (y_0'+ \epsilon y_1' +...)+(y_0+ \epsilon y_1 +...) \end{eqnarray} Then, \begin{eqnarray*} O(1) : \begin{cases} y_0'+y_0=0\\ y_0(0)=0 \end{cases} \end{eqnarray*}
Solving we get, $y_0(t)=c_1 e^{-t}$, where $c_1$ is a arbitrary constant.Using the initial condition we get, \begin{equation*} y_0(t)=0 \end{equation*}
Also, \begin{eqnarray*} O(\epsilon) : \begin{cases} y_0''+y'_1+y_1=0 \implies y'_1+y_1=0\\ y_1(0)=0 \end{cases} \end{eqnarray*}
Similarly we get \begin{equation*} y_1(t)=0 \end{equation*} Hence from (1) we get our solution, \begin{equation*} y(t) \sim 0 \end{equation*} Exact Solution: \begin{equation*} y(t) = \frac{\epsilon e^{\dfrac{(\sqrt{1-4 \epsilon}+1)x}{2\epsilon} } (e^{\dfrac{(\sqrt{1-4\epsilon})x}{\epsilon}}-1) }{\sqrt{1-4 \epsilon}} \end{equation*} Multiple-Scale Expansion: Consider two time scales $t_1=t$ and $t_2=\epsilon ^\alpha t$. \begin{equation*} \dfrac{d}{dt} \to \dfrac{dt_1}{dt} \dfrac{\partial }{\partial t_1} +\dfrac{dt_2}{dt} \dfrac{\partial }{\partial t_2}= \dfrac{\partial }{\partial t_1} + \epsilon^\alpha \dfrac{\partial }{\partial t_2} \end{equation*} Substituting this into the given equation we get, \begin{equation} \epsilon \bigg (\partial^2_{t_1} + 2 \epsilon^\alpha \partial_{t_1} \partial_{t_2}+ \epsilon^{2\alpha} \partial^2_{t_2}\bigg )y+ \bigg( \partial_{t_1}+ \epsilon^\alpha \partial_{t_2} \bigg )y+y=0 ...(2) \end{equation} where \begin{equation} y=0 \ \text{and} \ \bigg( \partial_{t_1}+ \epsilon^\alpha \partial_{t_2} \bigg )y=1, \ \text{for} \ t_1=t_2=0. \end{equation} Consider the power series expansion of the form
\begin{eqnarray} y \sim y_0(t_1, t_2) + \epsilon y_1(t_1, t_2)+ ... \end{eqnarray}
Substituting this into (2) yields the following
\begin{equation} \epsilon \bigg (\partial^2_{t_1} + 2 \epsilon^\alpha \partial_{t_1} \partial_{t_2}+ \epsilon^{2\alpha} \partial^2_{t_2}\bigg )(y_0+ \epsilon y_1 +...)+ \bigg( \partial_{t_1}+ \epsilon^\alpha \partial_{t_2} \bigg )(y_0+ \epsilon y_1 +...)+(y_0+ \epsilon y_1 +...)=0 \end{equation} \begin{eqnarray*} O(1) : \begin{cases} ( \partial_{t_1}+1)y_0=0,\\ y_0=0, \ \partial_{t_1}y_0=1 \ \ \text{at} \ \ t_1=t_2=0 \end{cases} \end{eqnarray*} The general solution of the problem is \begin{eqnarray} y_0= c(t_2) e^{t_1} \end{eqnarray}
Using the initial condition $y_0(0,0)=0$, we get $c(0)=0$. \ Balancing we get $\alpha=1$. \begin{eqnarray*} O(\epsilon) : \begin{cases} ( \partial_{t_1}+1)y_1=-(\partial^2_{t_1}+\partial_{t_2})y_0,\\ y_1=0, \ \partial_{t_1}y_1=- \partial_{t_2}y_0 \ \ \text{at} \ \ t_1=t_2=0 \end{cases} \end{eqnarray*} Then we get \begin{equation} ( \partial_{t_1}+1)y_1=-(c(t_2) +c'(t_2))e^{t_1} \end{equation} whose general solution is ,
\begin{equation} y_1= \bigg( (-c(t_2)-c'(t_2))t_1+p(t_2) \bigg)e^{-t_1} \end{equation} Using $y_1(0,0)=0$ ,we get $ p(0)=0 $. I am stuck here. Is there any secular term. If there is any secular term, how to prevent this.