I encountered this problem in last week's GRE subject test, and I could not solve it. So I venture to post it in here. The question is as follows:
$$y/t+te^{-t}=y'$$
asking me $$\displaystyle \lim_{t\rightarrow \infty} \frac{y}{t}$$
I am not sure if my memory is totally correct. If any others take the same exam and found I remembered the problem wrong, please point out in comments.
To solve the ODE, you use the method of integrating factors. The proof is straight forward and can be found here. You write the left hand side of what SL2 rearranged as the derivative of a product $$ y' - \dfrac{1}{t}y = te^{-t} $$
So to do this, compute (using the notation in the wiki article) $P(x) = e^{\int\frac{-1}{t}dt} = \dfrac{1}{t}$. Now what we can say is that
$$\dfrac{y'}{t} - \dfrac{y}{t^2} = e^{-t} $$
By construction however, we now can write the left hand side as the derivative of the product of two functions:
$$\left(\dfrac{y}{t}\right)' = e^{-t}$$
We can readily integrate both sides now, and we see
$$\dfrac{y}{t} = -e^{-t} + C, C\in\mathbb{R}$$
so that
$$y = Ct-te^{-t}$$
Compute $\displaystyle\lim_{t\to\infty} \dfrac{y}{t} = C-e^{-t} = \boxed{C}$