Questions tagged [hypergeometric-function]

Hypergeometric functions often refer to a family of functions ${}_p F_q$ represented by a corresponding series, where $p,q$ are non-negative integers. The case ${}_2F_1(a,b;c;z)$ is a special case of particular importance; it is known as the Gaussian, or ordinary, hypergeometric function.

The term "hypergeometric series" was first used by John Wallis in his 1655 book Arithmetica Infinitorum. Hypergeometric series were studied by Leonhard Euler, but the first full systematic treatment was given by Carl Friedrich Gauss (1813). It refers to a family of functions $$ _p F_q(z) = F(\{a\};\{b\};z) =\sum_{n=0}^{\infty} \frac{(a_1)_n\cdots (a_p)_n}{n! (b_1)_n\cdots (b_q)_n} z^n $$Here $(a)_n=a(a+1)\cdots(a+n-1)$ is the increasing Pochhammer symbol; care should be taken, as the notation is occasionally ambiguous. For $p=q+1$ the series converges for $|z|\le 1$; for $p\le q$ it converges for any complex $z$.

The case ${}_2F_1(z)$ is particularly important. Studies in the nineteenth century included those of Ernst Kummer (1836), and the fundamental characterization by Bernhard Riemann of the hypergeometric function by means of the differential equation it satisfies. Riemann showed that the second-order differential equation for ${}_2F_1(z)$, examined in the complex plane, could be characterized (on the Riemann sphere) by its three regular singularities. Many special and elementary functions are specific or limiting cases. It is a solution of a second-order linear ordinary differential equation (ODE). Every second-order linear ODE with three regular singular points can be transformed into this equation. The cases where the solutions are algebraic functions were found by Hermann Schwarz (Schwarz's list).

Evaluation of higher hypergeometric functions is a complex and interesting topic. Important formulas include Clausen's formula: $$ \left({_2F_1}(\{a,b\};\{a+b+1/2\};z\right)^2 = {_3F_2}(\{2a,2b,a+b\};\{2a+2b,a+b+1/2\};z); $$the positivity of the RHS for real $z$ is useful. Generalizations include using $q$-binomial coefficients, the Meijer-G function, and Fox-Wright functions, where the Pochhammer symbols are taken as gamma functions.

Tags containing this question often involve , , .


1454 questions
0
votes
1 answer

Zeros of a particular function

Let's define a function as follows: $$f(x) = c_1 M(a,b,x)+c_2 U(a,b,x)$$ where $M(a,b,x)$ and $U(a,b,x)$ are Kummer and Tricomi functions, both solutions to the confluent hypergeometric equation. I am now using this function in a code buth sometimes…
NSZ
  • 249
0
votes
0 answers

bounds on parameters of hypergeometric function $_2F_1$

The hypergemoetric function $_2F_1(a,b,c,z)$ happens to be the primitive of a well known function in astroparticle physics. Result integration by WolframAlpha In my work, this object is part of more complex function, which is minimized by varying…
andrea
  • 123
0
votes
0 answers

On derivation of the hypergeometric function

The generalised hypergeometric function is of the form: $$_{p}F_{q}(a_{1},...,a_{p};b_{1},...,b_{q};x)$$ This is also represented as a hypergeometric series. How was this function derived?
0
votes
1 answer

Question about an hypergeometric function identity

It is well known that for the following identity holds $$ \lim_{b\to\infty}{}_2F_1(a,b;c;z/b)={}_1F_1(a,c;z) $$ where ${}_pF_q$ is an hypergeometric function. Is there a similar identity for $$ \lim_{b\to-\infty}{}_2F_1(a,b;c;z/b) $$ ?
0
votes
1 answer

turning a certain chebychev polynomial-like expression into a hypergeometric form

Can the following expression be represented in terms of hypergeometric function $$\sqrt{3}\sin(\arcsin(7/25)/3)-\cos(\arcsin(7/25)/3)$$ It looks similar to the one presented on [this site][1] [1]…
mc3
  • 33
0
votes
1 answer

When is the hypergeometric function ever needed if it can be computed so much more efficiently?

So I recently tried to compute some probabilities, and through my journey learned all about the hypergeometric distribution. I finally learned how to calculate the probability of having at least one red and at least one black ball in a draw of $4$…
Jürgen
  • 121
0
votes
1 answer

Unable to recreate the result

I can't seem to figure out how to get the result shown below. Can someone please help me understand how to get this…
Jürgen
  • 121
-1
votes
1 answer

Does this sum of series have a specific name?

$$ \sum_{n = 0}^\infty \frac{(4n)!}{(2n)!}k^n $$ It looks like a hypergeometric function, but a little bit different. Is there a specific name for this series or any function for this?
Liang
  • 325
1 2 3 4 5 6
7