Consider \begin{equation} \varepsilon \frac{dy}{dx} = Q(x)y + R(x) \end{equation} where $\varepsilon$ is a small parameter. Can one apply a WKB method to find an asymptotic expansion for the solution?
I expect to obtain \begin{equation} y(x) \sim - \sum_{n = 0}^\infty \left(\frac{\varepsilon}{Q(x)} \frac{d}{dx}\right)^n \frac{R(x)}{Q(x)} \end{equation} (I am aware that this is a divergent sum), but I have been unsuccessful in recovering this form by using WKB methods.
In general the differential equation is solved by
$$ y(x) = \exp\left(\frac{1}{\epsilon} \int_0^x Q(\xi)\,d\xi\right)\left[y(0) + \frac{1}{\epsilon}\int_0^x \exp\left(-\frac{1}{\epsilon} \int_0^\zeta Q(\xi)\,d\xi\right) R(\zeta)\,d\zeta \right]. \tag{1} $$
Unless we require $y(0) = 0$ then we will always have a term of the form $y(0)\exp\left(\frac{1}{\epsilon} \int_0^x Q(\xi)\,d\xi\right)$, and if the integral here is positive for some $x$ then this will not behave like the asymptotic series you propose as $\epsilon \to 0^+$.
The integral in the other term is of Laplace-type, and the largest/smallest contributions of its integrand come from neighborhoods of the roots of $Q(\zeta) = 0$ (assuming there are any).
Let's investigate the example $Q(x) = 2x$, $R(x) = 1$. In this case $(1)$ becomes
$$ y(x) = e^{x^2/\epsilon} \left[y(0) + \frac{1}{2}\sqrt{\frac{\pi}{\epsilon}} \operatorname{erf}\left(\frac{x}{\sqrt{\epsilon}}\right)\right]. $$
Assuming $x > 0$ we have
$$ \operatorname{erf}\left(\frac{x}{\sqrt{\epsilon}}\right) = 1 - \sqrt{\frac{\epsilon}{\pi}} \frac{e^{-x^2/\epsilon}}{x} + \frac{\epsilon^{3/2}}{2\sqrt{\pi}} \frac{e^{-x^2/\epsilon}}{x^3} + O\left(\epsilon^{5/2} e^{-x^2/\epsilon}\right) $$
as $\epsilon \to 0^+$, so
$$ y(x) = \frac{1}{2}\sqrt{\frac{\pi}{\epsilon}} e^{x^2/\epsilon} + y(0) e^{x^2/\epsilon} - \frac{1}{2x} + \frac{\epsilon}{4x^3} + O(\epsilon^2). $$
Notice that your expansion doesn't pick up either of the exponentially diverging terms but does agree with the part $1/2x + \epsilon/4x^3 + \cdots$. If you know you can ignore any diverging terms for your application then it looks like your series is the way to go. Otherwise it doesn't give you enough information.
As an example of how one might obtain the asymptotic behavior of the exponential terms we'll again take $Q(x) = 2x$ but this time let $R(x)$ be an arbitrary function which is analytic at $x = 0$. Then $(1)$ becomes
$$ y(x) = e^{x^2/\epsilon}\left(y(0) + \frac{1}{\epsilon}\int_0^x e^{-\zeta^2/\epsilon} R(\zeta)\,d\zeta \right). \tag{2} $$
Assuming $x > 0$ is fixed we can appeal to Watson's lemma and obtain an asymptotic expansion for the integral here by expanding $R(\zeta)$ in Taylor series around $\zeta = 0$. Using the fact that
$$ \int_0^\infty e^{-\zeta^2/\epsilon} \zeta^k\,d\zeta = \frac{1}{2} \Gamma\left(\frac{k+1}{2}\right) \epsilon^{(k+1)/2} $$
we get
$$ y(x) \approx e^{x^2/\epsilon}\left(y(0) + \frac{1}{2}\sum_{k=0}^{\infty} \frac{R^{(k)}(0) \Gamma\left(\frac{k+1}{2}\right)}{k!} \epsilon^{(k-1)/2}\right) $$
as $\epsilon \to 0^+$.