In Joe khackan’s latest paper – he models the current drawn by a Langmuir probe.
Part of doing this means dealing with some nasty math problems.
One expression from the paper is a nasty double integration.
I am struggling it to solve it. If anyone out there is sharp with Mathematica or MATLAB. I would appreciate an analytical solution (algebra) or some code, or excel file which deals with this. I have made some attempts with software to get at it, and the problem comes when I try to integrate to infinity, or just a really high number... I have not looked at limits yet.
Ideally, the code would take an applied voltage, and spit back an expected current. The current would be the solution to this double integration.
I do not think there is an analytical solution. The paper did reference another math paper dealing with this equation, but it converged too slowly. I got that paper and took this to an expert and they are still working on it.
Here it is:

I need to take this and make it algebra. Fortunately I have estimates of what the solution should be. Roughly speaking:
Applied: Solution:
-11 --- 0.1
-9 --- 0.1
-7 --- 0.1
-5 --- 0.3
-3 --- 0.3
-1 --- 0.4
1 --- 0.6
3 --- 0.8
5 --- 1
7 --- 1.7
9 --- 2.3
11 --- 3.1
13 --- 4.2
15 --- 5.2
17 --- 6.5
19 --- 7.6
21 --- 8.8
23 --- 10.3
25 --- 11.5
27 --- 12.9
29 --- 14.3
Can anyone help?