Determaning a function from a progression?

  • Thread starter Thread starter christian0710
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion revolves around deriving a mathematical function from a specific progression involving terms of the form (x-n). The user seeks to express the progression as a function of n, noting that each increment in n adds a new term to the product. They explore the relationship between factorials and products, ultimately proposing that the function can be represented using the product notation ∏ and the Gamma function. The final expression for the progression is given as x multiplied by the product of (x/k - 1) from k=1 to n, linking it to the Pochhammer symbol. This leads to the conclusion that the function can be expressed as x(x-1)(x-2)...(x-n) = Gamma(x+1) / Gamma(x+1-n).
christian0710
Messages
407
Reaction score
8
Hi,
If i have a progression that looks like thisn | progression | Mathmatical formula
--------------------------------------
1 | x(x-1) .....| x(x-n)
2 | x(x-2)(x-1) .....| x(x-n)(x-n-1)
3 | x(x-3)(x-2)(x-1)...| x(x-n)(x-n-1)(x-n-2))

Every time n increases by one a new term (x-n) is added to the previous terms. How do I turn this into a function of n? I know that as n increases then we get (x-(n-1))*(x-(n-2)) ... (x-(n-(n-1)))) n times but how do you express this as a mathematical function? A function that adds keeps adding n terms (x-n)(x-n-1)(x-n-2)etc... all the way down to the last term (x-n-n-1)

Can anyone help me or give me a hint about how to construct a function of n, such that the above progression holds true for any n we put into the function?

I know that x! = x*x-1*x-2*--*x-x+1

but saying f(n)= (x-n)! does not make sense since we have two variales (x and n) , I'm stuck and would really appreciate a hint :)
 
Last edited:
Mathematics news on Phys.org
Wait I think i might have igured it out - or am i doing the math wrong?

I know that
∏k from 1 to n is defined as ∏k = 1*2*3*4...n

Therefore it must be true that

k(x/k - 1) going from 1 to n is defined as

∏k(x/k-1) =( (1*x)/1 -1) * ((2*x)/2-2) * ((3*x)/3-3) = (x -1)(x-2)(x-3) etc.. p to n :) Is this corret usage of the mathematical multiplication operator ∏?

So the function for this progression is
x*∏k(x/k-1)
 
See the Pochammer symbol for this function and the related closed form thanks to the Gamma function :
x(x-1)(x-2)...(x-n)=Gamma (x+1) / Gamma(x+1-n)
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top