Is my integral integrable using Mathematica or is there a fundamental error?

Click For Summary

Discussion Overview

The discussion revolves around the integrability of a specific integral involving the exponential integral function and parameters A and B, both of which are positive constants. Participants explore numerical evaluation methods using Mathematica, potential issues with the integral's behavior at zero, and the implications of the integral's divergence. The conversation also touches on deriving related expressions and calculating expected values using probability distributions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents an integral that cannot be found in integral tables and experiences issues with numerical evaluation in Mathematica, suggesting a possible divergence at zero.
  • Another participant notes that numerical algorithms often struggle with expressions involving terms like 1/x, even if the overall limit is finite, and suggests using conditionals to manage these cases.
  • Some participants discuss the integral's behavior near zero, with one asserting that the integrand behaves like 1/(Ax) and is thus non-integrable.
  • There is a suggestion to approximate the integral to make it integrable, but another participant argues that this would not relate to the original integral.
  • Participants engage in a discussion about deriving a related expression involving exponential random variables and calculating its expected value, with some expressing confusion over specific steps in the derivation.
  • Clarifications are sought regarding the integration process and the handling of double integrals in the context of probability distributions.

Areas of Agreement / Disagreement

Participants express differing views on the integrability of the original integral, with some asserting it diverges while others explore potential approximations. There is also a lack of consensus on the correctness of the derivations related to the expected value of the derived expression.

Contextual Notes

Participants note that the integral diverges at zero, and there are discussions about the implications of this divergence and how it affects numerical evaluations. The conversation includes various mathematical manipulations and assumptions that may not be fully resolved.

EngWiPy
Messages
1,361
Reaction score
61
After following the logical steps to derive something, I reached to the following integral:

\int_0^{\infty}\frac{1}{x^2}\exp\left(\frac{A}{x}-x\right)E_1\left(B+\frac{A}{x}\right)\,dx

where ##E_1(.)## is the exponential integral function, and ##A## and ##B## are non-zero positive constants. I tried to find this integral in the table of integrals, but couldn't find it. Next best thing to do is to evaluate this integral numerically, I guess. So, I resorted to Mathematica for that purpose, and used the Nintegrate command, but I got a message that the integrand has evaluated to overflow, indeterminate, or infinity. It suggested to increase the number of recursive refinements, but it didn't work. Is there something fundamentally wrong in the integral, or it's just a technical issue, and how to overcome it? I have to mention that when I replaced the lower bound of the integral by a very small value that is greater than 0, the integral was calculated perfectly. Is this the problem maybe?

Thanks
 
Physics news on Phys.org
Many symbolic algebra systems have this issue with their numerical functions. When there are \frac{1}{x} terms and such inside the expression, even if the limit of the entire expression is finite, the numerical algorithm fails early when evaluating the expression from inside out. There are slightly kludgy looking solutions that usually work. I personally like to add a while-type conditional to the expression which forces it to evaluate to the proper limit at the points in question.
 
The Bill said:
Many symbolic algebra systems have this issue with their numerical functions. When there are \frac{1}{x} terms and such inside the expression, even if the limit of the entire expression is finite, the numerical algorithm fails early when evaluating the expression from inside out. There are slightly kludgy looking solutions that usually work. I personally like to add a while-type conditional to the expression which forces it to evaluate to the proper limit at the points in question.

How do you add "a while-type conditional to the expression"?
 
It depends on the particular CAS you're using. It's the same as an if-then-else structure if that helps.

For example, in some CAS languages, while(x=0,0,exp(-1/x^2)) will evaluate to 0 when x is 0 and to exp(-1/x^2) everywhere else. Look up how to do piecewise functions in your language, it's the same thing. In this case, one of the pieces of the domain is a single point instead of an interval, is all.
 
In order to evaluate the integral numerically, what values of A and B do you use?
 
George Jones said:
In order to evaluate the integral numerically, what values of A and B do you use?

I need to evaluate the integral at different values of A and B, but let's say A=50 and B=5 as one of the cases.
 
Any hint?
 
The integral diverges at ##0##, the integrand behaves near ##0## as ##1/(Ax)##, which is not integrable.
 
Can we approximate it such that it becomes integrable?
 
  • #10
What do you mean? Your function is positive, non integrable, so integral is ##+\infty##, there is no other reasonable interpretation. For non-integrable functions than change sign, there are some possibilities to define a finite value of the integral, for example, the principal value integral, but for positive functions there is no alternative interpretation, the integral is ##+\infty##.

As for the "approximation" you can change your integrand to get a finite number, but this will not have any relation to the original integral.
 
  • #11
OK. Now if I followed the mathematical derivations for something correctly, such that this something is between 0.5 and 1 for sure (I can get this using Monte-Carlo simulations), is it possible to reach to such an integral that is not integrable?
 
  • #12
You probably made mistake in your calculations.
 
  • Like
Likes   Reactions: EngWiPy
  • #13
Hawkeye18 said:
You probably made mistake in your calculations.

OK. Could I walk you through the derivation. Would you patient with me?
 
  • #14
OK, I'll try to follow.
 
  • #15
Hawkeye18 said:
OK, I'll try to follow.

OK. perfect. Now I have something I need to finish. Tomorrow, I will start the derivation from the beginning to see where I erred. Thanks
 
  • #16
Hi. Sorry, I was busy yesterday. Basically, I have this expession

\varepsilon(\alpha_1,\,\alpha_2,\,\alpha_3)=\exp\left(-\frac{\frac{\alpha_1}{\alpha_2}A}{\alpha_3 B+1}\right)

where ##\alpha_i## for i=1, 2, 3 are independent and identically distributed exponential random variables with mean 1, and A and B are non-zero positive constants. I need to find the average value of ##\varepsilon(\alpha_1,\,\alpha_2,\,\alpha_3)##. To do so, I let ##X=\frac{\frac{\alpha_1}{\alpha_2}A}{\alpha_3 B+1}## and then found the cumulative distribution function (CDF) of X denoted by ##F_X(x)##, and then found its derivative with respect to ##x## to find the probability density function (PDF), denoted by ##f_X(x)##. After finding the PDF, the average value of ##\varepsilon(\alpha_1,\,\alpha_2,\,\alpha_3)## can be found as

\varepsilon=\int_0^{\infty}e^{-x}\,f_X(x)\,dx

I will stop here to see everything I did so far is correct, and to make sure you're following. I'll provide the details of ##F_X(x)## and ##f_X(x)## in the next post.
 
  • #17
The expectation should be $$\int_{-\infty}^\infty x f_X(x) dx,$$ see Wikipedia. Your quantity is positive, so ##f_X(x)=0## for ##x<0##, so you can integrate only from ##0## to ##\infty##, but ##e^{-x}## is wrong.
 
  • #18
But I need to find the expected value of ##\varepsilon## not ##X##! Right?
 
  • #19
Yes, you are right. Sorry, my bad here.
 
  • #20
OK, perfect. So first I need to find the CDF as

F_X(x)=\text{Pr}\left[X\leq x\right]=\text{Pr}\left[\frac{\frac{\alpha_1}{\alpha_2}A}{\alpha_3 B+1}\leq x\right]=\int_{\alpha_2=0}^{\infty}\int_{\alpha_3=0}^{\infty}\text{Pr}\left[\alpha_1\leq\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right]f_{\alpha_2}(\alpha_2)f_{\alpha_3}(\alpha_3)\,d\alpha_2d\alpha_3=\int_{\alpha_2=0}^{\infty}\int_{\alpha_3=0}^{\infty}\left[1-\exp\left(-\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right)\right]e^{-\alpha_2}e^{-\alpha_3}d\alpha_2d\alpha_3=1-\frac{A}{xB}\int_{\alpha_3=0}^{\infty}\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}\,d\alpha_3

From the table of integral we have

\int_0^{\infty}\frac{e^{-\mu x}}{x+\beta}\,dx=-e^{\beta\mu}\text{Ei}(-\beta\mu)

where ##\text{Ei}## is the exponential integral function. But then I used the property that ##E_1(z)=-\text{Ei}(-z)##, which results in

F_X(x)=1-\frac{A}{xB}\exp((x+1)/B)E_1((x+1)/B).

Is everything OK so far?
 
Last edited:
  • #21
I am not following the last identity in the chain. Didn't you forget term ##e^{-\alpha_2}## when you integrated?
 
  • #22
I am not sure which one you mean, but I have double integrals; one over ##\alpha_2## and one over ##\alpha_3##. The last integral is after integrating the integrad over ##\alpha_2## which is a straightforward integral. This will result in one final integral over ##\alpha_3##. Did I answer your question?
 
  • #23
I mean the last identity in this chain:
$$F_X(x)=\text{Pr}\left[X\leq x\right]=\text{Pr}\left[\frac{\frac{\alpha_1}{\alpha_2}A}{\alpha_3 B+1}\leq x\right]=\int_{\alpha_2=0}^{\infty}\int_{\alpha_3=0}^{\infty}\text{Pr}\left[\alpha_1\leq\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right]f_{\alpha_2}(\alpha_2)f_{\alpha_3}(\alpha_3)\,d\alpha_2d\alpha_3=\int_{\alpha_2=0}^{\infty}\int_{\alpha_3=0}^{\infty}\left[1-\exp\left(-\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right)\right]e^{-\alpha_2}e^{-\alpha_3}d\alpha_2d\alpha_3=1-\frac{A}{xB}\int_{\alpha_3=0}^{\infty}\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}\,d\alpha_3$$
 
  • #24
OK, let me write it this way:

<br /> \int_{0}^{\infty}\underbrace{\left[\int_{0}^{\infty}\left[1-\exp\left(-\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right)\right]e^{-\alpha_2}\,d\alpha_2\right]}_{\frac{1}{\frac{x}{A}(\alpha_3 B+1)+1}}e^{-\alpha_3}\,d\alpha_3<br />

After some mathematical manipulations we reached to the final identity. Is it clear now?
 
  • #25
I see that $$ \int_{\alpha_2=0}^{\infty}\int_{\alpha_3=0}^{\infty} e^{-\alpha_2}e^{-\alpha_3} d\alpha_2d\alpha_3=1.$$
And I see that $$\int_{\alpha_2=0}^{\infty} \exp\left(-\frac{x\alpha_2}{A}\left(\alpha_3 B+1\right)\right)e^{-\alpha_2} d\alpha_2 = \left[ \frac{x}{A} (\alpha_3 B +1) + 1\right]^{-1}. $$ But I do not follow the algebra you use to get your result. And it looks like the function
$$ \left[ \frac{x}{A} (\alpha_3 B +1) + 1\right]^{-1}$$ and your integrand
$$\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}$$ has poles at different values of ##\alpha_3##.
 
  • #26
From my calculations I get that $$F_X(x) = 1-\int_{\alpha_3=0}^\infty \left[ \frac{x}{A} (\alpha_3 B +1) + 1\right]^{-1} e^{-\alpha_3} d\alpha_3. $$ And I do not see how to get your integral from here.
 
  • #27
Yes, your formula
$$F_X(x)=1-\frac{A}{xB}\int_{\alpha_3=0}^{\infty}\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}\,d\alpha_3$$ is wrong, because for small ##x## it will give you negative values. Namely, if you fix ##A,B>0##, then when ##x## is decreasing your integral $$\int_{\alpha_3=0}^{\infty}\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}\,d\alpha_3>0$$ increases. But you also have a factor ##\frac{A}{xB}## in front of the integral, so $$\lim_{x\to 0+} \frac{A}{xB}\int_{\alpha_3=0}^{\infty}\frac{e^{-\alpha_3}}{\alpha_3+\frac{x+1}{B}}\,d\alpha_3 =+\infty,$$ so for small ##x>0## you will get ##P_X(x)<0##.
 
  • #28
I got it like this

\frac{x}{A}(\alpha_3B+1)+1=\frac{x}{A}\alpha_3B+\frac{x}{A}+1=\frac{xB}{A}(\alpha_3+\underbrace{\frac{1}{B}+\frac{A}{xB}}_{\frac{x+A}{xB}})

So, yes instead of 1 it should be A. Why it's wrong again? By the way I did the Monte-Carlo Simulations and compared it with the above numerical expression, and both gave the same curves. No infinities!
 
  • #29
Yes, it should be ##A## instead of ##1##, and also there should be ##xB## instead of ##B## in the denominator.
 
  • Like
Likes   Reactions: EngWiPy
  • #30
Right. My bad. Are we good again? If yes, I will continue tomorrow the PDF ##f_X(x)##, where, if there is any error, it will be there. Thanks for following the derivations.

PS.: I used different notations here for simplicity, that's why I sometimes get something wrong as a typo. But in my original derivations they are correct.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K