how to evaluate this integral: $$l(y)=\int\limits_\beta^\infty \theta\exp(-y\theta)\alpha\exp(-\alpha\theta) \, d\theta$$ where $\alpha,\beta,\theta,y>0.$ Because I find it infinity! Can anyone help me to evaluate this integral? Thank you.$$$$ I find this solution :$$\left(\left.\frac{-1}{(\alpha+y)^2}\exp(-(\alpha+y)\theta)\right)\right|_{\beta}^\infty-\left.\frac{\theta}{(\alpha+y)}\exp(-(\alpha+y)\theta)\right|_{\beta}^\infty.$$ $$$$ in which in the second term, I obtain infinity value!
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
You're wrong, your 2nd term is not infinite ! Indeed exponential growth is much stronger than polynomial one, so $\lim_{x \to +\infty} x.e^{-x} = 0$. Beware of the $\alpha$ factor inside the integral and signs, I found for my part: $$ l(y) = \left( \frac\alpha{(y + \alpha)^2} - \frac{\alpha \beta}{y + \alpha} \right) e^{-(y + \alpha) \beta} $$ |
|||
|
|
|
The product $$ \begin{align} x\exp(-x) &=x/\exp(x)\\ &=x/(1+x+x^2/2+x^3/6+\dots)\\ &=1/(1/x+1+x/2+x^2/6+\dots) \end{align} $$ $1/x\to0$ as $x\to\infty$ . Sum of other terms in the denominator $\to\infty$ as $x\to\infty$. So the product $x\exp(-x)\to0$ as $x\to\infty$. |
||||