Consider the following function
\begin{align} f_k(x) = \left( 1 + 2k \left( 1-x^2 \right) \right) {}_2 F_1 \left( \tfrac{1}{2} ,k+\tfrac{1}{2}; k+\tfrac{3}{2}; x^2 \right) - 2(k+1) \, {}_2 F_1 \left( -\tfrac{1}{2} ,k+\tfrac{1}{2}; k+\tfrac{3}{2}; x^2 \right) \, , \end{align} where $k \in \mathbb{N}$ and $x \in [0,1]$. Here, ${}_2 F_1$ denotes Gauss' hypergeometric function.
For instance, it can be shown that \begin{align} f_0 (x) &= -(1-x^2)^{-1/2} \, , \\ f_1(x) &= \frac{3}{x^3} \left( (1-x^2)\arcsin(x) - x(1-x^2)^\frac{1}{2} \right) \, , \end{align}
i was wondering whether a closed form expression in terms of usual functions can be obtained for general value of $k$.
Any thoughts or hints are most welcome.
Thank you
I calculated that if $\,y:=\sqrt{1-x^2},\,$ then $\, f_0(x) = -y\,$ and for $\,k>0\,$ $$ f_k(x) = \frac{y}{2^{2k-1}(k-1)!x^{2k+1}} \left(y\sin^{-1}(x)\frac{(2k+1)!}{k!} + 2^k P_k(x) \right) $$ where $$ P_k(x) = (2k+1)!!\left(-x + \sum_{i=1}^{k-1}x^{2i+1} 2^{2i-1}\frac{i!(i-1)!}{(2i+1)!}\right) $$ is a polynomial in powers of $\,x\,$ of degree $\,2k-1\,$ with integer coefficients.
I used this Wolfram Mathematica code to check: