While messing around in Desmos just now, I noticed a strange property of the sine integral.
First recall $$\operatorname{sinc}(x)=\begin{cases}1 & x=0 \\ \frac{\sin x}{x}&\text{otherwise}\end{cases}$$ The cardinal sine. Now let $$\operatorname{Si}(x)=\int_0^x \operatorname{sinc}(\xi)\mathrm d\xi$$ be the sine integral.
Now define $$A(x)=\int_{\pi(x-1/2)}^{\pi(x+1/2)}\operatorname{sinc}(\xi)\mathrm d\xi=\operatorname{Si}\big(\pi(x+1/2)\big)-\operatorname{Si}\big(\pi(x-1/2)\big)$$
I noticed two rather strange things.
- The positive roots of $A$ are very well approximated by $n+\frac{1}{\pi^2 n}$, where $n\in\mathbb N$.
- $\operatorname{sinc}(x)$ is reasonably well approximated by $\frac{1}{A(0)}A(x/\pi)$.
To see this for yourself, please go to my Desmos graph.
Question: Can anyone explain these weird and unexpected properties?
I define $$B(x)=\frac{A(x/\pi)}{A(0)}$$ Using Mathematica (
Simplify[Series[B[1/u],u->0],u>0]//Normal), I can see that the Taylor series at $u\to0$ of $B(1/u)$ is: $$B(1/u)\sim\frac1{\mathrm{Si}(\pi/2)}\left(u\sin(1/u)-u^2\cos(1/u)\right)$$Taking the limit $u\to0$, I see that the term in $\cos$ vanishes and I retrieve that: $$B(x)\sim\frac{\mathrm{sinc}(x)}{\mathrm{Si}(\pi/2)}$$ so the approximation is not scaled properly for $x\to\infty$, by a factor of $\mathrm{Si}(\pi/2)\sim 1.37076$.
You can indeed see on your graph that the approximation undershoots $\mathrm{sinc}(x)$ by that factor. A better approximation (for $x\to\infty$) is $B(x)=\frac12A(x/\pi)$. However it doesn't agree well for $x\to0$. If you are interested to have a good approximation for both $x\to0$ and $x\to\infty$ then maybe you could investigate doing a Padé approximant which agrees with these two points. That's a bit more involved and it really depends what's your objective here.
To show that the roots are approximated by $n+\frac1{\pi^2n}$, you might take the development of $B(1/u)$ and consider that $\cos(u)\sim1$ when $\sin(u)\sim0$ (near a zero) then expand. I think you will find that it matches your approximation.