2

How to calculate the integral

$$ \int_b^c \! (c-s)^{-3/4} (s-b)^{-3/4}\,\mathrm{d}s $$

Thanks.

Did
  • 279,727
Richard
  • 4,432

1 Answers1

2

Let $I=\displaystyle\int_b^c (c-s)^{-3/4}(s-b)^{-3/4}ds$. By substitution $t=\dfrac{s-b}{c-b}$ we have $s-b=(c-b)t$, $c-s=(c-b)(1-t)$, $ds=(c-b)dt$. Hence $$ I=\int_0^1 (c-b)^{-3/4}(1-t)^{-3/4}(c-b)^{-3/4}t^{-3/4}(c-b)dt=(c-b)^{-1/2}B\left(1/4,1/4\right), $$ where $B$ is Beta function, defined as $B(u,v)=\displaystyle\int_0^1 (1-t)^{v-1}t^{u-1}dt$ for every positive $u$ and $v$.

Zev Chonoles
  • 129,973
Richard
  • 4,432
  • 1
    +1. Cleaned up a little bit your LaTeX and added a link. If you mind, cancel these. – Did Nov 28 '11 at 08:53
  • 2
    @Asaf, nightowl vandalized my editing and you did not clean up the mess. Consider that at present $I$ is not the integral the OP is interested in, that the arguments of Beta are wrong, and that the link to the WP page on the Beta function that I added is gone. Great. I suggest to come back to my version but I will not fight for this. In fact, at this point, I wish to (1) apologize to Richard and (2) disassociate myself from the editing process of this post. – Did Nov 28 '11 at 10:24
  • @Didier: I am terribly sorry. It's hard to see through latex edits sometimes. Richard, I apologize for the mess I caused. – Asaf Karagila Nov 28 '11 at 10:35
  • @Asaf: No problem. – Did Nov 28 '11 at 10:48
  • @Richard, did I mention that if the answer suits you (wink, wink), you may accept it? (Good job, should you ask.) – Did Nov 29 '11 at 08:01