oo / | | -2*x | ---- | a 2 | e *x dx | / 0
Integral(exp((-2*x)/a)*x^2, (x, 0, oo))
Use integration by parts:
Let and let .
Then .
To find :
Let .
Then let and substitute :
The integral of a constant times a function is the constant times the integral of the function:
The integral of the exponential function is itself.
So, the result is:
Now substitute back in:
Now evaluate the sub-integral.
Use integration by parts:
Let and let .
Then .
To find :
Let .
Then let and substitute :
The integral of a constant times a function is the constant times the integral of the function:
The integral of the exponential function is itself.
So, the result is:
Now substitute back in:
Now evaluate the sub-integral.
The integral of a constant times a function is the constant times the integral of the function:
Let .
Then let and substitute :
The integral of a constant times a function is the constant times the integral of the function:
The integral of the exponential function is itself.
So, the result is:
Now substitute back in:
So, the result is:
Now simplify:
Add the constant of integration:
The answer is:
/ | -2*x -2*x -2*x | -2*x ---- ---- ---- | ---- 3 a 2 a 2 a | a 2 a *e a*x *e x*a *e | e *x dx = C - -------- - ---------- - ---------- | 4 2 2 /
/ 3 | a pi | -- for |arg(a)| < -- | 4 2 | | oo | / < | | | -2*x | | ---- | | 2 a | | x *e dx otherwise | | |/ \0
=
/ 3 | a pi | -- for |arg(a)| < -- | 4 2 | | oo | / < | | | -2*x | | ---- | | 2 a | | x *e dx otherwise | | |/ \0
Piecewise((a^3/4, Abs(arg(a)) < pi/2), (Integral(x^2*exp(-2*x/a), (x, 0, oo)), True))
Use the examples entering the upper and lower limits of integration.