Let $0
Antiderivative of a product of a rational function and a square root.
-
0Are there any conditions on $p$ and $x$? – 2017-02-07
2 Answers
$\newcommand{\bbx}[1]{\,\bbox[8px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$
With $\ds{t \equiv {1 - v \over 1 + v} \implies v = {1 - t \over 1 + t}}$:
\begin{align} {\mathbb I}_{p}\pars{x} & = \int_{1}^{x}{\pars{1 -v^{2}}^p \over v^{2p + 2}} \,\root{1 - v \over 1 + v}\,\dd v = \stackrel{t^{2}\ \mapsto\ t}{=}\,\,\, -\,2^{\,2p + 1}\int_{0}^{\pars{1 - x}/\pars{1 + x}} t^{p + 1/2}\pars{1 - t}^{-2p - 2}\,\dd t \\[5mm] & = \bbx{\ds{-2^{2p + 1}\, \mrm{B}\pars{{1 - x \over 1 + x},p + {3 \over 2},-2p - 1}}} \end{align} where $\ds{\,\mrm{B}}$ is the Incomplete Beta Function. Note that $\ds{\Re\pars{p + {1 \over 2}} > - 1 \implies \Re\pars{p} > -\,{3 \over 2}}$.
Let us complete the calculation given above by Felix Marin. Clearly that result above is correct however it can be simplified further and what's more important expressed through elementary functions. We demonstrate here how is this done. Firstly we use the series expansion of the incomplete beta function. We have: \begin{equation} {\mathbb I}_p(x) = -2^{2 p+1} \left(\frac{1-x}{1+x} \right)^{p+3/2} \cdot \sum\limits_{n=0}^\infty \frac{(2+2 p)^{(n)}}{(p+3/2+n) n!} \cdot \left(\frac{1-x}{1+x}\right)^n \end{equation} Now, the point is that the coefficient under the sum (in front of the $n$th power)is a rational function in $n$ and as such can be decomposed into simple fractions. In fact the decomposition will consist of a polynomial of order $2 p$ and one fraction only. To be precise we have: \begin{equation} \frac{(2+2 p)^{(n)}}{(p+3/2+n) n!} = \frac{1}{2 p+1} \sum\limits_{j=0}^{2 p} \frac{(-p-1/2)^{(j)}}{(2p-j+1)^{(j)}} \cdot \binom{n+2 p+1}{2 p-j} - \binom{p-1/2}{2 p} \cdot \frac{1}{2 n+2 p+3} \end{equation} The only thing we need to do now is to multiply both sides of the above by $y^n$ (here $y:=(1-x)/(1+x)$) and sum over $n=0,1,\cdots,\infty$. Here we use the following, easily derived by means of elementary methods, identities: \begin{eqnarray} \sum\limits_{n=0}^\infty \binom{n+2 p+1}{2p-j} y^n &=& \sum\limits_{l=0}^{2p-j} \binom{2p+1}{j+l+1} \cdot \frac{y^l}{(1-y)^{l+1}}\\ \sum\limits_{n=0}^\infty \frac{y^n}{(2 n+2 p+3)} &=& \frac{1}{y^{p+3/2}} \left[ \text{arctanh}(\sqrt{y}) - \sum\limits_{j=0}^p \frac{(\sqrt{y})^{2 j+1}}{2j+1} \right] \end{eqnarray} The final result is then as follows: \begin{eqnarray} &&{\mathbb I}_p(x)=\\ &&2 (-1)^p \binom{p-1/2}{-1/2} \text{arctanh}(\sqrt{y})-\\ &&\frac{2^{2p+1} y^{p+3/2}}{2p+1}\sum\limits_{l=0}^{2 p} \binom{2p+1}{l+1}\, _3F_2\left(1,l-2 p,-p-\frac{1}{2};l+2,-2 p;1\right) \frac{y^l}{(1-y)^{l+1}}\\ &&-\sqrt{y} \binom{p-1/2}{-1/2} (-1)^p \sum\limits_{j=0}^p \frac{y^j}{2j+1} \end{eqnarray} There are two things to be noted. Firstly, this is an elementary function. Secondly, we can already see that the first term on the right hand side is identical with that in the formulation of the problem. The remaining terms need to be simplified further and then the unknown coefficients will be extracted. We will complete this task as soon as possible.