2

If $$I(x)=(1-|x|^2)^s \int_{|y|>1} \frac{dy}{(|y|^2-1)^s|y-x|}$$ where $x\in (-1, 1)$ and $s\in (0,1).$ Is it true that $I(x)$ is a constant depending on $s$ only?

Spal
  • 23
  • It's not constant when $s=0$. Why do you think it's constant for other $s$? (Note that if the integral is a continuous function of $s$, then it can't be constant for small $s$.) – Greg Martin Aug 30 '19 at 07:52
  • @GregMartin When $s=0$ the integral diverges for all $x,$ so I'm not sure what your point is? – Brian Moehring Aug 30 '19 at 08:24
  • @Spal: Do you have any evidence that $I(x, s)$ does not depend on $x$? For example, numerical evidence or other motivation. Where does that integral come from? Please, edit your question and include some more information. – Giuseppe Negro Aug 30 '19 at 09:29

1 Answers1

0

$$\int_{|y|>1}\frac{dy}{(|y|^2-1)^s|y-x|}=\int_{1}^{+\infty}\frac{dy}{(y^2-1)^s(y-x)}+\int_{1}^{+\infty}\frac{dy}{(y^2-1)^s(y+x)}\,dy $$ equals $$ \int_{1}^{+\infty}\frac{2y\,dy}{(y^2-1)^s(y^2-x^2)}=\int_{1}^{+\infty}\frac{dt}{(t-1)^s(t-x^2)}=\int_{0}^{+\infty}\frac{du}{u^s(u+(1-x^2))} $$ or, by setting $u=(1-x^2)v$, $$ (1-x^2)\int_{0}^{+\infty}\frac{dv}{v^s(v+1)(1-x^2)^{s+1}}=\frac{C_s}{(1-x^2)^s}. $$ It is also interesting to point out that by Euler's Beta function we have $C_s=\frac{\pi}{\sin(\pi s)}$.

Jack D'Aurizio
  • 353,855