I need to calculate $\int_{E} \frac{y}{x} e^{-x} \sin x d \mu$, where $\mu$ is the product of Lebesgue measure on $\mathbb{R}$ with itself, and $E = \{(x, y): 0 \leq y \leq \sqrt{x} \}$. So, as a double integral, it looks like:
$$\int_{0}^{\infty} \int_{0}^{\sqrt{x}} \frac{y}{x} e^{-x}\sin x\, dy\, dx.$$
I'd like to be able to apply Fubini's Theorem so I can change order of integration, but in order to do that I need some helpful bound for the integrand. Is there some surprising way I can do that, say, for the $e^{-x}$ function? And once I do that, does the fact that $\frac{\sin x}{x}$ goes to $0$ as $x$ goes to infinity. Can you help me out somehow?