Can L'Hopital's rule be applied to indeterminate form: $\frac{0 * \infty}{\infty}$?
Ross's Analysis seems to apply it to any case the denominator is $\infty$, while http://mathworld.wolfram.com/LHospitalsRule.html states that both the numerator and denominator must be so.
In general, if the numerator is $0 * \infty$, but the $0$ is not only in the limit, but even before the limit, can we just simplify the numerator to $0$? E.g. $log 1 + 1/x = log 1 * log 1/x$ is of form $0 * \infty$, but since the first factor is a constant $0$, it seems to me that this should just be $0$. Oops.
UPDATE
For example, while working on a problem involving limit as x approaches $\infty$ of $f(x) + f'(x)$, with f(x) and f'(x) having finite limits, the suggestion is to take $f(x) = f(x) * e^x / e^x$, which, applying L'Hopital's rule, goes to $(f(x) + f'(x))*e^x/e^x$. I don't know how that's valid if limit of f(x) = 0.
Context
I will give the clear context and what is concerning me. The problem is from Ross Analysis. $f$ and $f'$ are defined and have finite limits as x approaches infinity. Let lim as x approaches infinity of $f(x) + f'(x) = L$. Show lim $f(x) = L$ and $f'(x) = 0$. Note: I am using "lim" to mean limit as x approaches infinity
Ross's hint is: $f(x) = f(x)*e^x/e^x$.
I did as follows: lim $f(x)$ = lim $f(x) * e^x / e^x$, which is of form $\infty / \infty$ (at least if $f(x) \ne 0$). Applying L'Hopital's rule, we get lim $f(x)$ = lim $f(x) + f'(x)$, which would indicate that lim $f'(x) = 0$, therefore lim $f(x) = L$, QED. But I'm not convinced that this is correct if lim $f(x) = 0$, because then it's of the form I described above.
More generally, I would like to know if, for L'Hopital's rule, it's sufficient to show the denom. is inf, as Ross seems to state explicilty (Theorem 30.2), or the numerator must be inf as well (as stated by the Wolfram reference above). I believe this is a well defined question; if it is not, please tell me what is missing.