Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

_
Sine & Cosine Integral Table
51 points
first row Si(x) = 0
x Si(x) Ci(x)
0 0
0.2 0.1995560885 -1.0422055957
0.4 0.3964614648 -0.3788093464
0.6 0.5881288096 -0.022270707
0.8 0.7720957855 0.198278616
1 0.9460830704 0.3374039229
1.2 1.108047199 0.4204591829
1.4 1.2562267328 0.4620065851
1.6 1.3891804859 0.4717325169
1.8 1.5058167803 0.4568111294
2 1.6054129768 0.4229808288
2.2 1.6876248272 0.375074599
2.4 1.7524855008 0.3172916174
2.6 1.8003944505 0.2533366161
2.8 1.8320965891 0.1864883896
3 1.848652528 0.119629786
3.2 1.851400897 0.0552574117
3.4 1.8419139833 -0.0045180779
3.6 1.8219481156 -0.0579743519
3.8 1.7933903548 -0.1037781504
4 1.7582031389 -0.1409816979
4.2 1.7183685637 -0.1690131568
4.4 1.6758339594 -0.1876602868
4.6 1.6324603525 -0.1970470797
4.8 1.5899752782 -0.1976036133
5 1.5499312449 -0.1900297497
5.2 1.5136709468 -0.1752536023
5.4 1.4823000826 -0.1543859262
5.6 1.4566683847 -0.1286717494
5.8 1.4373591823 -0.0994406647
6 1.4246875513 -0.0680572439
6.2 1.4187068241 -0.0358730193
6.4 1.419222974 -0.004181411
6.6 1.4258161486 0.0258231381
6.8 1.4378684161 0.0530807167
7 1.4545966142 0.0766952785
7.2 1.4750890554 0.0959570643
7.4 1.4983447533 0.1103576658
7.6 1.5233137914 0.1195975293
7.8 1.5489374581 0.1235859542
8 1.5741868217 0.1224338825
8.2 1.5980985106 0.1164400055
8.4 1.6198065968 0.1060709196
8.6 1.6385696454 0.0919362396
8.8 1.6537921861 0.0747597196
9 1.6650400758 0.0553475313
9.2 1.672049448 0.0345549134
9.4 1.6747291725 0.0132524187
9.6 1.6731569801 -0.0077070361
9.8 1.6675696169 -0.0275191811
10 1.6583475942 -0.045456433

What this calculator does

This tool generates a high-precision table of the sine integral \(\operatorname{Si}(x)\) and the cosine integral \(\operatorname{Ci}(x)\) over a sequence of arguments. You choose a starting value, a step (increment), and how many points to compute, and it lists \(\operatorname{Si}(x)\) and \(\operatorname{Ci}(x)\) for every row. These are standard special functions of pure mathematics — they apply identically everywhere and involve no region-specific rules. The argument \(x\) is a dimensionless real number, interpreted in radians by the sine and cosine inside the integrals.

The formulas explained

The sine integral is defined as \(\operatorname{Si}(x) = \int_0^x \frac{\sin t}{t}\, dt\). Because \(\frac{\sin t}{t}\) has a removable singularity at \(t = 0\) (its limit there is 1), \(\operatorname{Si}(0) = 0\), and \(\operatorname{Si}\) is an odd entire function: \(\operatorname{Si}(-x) = -\operatorname{Si}(x)\), with \(\operatorname{Si}(\infty) = \frac{\pi}{2}\). The cosine integral is $$\operatorname{Ci}(x) = \gamma + \ln x + \int_0^x \frac{\cos t - 1}{t}\, dt,$$ where \(\gamma \approx 0.5772156649\) is the Euler–Mascheroni constant. \(\operatorname{Ci}(x)\) is real only for \(x > 0\); for \(x \le 0\) it is reported as undefined (shown as a dash). We evaluate both with their convergent power series, summing until additional terms fall below machine precision: $$\operatorname{Si}(x) = \sum_{n=0}^{\infty} \frac{(-1)^n\, x^{2n+1}}{(2n+1)\,(2n+1)!}, \qquad \operatorname{Ci}(x) = \gamma + \ln x + \sum_{n=1}^{\infty} \frac{(-1)^n\, x^{2n}}{(2n)\,(2n)!}$$

Graphs of the sine integral Si(x) and cosine integral Ci(x) versus x
Si(x) rises toward a horizontal limit while Ci(x) oscillates with decaying amplitude toward zero.

How to use it

Enter the initial value of x, the increment, and the number of iterations. The table rows are $$x_i = \text{start} + i \cdot \text{step}, \quad i = 0, 1, \ldots, \text{count}-1.$$ For example, start 0, step 0.2, count 51 spans \(x\) from 0 to 10.

Worked example

With start = 0, step = 0.2, count = 6 the arguments are 0, 0.2, 0.4, 0.6, 0.8, 1.0. The series give $$\operatorname{Si}(1.0) = 1 - \frac{1}{18} + \frac{1}{600} - \cdots \approx 0.9460831$$ and $$\operatorname{Ci}(1.0) = \gamma + 0 + (-0.25 + 0.0104167 - \cdots) \approx 0.3374039.$$ The first row shows \(\operatorname{Si}(0) = 0\), while \(\operatorname{Ci}(0)\) is undefined (a dash) because \(\operatorname{Ci}\) diverges to \(-\infty\) as \(x \rarr 0^+\).

Shaded area under the sinc curve representing the sine integral
Si(x) equals the signed area under sin(t)/t from 0 to x.

FAQ

Why is Ci blank for x = 0 or negative x? \(\operatorname{Ci}(x)\) contains \(\ln(x)\), which is not real for \(x \le 0\), and \(\operatorname{Ci}(x) \rarr -\infty\) as \(x \rarr 0^+\), so we mark those rows undefined.

Is Si defined for negative x? Yes — \(\operatorname{Si}\) is defined for all real \(x\) and is odd, so \(\operatorname{Si}(-x) = -\operatorname{Si}(x)\).

What is the limiting value of Si? As \(x \rarr \infty\), \(\operatorname{Si}(x) \rarr \frac{\pi}{2} \approx 1.5707963\).

Last updated: