Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Exponential Integral table for E2(x)
101 rows
x from 0 to 2
Order n 2
First En(x) (x = 0) 1
Last En(x) (x = 2) 0.0375343
i x E2(x)
0 0 1
1 0.02 0.913104518
2 0.04 0.853538892
3 0.06 0.804046118
4 0.08 0.760961066
5 0.1 0.722545022
6 0.12 0.687775426
7 0.14 0.655977834
8 0.16 0.626673917
9 0.18 0.599506907
10 0.2 0.574200644
11 0.22 0.550535186
12 0.24 0.528331361
13 0.26 0.507440514
14 0.28 0.487737417
15 0.3 0.469115225
16 0.32 0.451481776
17 0.34 0.434756826
18 0.36 0.418869928
19 0.38 0.403758794
20 0.4 0.389367998
21 0.42 0.375647936
22 0.44 0.36255399
23 0.46 0.350045842
24 0.48 0.338086906
25 0.5 0.326643862
26 0.52 0.315686253
27 0.54 0.305186154
28 0.56 0.295117887
29 0.58 0.285457775
30 0.6 0.276183934
31 0.62 0.267276088
32 0.64 0.258715412
33 0.66 0.250484393
34 0.68 0.242566707
35 0.7 0.234947114
36 0.72 0.227611358
37 0.74 0.220546089
38 0.76 0.213738783
39 0.78 0.207177675
40 0.8 0.200851701
41 0.82 0.194750441
42 0.84 0.188864072
43 0.86 0.183183322
44 0.88 0.177699431
45 0.9 0.172404114
46 0.92 0.16728953
47 0.94 0.162348246
48 0.96 0.157573217
49 0.98 0.152957755
50 1 0.148495507
51 1.02 0.144180435
52 1.04 0.140006796
53 1.06 0.135969123
54 1.08 0.132062208
55 1.1 0.128281089
56 1.12 0.124621031
57 1.14 0.121077519
58 1.16 0.117646241
59 1.18 0.114323076
60 1.2 0.111104088
61 1.22 0.107985511
62 1.24 0.104963744
63 1.26 0.102035339
64 1.28 0.099196995
65 1.3 0.096445548
66 1.32 0.093777967
67 1.34 0.091191347
68 1.36 0.088682898
69 1.38 0.086249947
70 1.4 0.083889926
71 1.42 0.08160037
72 1.44 0.079378909
73 1.46 0.077223269
74 1.48 0.075131263
75 1.5 0.073100787
76 1.52 0.071129818
77 1.54 0.069216412
78 1.56 0.067358694
79 1.58 0.065554864
80 1.6 0.063803184
81 1.62 0.062101984
82 1.64 0.060449652
83 1.66 0.058844637
84 1.68 0.057285443
85 1.7 0.055770629
86 1.72 0.054298802
87 1.74 0.052868623
88 1.76 0.051478798
89 1.78 0.050128077
90 1.8 0.048815255
91 1.82 0.047539171
92 1.84 0.046298699
93 1.86 0.045092756
94 1.88 0.043920294
95 1.9 0.042780301
96 1.92 0.041671798
97 1.94 0.040593842
98 1.96 0.039545517
99 1.98 0.038525942
100 2 0.037534262

What is the exponential integral En(x)?

The exponential integral of order n, written En(x), is the definite integral of e-xt/tn taken from t = 1 to infinity. It appears throughout physics and engineering: radiative transfer, neutron transport, heat conduction, and antenna theory all use these functions. For a fixed integer order n it is a smooth, positive, monotonically decreasing function of x that tends to zero as x grows large. This calculator builds a full table of (x, En(x)) pairs and a line graph so you can study the curve at a glance.

Family of decaying curves for E_n(x) at several integer orders n versus x
The exponential integral E_n(x) decays toward zero as x increases, with higher orders n lying below lower ones.

How to use this calculator

Enter four numbers: the order n (a non-negative integer such as 0, 1, 2, 3), the initial value of x where the table begins, the increment (step) added to x for each successive row, and the number of repetitions (how many rows to generate). The tool computes \(x_i = \text{initialX} + i \cdot \text{step}\) for \(i = 0\) to rows-1 and evaluates En(xi) at each point. With the defaults (n = 2, start 0, step 0.02, 101 rows) you get x running from 0.00 to 2.00 in steps of 0.02.

The formula explained

En(x) is evaluated with the classic numerical recipe: $$E_{\text{n}}(x_i) = \int_{1}^{\infty} \frac{e^{-x_i\,t}}{t^{\,\text{n}}}\, dt, \qquad x_i = \text{Initial }x + i \cdot \text{Step}, \quad i = 0,\dots,\text{Rows}-1$$ for x > 1 a Lentz continued-fraction expansion converges quickly, while for 0 < x ≤ 1 a power-series expansion is used. Special values are handled directly: \(E_0(x) = e^{-x}/x\), and \(E_n(0) = 1/(n-1)\) for \(n \ge 2\). The case \(E_1(0)\) diverges to infinity and is flagged in the table rather than printed as a number.

Advertisement
Geometric meaning of the integral defining E_n(x) as area under e^{-xt}/t^n from 1 to infinity
E_n(x) equals the shaded area under the integrand e^{-xt}/t^n for t running from 1 to infinity.

Worked example

Take n = 2 and x = 1. Using the identity \(E_2(x) = e^{-x} - x \cdot E_1(x)\) with \(E_1(1) \approx 0.2193839\), we get $$E_2(1) = 0.3678794 - 0.2193839 = 0.1484955$$ The calculator returns the same value. At x = 0, \(E_2(0) = 1/(2-1) = 1\), and at x = 2, \(E_2(2) \approx 0.0375343\) — the curve is clearly decreasing.

FAQ

Can n be a fraction? No. This tool is defined only for non-negative integer orders; non-integer n lies outside its domain.

Why does a row say "diverges"? \(E_1(0)\) is mathematically infinite (the integral does not converge there), so that single row is marked as divergent instead of showing a misleading number.

What about negative x? For \(n \ge 1\) the integral generally diverges for x < 0, so the calculator only returns finite values for \(x \ge 0\).

Last updated: