Convert a polynomial to hypergeometric function

azizianhra
Messages
3
Reaction score
0
i want to write a hypergeometric function (2F1(a,b;c,x)) as function of n that generate polynomials below

n=0 → 1
n=1 → y
n=2 → 4(ω+1)y^2-1
n=3 → y(2(2ω+3)y^2-3)
n=4 → 8(ω+2)(2ω+3)y^4-6(6+4ω)y^2+3
... → ...


2F1(a,b;c,x)=1+(ab)/(c)x+(a(a+1)b(b+1))/(c(c+1))x^2/2!+...


the answer is 2F1(-n,n+4ω+2;2ω+3/2;(1-y)/2) but i want the solution completely.
 
Physics news on Phys.org
azizianhra said:
i want to write a hypergeometric function (2F1(a,b;c,x)) as function of n that generate polynomials below

n=0 → 1
n=1 → y
n=2 → 4(ω+1)y^2-1
n=3 → y(2(2ω+3)y^2-3)
n=4 → 8(ω+2)(2ω+3)y^4-6(6+4ω)y^2+3
... → ...


2F1(a,b;c,x)=1+(ab)/(c)x+(a(a+1)b(b+1))/(c(c+1))x^2/2!+...


the answer is 2F1(-n,n+4ω+2;2ω+3/2;(1-y)/2) but i want the solution completely.

What is preventing you from verifying the results for n = 0, 1, 2, 3, 4 for yourself? You can work out the solution just as easily as we can.
 
Ray Vickson said:
What is preventing you from verifying the results for n = 0, 1, 2, 3, 4 for yourself? You can work out the solution just as easily as we can.

i want to proof it. if i don't know the answer how can i yield a,b,c and x in hypergeometric function?
 
azizianhra said:
i want to proof it. if i don't know the answer how can i yield a,b,c and x in hypergeometric function?

You told us that the answer is 2F1(-n,n+4ω+2;2ω+3/2;(1-y)/2), so you are told what must be a, b and c. You prove it (not "proof" it) by straight verification.
 
I need a method of solution that starts form series of polynomials and convert it to hypergeometric function. i mean how to achieving answer that we already have it. I know that by substituting n in answer the polynomials generated, but this isn't the point that i need it. I'm looking for a analytical solution.
 
azizianhra said:
I need a method of solution that starts form series of polynomials and convert it to hypergeometric function. i mean how to achieving answer that we already have it. I know that by substituting n in answer the polynomials generated, but this isn't the point that i need it. I'm looking for a analytical solution.

Good luck with that; I don't think there is any reasonable and general method.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top