I have asked this question previously but I would like to address it in a new way. I am considering the equation $$ \epsilon\frac{d^2y}{dx^2}+\frac{dy}{dx}+y=0,$$ with boundary conditions $y(0)=0,y(1)=1$.
I am asked to seek a solution in the form $$y(x)=Ce^{\alpha x}\sinh(\beta x),$$ where $\alpha, \beta$ and $C$ are constants to be determined, to find the exact solution of my initial problem.
So my professor has advised to sub the given solution in to the main equation then equate coefficients of $\sinh(\beta x)$ and $\cosh(\beta x)$. I have been trying to do this but I can only ever find that $\alpha = -1$ and $\beta = 0$ which of course makes the solution redundant so there must be a problem.
Following my professors approach, note the derivatives are:
$y'=Ce^{\alpha x}(\alpha\sinh{\beta x}+\beta\cosh(\beta x))$ $y''=Ce^{\alpha x}(\alpha \beta \cosh(\beta x) + \beta^2\sinh(\beta x))+\alpha Ce^{\alpha x}(\alpha\sinh(\beta x)+\beta\cosh(\beta x))$
$\underline{\sinh(\beta x)}$
$Ce^{\alpha x}(\epsilon\beta^2+\epsilon\alpha^2+\alpha +1)$
$\underline{\cosh(\beta x)}$
$Ce^{\alpha x}(2\epsilon\alpha\beta +\beta)$
We are given initially that $0<\epsilon<<1$ so I believe we can ignore the $\epsilon$ terms which leaves us with the relation $\beta = \alpha + 1$.
Unfortunately I have no idea how to take this any further towards actually finding values for $\alpha$, $\beta$ and $C$.
My lecturer has explained that it is not that difficult to do so I believe I am not seeing something obvious here.
I also would like to ask, why did he suggest to equate the coefficients? Is it the case that for an equation of the form:
$a\sinh(bx)+c\cosh(bx)=0 \implies a=c$?
Following on from what you have already done, you can solve $$\epsilon\beta^2+\epsilon\alpha^2+\alpha +1=0$$ and $$2\epsilon\alpha\beta +\beta=0$$ to get $$\alpha=-\frac{1}{2\epsilon}$$ and $$\beta=\pm\frac{\sqrt{1-4\epsilon}}{2\epsilon}$$
Since $\epsilon<<1$, you can make the approximation $$(1-4\epsilon)^{\frac 12}\simeq1-2\epsilon+O(\epsilon)^2$$$$\implies\beta\simeq\pm\left(\frac{1}{2\epsilon}-1\right)$$
As far as the initial conditions are concerned, the requirement that $y(0)=0$ is already satisfied. You can use the other condition to get an expression for $C$.