2

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?

amWhy
  • 209,954
BMac
  • 605
  • 3
  • 12

1 Answers1

0

$$\int_0^\infty \int_0^{\sqrt{x}} \frac{y}{x} e^{-x}\sin x\, dy\, dx.$$

Since $y \le \sqrt{x},\ y^2 \le x$ so $x \ge y^2.$

So

\begin{align} I &=\int_0^\infty \int_0^{\sqrt{x}} \frac{y}{x} e^{-x}\sin x\, dy\, dx\\[6pt] &=\int_0^\infty \int_{y^2}^\infty \frac{y}{x} e^{-x}\sin x\, dx\, dy \end{align}

Don't see where to go from here.

Looking at the original problem,

$\begin{array}\\ I &=\int_{0}^{\infty} \int_{0}^{\sqrt{x}} \dfrac{y}{x} e^{-x}\sin x\, dy\, dx\\ &=\int_{0}^{\infty} \dfrac{e^{-x}\sin x}{x} \int_{0}^{\sqrt{x}}y \, dy\, dx\\ &=\int_{0}^{\infty} \dfrac{e^{-x}\sin x}{x}\dfrac{x}{2} dx\\ &=\dfrac12\int_{0}^{\infty} e^{-x}\sin xdx\\ &=\dfrac12(-\dfrac12) ( e^{-x} (\sin(x) + \cos(x)))|_0^{\infty}\\ &=\dfrac14\\ \end{array} $

marty cohen
  • 107,799