Integral of a Recursive Function

CivilSigma
Messages
227
Reaction score
58

Homework Statement


Find the following:

$$ \int_0^\inf \frac{x^{a+1}e^{-x/\delta}}{\delta^{a+1}\Gamma(a+1)} dx; \, a > 1 , \delta >0 , 0 \leq x \leq \inf$$

Homework Equations


-

The Attempt at a Solution


The numerator in the integral is constant, so it can be taken outside the integral. I then attempted to solve the numerator through integration by parts.

Letting
$$u=x ; du =dx$$
$$ dv = e^{-x/ \delta}dx ; v = -\delta e^{-x/ \delta} $$

I get the following:

$$\frac{1}{\delta^{a+1}\Gamma(a+1)} \cdot ( -\delta x^{a+1}e^{-x\delta} + \delta \int_0^\inf (a+1)x^{a} e^{-x/\delta}dx)$$

I can see that the integral will keep on iterating for ever, so any ideas on how I can solve this?

Thank you !
 
Physics news on Phys.org
I think the simple substitution ##u:=\frac{x}{\delta}## does the job. You will get a constant factor and ##\Gamma(a+2)## in the numerator.
 
Last edited:
  • Like
Likes CivilSigma
CivilSigma said:

Homework Statement


Find the following:

$$ \int_0^\inf \frac{x^{a+1}e^{-x/\delta}}{\delta^{a+1}\Gamma(a+1)} dx; \, a > 1 , \delta >0 , 0 \leq x \leq \inf$$

Homework Equations


-

The Attempt at a Solution


The numerator in the integral is constant, so it can be taken outside the integral. I then attempted to solve the numerator through integration by parts.

Letting
$$u=x ; du =dx$$
$$ dv = e^{-x/ \delta}dx ; v = -\delta e^{-x/ \delta} $$

I get the following:

$$\frac{1}{\delta^{a+1}\Gamma(a+1)} \cdot ( -\delta x^{a+1}e^{-x\delta} + \delta \int_0^\inf (a+1)x^{a} e^{-x/\delta}dx)$$

I can see that the integral will keep on iterating for ever, so any ideas on how I can solve this?

Thank you !

Change variables until you can put your integral in the form ##\int_0^\infty y^{a+1} e^{-y} \, dy.## That is an integral that can be evaluated algebraically if ##a \geq 0## is an integer; for other values of ##a## it is not an elementary function, but is a well-known, standard mathematical function nevertheless.

BTW: if you want the ##\infty## sign in LaTeX, just write "\infty"; writing "inf" (without the backslash) won't work, and inserting a backslash to get "\inf" produces ##\inf##, which is the mathematical shorthand symbol for the word "infimum".
 
  • Like
Likes CivilSigma
Thank you guys ! I solved the integral after making the substitution y =x/delta and integrating by parts twice.

The final answer I got is:

$$ \delta \cdot (\alpha+1)$$

I never knew about the Gamma function! It's very convenient to say the least :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top