3

I need approaches to solve the problem of the following type $\int_{0}^{T} \frac{\sin (t)}{t} dt $. Is there a closed form solution available.

Qiaochu Yuan
  • 419,620
RaM1188
  • 117
  • 1
    $\frac{\sin x}{x}$ can't be integrated in the sense that it's integral can't be expressed as a combination of a finite number of elementary functions. – Secret Math Jun 18 '13 at 22:18
  • 1
    @RaM1188 The use of $T$ suggests that this shows up as part of some kind of problem related to periodic functions. If that's the case, I suggest you put all the info in the question. – Git Gud Jun 18 '13 at 22:24
  • @GitGud sorry there is no periodicity. The T is any time. – RaM1188 Jul 15 '13 at 23:57

1 Answers1

2

The integral $$ \int_0^T\frac{\sin(t)}{t}\,\mathrm{d}t $$ is called the Sine Integral. It has no closed form in terms of elementary functions.

However, its limit as $T\to\infty$ is $$ \int_0^\infty\frac{\sin(t)}{t}\,\mathrm{d}t=\frac\pi2 $$

robjohn
  • 345,667