Ok from reading the question, "for every value of $p \in \mathbb{R}$" tells me that there might be some type of discontinuity at some value of $p$. Also from looking at the integrand I kind of get the hint that it might be a comparison test.Looking at the integrand of $e^{-x}$ it converges. However I'm not sure how to move further.
2026-04-06 17:54:36.1775498076
Show that the improper integral $\int_{1}^{\infty} x^p e^{-x} dx$ converges for every value of $p \in \mathbb{R}$
728 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint Show that for each $p$ you have $$\lim_{x \to \infty} \frac{ x^p e^{-x}}{\frac{1}{x^2}}=0$$
Deduce that there exists some $A$ such that, for all $x >A$ you have $$0 \leq x^p e^{-x} \leq \frac{1}{x^2}$$
Use the comparison test. If you covered the limit comparison test for integrals you can skip one step above.
Hint 2 You can calculate $$\lim_{x \to \infty} \frac{ x^p e^{-x}}{\frac{1}{x^2}}=\lim_{x \to \infty}\frac{x^{p+2}}{e^x}$$ by applying L'H until the degree in the numerator becomes negative (i.e. $\lfloor p \rfloor +3$ times).
A much faster solution is by oberving that, as long as $p+2 \neq 0$ we have
$$\frac{x^{p+2}}{e^x}= \left( \frac{x}{e^{x/(p+2)}}\right)^{p+2}$$ and the limit inside can be calculated by applying LH once.
If $p+2=0$ then your limit is trivial: $$\lim_{x \to \infty} \frac{ x^p e^{-x}}{\frac{1}{x^2}}=\lim_{x \to \infty}\frac{1}{e^x}$$