Fungrim home page

Fungrim entry: 27bc34

sin ⁣(π(ba))π2F1 ⁣(a,b,c,z)=(1z)aΓ(b)Γ ⁣(ca)2F1 ⁣(a,cb,ab+1,11z)(1z)bΓ(a)Γ ⁣(cb)2F1 ⁣(b,ca,ba+1,11z)\frac{\sin\!\left(\pi \left(b - a\right)\right)}{\pi} \,{}_2{\textbf F}_1\!\left(a, b, c, z\right) = \frac{{\left(1 - z\right)}^{-a}}{\Gamma(b) \Gamma\!\left(c - a\right)} \,{}_2{\textbf F}_1\!\left(a, c - b, a - b + 1, \frac{1}{1 - z}\right) - \frac{{\left(1 - z\right)}^{-b}}{\Gamma(a) \Gamma\!\left(c - b\right)} \,{}_2{\textbf F}_1\!\left(b, c - a, b - a + 1, \frac{1}{1 - z}\right)
Assumptions:aC  and  bC  and  cC  and  zC  and  z[0,)a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \left[0, \infty\right)
TeX:
\frac{\sin\!\left(\pi \left(b - a\right)\right)}{\pi} \,{}_2{\textbf F}_1\!\left(a, b, c, z\right) = \frac{{\left(1 - z\right)}^{-a}}{\Gamma(b) \Gamma\!\left(c - a\right)} \,{}_2{\textbf F}_1\!\left(a, c - b, a - b + 1, \frac{1}{1 - z}\right) - \frac{{\left(1 - z\right)}^{-b}}{\Gamma(a) \Gamma\!\left(c - b\right)} \,{}_2{\textbf F}_1\!\left(b, c - a, b - a + 1, \frac{1}{1 - z}\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \left[0, \infty\right)
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
Piπ\pi The constant pi (3.14...)
Hypergeometric2F1Regularized2F1 ⁣(a,b,c,z)\,{}_2{\textbf F}_1\!\left(a, b, c, z\right) Regularized Gauss hypergeometric function
Powab{a}^{b} Power
GammaΓ(z)\Gamma(z) Gamma function
CCC\mathbb{C} Complex numbers
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("27bc34"),
    Formula(Equal(Mul(Div(Sin(Mul(Pi, Sub(b, a))), Pi), Hypergeometric2F1Regularized(a, b, c, z)), Sub(Mul(Div(Pow(Sub(1, z), Neg(a)), Mul(Gamma(b), Gamma(Sub(c, a)))), Hypergeometric2F1Regularized(a, Sub(c, b), Add(Sub(a, b), 1), Div(1, Sub(1, z)))), Mul(Div(Pow(Sub(1, z), Neg(b)), Mul(Gamma(a), Gamma(Sub(c, b)))), Hypergeometric2F1Regularized(b, Sub(c, a), Add(Sub(b, a), 1), Div(1, Sub(1, z))))))),
    Variables(a, b, c, z),
    Assumptions(And(Element(a, CC), Element(b, CC), Element(c, CC), Element(z, CC), NotElement(z, ClosedOpenInterval(0, Infinity)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC